help.net
<font size="2"><br />Musing on .Net</font>
-
Script.aculo.us, Prototype and Asp.Net: Best Friends Forever
By Chad Finsterwald:
-
Inserting Records Into SQL Server Using SqlBulkCopy
With the advent of .NET 2.0 Microsoft has incorporated SQL Server’s bcp command line utility into the framework. The System.Data.SqlClient.SqlBulkCopy class provides significant performance increases over regular inserts. It also works with the System.Data.SqlClient.SqlTransaction class.
-
Server Side Validation Library
This article will introduce you to a server side validation library. The objectives of the library are to:
-
How many RCs do we need for Vista?
Vista RC1 has been released and even if I read some people enjoy a new stable version (better than the July CTP apparently) some other bloggers have doubts on the 'almost ready' statement.
-
XML Notepad 2006
Microsoft has released a simple and quick editor to create and edit XML documents.
-
Build Smarter ASP.NET File Downloading Into Your Web Applications
This article by Joe Stagner on MSDN magazine can help understanding how to download large files in ASP.NET 2.0 using some new methods introduced in this release like Response.TransmitFile.
-
Broadband in West Cork
Sorry I don't post too much recently, I am still on holidays in West Cork. Usually it means a poor access to the web using an antic dial up connection so the use of In ternet is really limited to some emergency emails.
-
Problems with weblogs.asp.net
Can somebody fix this on weblogs.asp.net?
-
Google Code launched!
Google developers have released another big project. This time it's focus on us developers, and it's called Google Code.
-
Aptana the new Javascript and CSS IDE
Writing Javascript code is tedious with Visual Studio. no Intellisense or really little, and when you mispell any method plus all the case sensitivity issues, you are wasting a lot of time there.