September, 2008 Articles

Microsoft Announces Visual Studio 2010, .NET Framework 4.0

Microsoft announces the next versions for .Net – .Net Framework 4.0 and Visual Studio 2010.

Where is ildasm.exe (MSIL Disassembler) located ?

How to find ildasm.exe on your developer machine. Also includes links to tutorial and ildasm.exe usage documentation.

Microsoft Sql Server Books Online Download Links

Download the Books Online for the corresponding version of SQL Server from the following links. SQL Server 2008 Books Online

Get the Number of CPUs on a ‘SQL Server’ Machine

Script to get the number of physical and logical CPUs (processors) on a ‘SQL Server’ Server Machine.

Get Row Counts, Column Counts, Data Sizes For All Tables

T-SQL Script to get the row counts, column counts and data sizes for all the tables in a database.

Truncate All Tables In Database Using sp_MSforeachtable

1 line script to truncate all tables in a database

Too Much Ajax Can Choke Your Site

A real world example of how too much AJAX in your pages can choke your site and ruin the User Experience.

Safest, Most Efficient Way To Clear A StringBuilder Variable

The safest and most efficient way to clear a StringBuilder variable is as follows.

Get The Number Of Days In The Current Month

T-SQL (SQL Server) code snippet to get the number of days in the current month.