Alternative to SQL Profiler – IdealSqlTracer is Simple, Free, and Open Source

IdealSqlTracer is a simple, free, open source alternative to SQL Profiler. The advantage of IdealSqlTracer is that it takes all of the sql generated behind the scenes in a desktop application or web page, and it formats it to make it easily readable. IdealSqlTracer takes this beautifully formatted sql, and puts it into notepad. This allows you to easily cut-n-paste the sql in notepad, and run it directly in Sql Server Management Studio (SSMS). The... [Read More...]

C# – 12 Free Video Tutorials

Twelve Free C# Video Tutorials Special thanks to Saurabh Vyas for being the contributing author for this post. These videos are from www.thebestcsharpprogrammerintheworld.com Here are twelve excellent free C-Sharp video tutorials. Title Date Presenter Min Lesson 1 (Part 1) Gridview DataAccess C# 8/20/2009 Ben Perkins 7 Lesson 2 (Part 1) Gridview MethodInvoker Threading Progress Bar C# 8/26/2009 Ben Perkins 9 Lesson 3 (Part 1) Disconnected... [Read More...]

How to Host a Website for Free on your Home Computer Using IIS

How to Host a Website for Free on your Home Computer Using IIS Part 2: Hosting a Website and Installing IIS This article will show you how to host a website on your home computer for free using IIS in six easy steps. Performing these six steps will greatly help you understand ASP.NET programming in general. Even if you do not have a practical need to host your own website, learning how everything works is of fundamental importance, and it is a great... [Read More...]