All Articles  My Articles  Submit A New Article
123456789101112131415NextLast
.NET string.Split("::") Bug With Duplicate Delimiters Robbe Morris on 19-Aug-08
In all my years of programming in C#, I've never run across this nice little bug in string.Split() and duplicate character delimiters.
SQL Server - Delete Records From All Tables Bihag Thaker on 18-Aug-08
This article will show you how to empty all the tables in a database.
Visual Studio .NET 2008 - Speed Up XAML Load Times Robbe Morris on 17-Aug-08
Do your XAML files load up in Visual Studio .NET 2008 as slow as mine? Here is a workaround that might help.
Silverlight 2 Beta 2: Doing Data Part VI: A Generic Request WebService Peter Bromberg on 16-Aug-08
Recently I wanted to try to get a user timeline using the Twitter API, which method requires Basic authentication. To my surprise, the Authorization header -- and many others -- are classified as "Restricted" for Silverlight's HttpWebRequest.
Design pattern interview questions part 1 Shivprasad Koirala on 09-Aug-08
In this tutorial we will make a quick walk through on abstract factory , factory , prototype and command pattern from interview perspective.
123456789101112131415NextLast