Visual Studio 2010 Tutorials

Other .NET tutorial categories in .NET Tutorials:

Sort by:

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.

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.

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.

Tooltip in C#

In this article, I will discuss how to create and use a Tooltip control in a Windows Forms application using Visual Studio 2010.

Introduction to Visual Studio 2010 DataTips Pinning

In this article, we will look into new feature of VS 2010 called as DataTips pinning.

TrackBar in C#

In this article, I will discuss how to create and use a TrackBar control in a Windows Forms application using Visual Studio 2010. After that, I will discuss various properties and methods available for the TrackBar control.

Toolbar in C#

Toolbar control is not available in Toolbox of Visual Studio 2010.

Implementing a Basic Hello World WCF Service

In this article, we will manually implement a basic WCF service from scratch, step by step with clear instructions and precise screen snapshots. You will have a thorough understanding of what WCF is under the hood through this article. Visual Studio 2010 under Windows 7 will be used for all screenshots of this article.

New features of ASP.NET 4

In this article, I want to give an overview of the new features of ASP.NET that are included in the .NET framework 4 and Visual Studio 2010.