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.
Most talkative feature of Visual Studio 2010 is nothing but the IntelliTrace feature, which provides a new way of debugging.
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.
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.
Microsoft’s Visual Studio 2010 & .NET Framework 4 provided a way to achieve this by using the Parallel Library and Parallel LINQ in it.
In this article, I will discuss how to create and use a Tooltip control in a Windows Forms application using Visual Studio 2010.
In this article, we will look into new feature of VS 2010 called as DataTips pinning.
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 control is not available in Toolbox of Visual Studio 2010.
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.
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.