Debugging With IntelliTrace – Visual Studio 2010

Most talkative feature of Visual Studio 2010 is nothing but the IntelliTrace feature, which provides a new way of debugging.

Creating a simple Windows Service

Article describe how to create simple Windows Service using MS Visual Studio

ServiceController in C#

A ServiceController component allows us to access and manage Windows Services running on a machine. In this article, I will discuss how to a ServiceController class to load all services and get information about them in a Windows Forms application using Visual Studio 2010.

Notify Icon in C#

In this article, I will discuss how to add a system tray icon for an application using the NotifyIcon in a Windows Forms application using Visual Studio 2010.

Automatic ResX comment checking with MSBuild integration

Ensure that your resx file contains a valid comment for each entry with MSBuild integration

Parallel Computing – Visual Studio 2010 – .NET 4.0

Microsoft’s Visual Studio 2010 & .NET Framework 4 provided a way to achieve this by using the Parallel Library and Parallel LINQ in it.

First Guide to MEF and Silverlight (Part–II)

In this article I described about MEF using a Silverlight Application. Read it and don’t forget tp Vote and share your feedback.

FUSE(file system in userspace) for MS-SQL using C#

Map your database table as network disk

How To Integrate SAP Business Data Into SharePoint 2010 Using Business Connectivity Services And LINQ to SAP

This article describes how to integrate SAP business data like customer data into SharePoint 2010 using Business Connectivity Services (BCS) And LINQ to SAP.

Date Picker User Control

A date picker user control in ASP.NET (C#, VS2005)