.NET, ASP.NET, C#, VB.NET, SQL Server, WPF, XAML
Login
Articles
About Us
Submit Article
All Articles
My Articles
Submit A New Article
All Topics
C# .NET
JavaScript
Xml/Xslt
ASP
ASP.NET
VS .NET 2005
VB 6.0
SQL Server 2000
ADO/ADO.NET
Windows Server
Ask Dr. Dotnetsky
SQL Server 2005
VB.NET
Windows Vista
Compact Framework
ASP.NET 2.0
Web Services
Active Directory
Other Databases
Controls
Techniques/FAQ
Other Issues
Visual Studio .NET 2003
Open Source
Other Languages
FAQ
Installation / Configuration / Deployment
Web Forms
Data Controls / Data Binding
Security
User Controls / Web Parts
AJAX / ATLAS
Architecture
Http Modules / Handlers
Server Controls
Migration Issues
Networking
GDI+
Uninstall Virus
Generics
Silverlight, WPF, and XAML
Job Openings
Book / Product Reviews
Macromedia Flash
Adobe PhotoShop
Advertising
Search Engines
LINQ
Resumes
Windows XP
Microsoft Excel
Microsoft Word
Microsoft Powerpoint
SharePoint
BizTalk
.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.