Blog Detail
Dot Net Sutra
http://dotnetsutra.blogspot.com/
Dot Net Sutra is collection of articles related to various aspects of dot net programming. Articles related to C#, VB.Net, SQL Server 2000, XML, ASP 3.0, JavaScript, Ajax and many other technologies.
Recent Posts
.net (I/O) Input/Output - A
sample...
Standard Date Format Specifiers
Here's a list of the standard date format specifiers:d: short dateD: long datet: short timeT: long timef: full Date/Time with short timeF: full Date/Time with long timeg: general Date/Time with short timeG: general Date/Time with long timeM or m: mon...
"Data Could Not Be Loaded" Issue in ComponentArt Web.UI 2008.1 for ASP.NET 2.0
I am using Component art Web UI tools in a website and was facing a problem from a long time.Component Art grid and other control throw "Data Could Not Be Loaded" alert in callbacks. After some research I found that this comes when control is not abl...
Windows Application Very Slow After Migrating Database from MSDE 2000 to SQL EXPRESS 2005
I am working on a smart client application, which uses SQL Express 2005 as datastore. Previously we were using MSDE 2000 for this purpose. Ever since the application migrated to SQL Express its very slow in performing CRUD operations.I have done some...
What are delegates and How to use delegates?
Let me discuss function pointers first to make delegate a bit easier to understand.Example of function pointer :-int (SampleClass::*pt2function)(float) = NULL;/* sample class for example*/class SampleClass{public: int DoWork(float argument){ return a...
SQL Server Definitions Part - 2
What is difference between delete and truncate command?Delete commands removes rows from a table. Delete physically removes rows one at a time and records each deleted row in the transaction log. Truncate table command removes all rows from a table w...

