Ten Traps in C# for C++ Programmers
Though this boils down to basics, these are most often missed out in projects and hence are performance issues. http://ondotnet.com/pub/a/oreilly/dotnet/ne...
Though this boils down to basics, these are most often missed out in projects and hence are performance issues. http://ondotnet.com/pub/a/oreilly/dotnet/ne...
Choose a textbox over which we will test this experiment: [sourcecode language='csharp'] ColorDialog colorDialog1 = new ColorDialog(); //fontDialog1.ShowColo...
Developers often make a decision blindly - they choose a datagrid over datalist and repeater. But that should not be a case. Datagrid provides ability to all...
While the community comes up with the new version of Silverlight Toolkit for Silverlight 3. Let us see how it is installed. When installing, ensure that foll...
These are few tips to increase SQL Performance: An index increases time to perform INSERT / UPDATE / DELETE operations. So minimal uses of indexes should b...