Blog Detail
ASP.NET,C# ,VS 2008, SQL ,ADO.NET, LINQ,WPF,WCF,SilverLight
http://aspnetcsharp4.blogspot.com
This blog is about the latest Microsoft web technologies
Recent Posts
How to create a Simple Windows Service in C#
We all know what a Windows Service is - a long running executable that's designed to work without user interaction. They can be configured to start when the system boots and they can be run without any users logged into the system. This tutorial is g...
How To Configure And Use Visual Studio Macros
Microsoft Visual Studio has pretty much every operation you'd ever need right at your fingertips through the built in keystrokes. However, there are times when you'd like the text editor to do something that isn't built in. This is where macros come ...
How to make custom code snippet in Visual Studio
A cool feature that Visual Studio has is the concept of a "code snippet." You know those chunks of code that you need to type over and over again throughout your code? Perhaps your logging calls, or even more mundane than that, the generic ...
ASP.NET, HTML, JavaScript Snippet Support (VS 2010 and .NET 4.0 Series)
ASP.NET, HTML, JavaScript Snippet Support (VS 2010 and .NET 4.0 Series) This is the sixth in a series of blog posts I’m doing on the upcoming VS 2010 and .NET 4 release. Today’s post cov...
C# Sharp Programming Basics Adding Sound - Part One
Making a simple Calculator in C#(C sharp)

