A Programming Job Interview Challenge #3
This is challenge number 3 in our programming job interview questions column. Good Luck!
0 commentsSave Tags: how-to
Why Should You Wrap Your ASP.NET Session Object
ASP.NET provides mechanisms for storing information for a single user session or across multiple sessions. This is done using the HttpSessionState and... more »
0 commentsSave Tags: how-to
11 More Visual Studio Shortcuts You Should Know
Following our First Visual Studio Shortcuts post here is another batch of shortcuts.
0 commentsSave Tags: tools, tools
A Programming Job Interview Challenge #2
come test your strength with a programming job interview challenge
0 commentsSave Tags: how-to
A Great Visual Studio Add-on You Must Have
Recently I found out this great add-on for Visual Studio 2008 called PowerCommands. PowerCommands Extends the functionality of Visual Studio 2008 by... more »
0 commentsSave Tags: how-to
A Great XPath Query Tool
Visual XPath is a free graphical XPath query tool which have many great features, some of those features are: Load an XML file and see it in a form of... more »
0 commentsSave Tags: how-to
WPF DataTemplate for Interfaces? Not Supported
Datatemplates are a great feature introduced in wpf, there is just one problem here, datatemplates are good for object types but not for interfaces...
1 commentsSave Tags: .net
Keyboard Shortcuts on Steroids With a Cute Little App
A great little App that will make assigning keyboeard shortcuts easy
0 commentsSave Tags: windows, windows
A Bug in WPF Static Resources?
A very strange behavior of WPF data binding to a static array. Perhaps a bug in WPF?
0 commentsSave Tags: how-to
10 Visual Studio Shortcuts You Must Know
A great list of 10 Visual Studio Shortcuts any software developer must know and use.
0 commentsSave Tags: .net, how-to
A Better Way to Extract Data from DateTime
A better and safer way to get date and time information using the DateTime object
0 commentsSave Tags: .net
A New Pattern for Event Declaration
A better and safer way to declare events in c#
0 commentsSave Tags: .net, how-to
Using WinForms with WPF, Watch Out!
The weirdest thing happened to me as i was trying to open a WPF Window from one of my WPF controls, it was impossible to type in text at any of the... more »
0 commentsSave Tags: .net
A Simple Example of Extention Methods in C# 3.0
Extention Methods are a very useful tool we just got in C# 3.0. We could define them as static methods that extend existing classes, Even System... more »
0 commentsSave Tags: .net
Very Good Linq Editor
This one is for all you guys who are just starting to use LINQ and have no idea how to make those queries work. Linqpad is a very user friendly LINQ... more »
0 commentsSave Tags: .net
Binding a WPF Control To a Dictionary
Binding to a dictionary can be tricky. It sounds simple but it never works on the first try. Usually when you first run you application you see that... more »
0 commentsSave Tags: .net
ASP.NET MVC TCC 2 and Silverlight 2.0 Beta Now Available
On the occasion of MIX’08, Microsoft has made available for us developers community two of the most highly anticipated previews of the moment. First... more »
0 commentsSave Tags: .net
How to Hide Columns of a GridView
hiding a column in a gridview but maintaining the databinding
0 commentsSave Tags: .net, how-to