Run .NET Code from SQL Stored Procedures

The CLR Proc Container is free software that enhances the capabilities of SQL Server stored procedures by opening a door to the .NET world. Code written in any .NET language can be invoked from stored procedures, providing stored procedures all the functionality of the full .NET runtime. Named procedures can…

FileSystemWatcher Tips

The .NET FileSystemWatcher class makes it possible to quickly and easily launch business processes when certain files or directories are created, modified, or deleted. The FileSystemWatcher class, for example, can be quite useful in application integration, by way of monitoring incoming data files and processing it once an event is…

Rules to Better .NET Projects

Rules to Better .NET Projects by SSW.com.au. Some basic but interesting?points discussed there. Some other SSW rules worth reading: Successful Projects, Better Code, Better SQL Server Databases, Better Websites, Better User Interfaces, Better Teams?and many more.…

Scheduled Execution in ASP.NET

On a .NET-based project, I had the need to run scheduled maintenance tasks on the web server. My first preference was building a Windows Service or a Console Application (and scheduling it using the Windows Scheduler to run at regular intervals). However, this option was not feasible considering that the…

VS.NET Full Screen Mode

Just discovered the full screen mode in VS.NET – Press Alt + Shift + Enter in the IDE to toggle between the normal and full screen mode. Sure looks awesome on a 17” monitor!…

Sample Chapters

Srinivasa Sivakumar has listed more than 500?sample chapters (in HTML/PDF format)?on his resource site,?from various books?related to?.NET. A great resource!…

Free .NET Web Hosting

Some guys at work and others online, have been asking me for some suggestions on a free .NET web host. Free hosting may be a good way to play around and learn .NET (ASP.NET in particular) but by no means is it suitable and reliable for live production-level applications.…