|
|
-
|
|
In the recent update of Visual Studio 2010 productivity power tool there are few new interesting features
introduced. You can download the Productivity tool from http://bit.ly/9nybU6 . There are certain new features
like Quick Find which allows you find and advance find dialog option with in......
|
|
-
|
|
I have been asked this question many times and also found many people have some confusion around different
supported version of .NET framework by IntelliTrace debugging. As IntelliTrace is new features of Visual Studio
2010 Ultimate edition and VS 2010 came up with .NET 4.0, so many may got conf......
|
|
-
|
|
Visual Studio IDE gives us a lot of tools to debug our application. Sometimes debugging
activity takes a very long time to identify the root cause. But VS IDE provides
a lot of handy tools which help to debug code in a better way. Debugger features
include error ......
|
|
-
|
|
While working with ASP.NET web application you must be familiar with one of most important state management technique “Session”. If you want to do a quick refresh or want to know some thing more, please go ahead and read one of my article “Exploring Session in ASP.NET” published at Code Project. In ......
|
|
-
|
|
In one of my previous post I have talked about How to get list of all active HttpModules in ASP.NET? Where I have explained how we can get list of all active modules of an ASP.NET Application at runtime. In this post, I am going discussed about, how you can get details of a particular module details......
|
|
-
|
|
I am sure by this time all of you already aware of what is IntelliTrace Debugging. Just to give a quick overview, IntelliTrace is a new features of Visual Studio 2010 Ultimate Edition. By default IntelliTrace is enabled . During debugging in Visual Studio, IntelliTrace works in the background and ......
|
|
-
|
|
To answer this question In a single statement, you can use HttpContext.Current.Itemsfor very
short term storage. By Short term storage means, this data is valid for a single HTTP Request.
There are many confusion around regarding storing data in HttpContext.Current.Items and storing
data in S......
|
|
-
|
|
Visual Studio has its own integrated ASP.NET Runtime engine, which helps to run any ASP.NET web application with in Visual Studio. While running application from Visual Studio, you must have seen a popup notification in System Tray (As shown in below image) , which is notification of ASP.NET Develo......
|
|
-
|
|
While creating a Silverlight application in Visual Studio 2010, after providing the application name, IDE asked for whether you want to host the Silverlight application in a new ASP.NET web site or not. If you select the “Ok” button , Visual Studio will create a ASP.NET Site to host the ......
|
|
-
|
|
If you have worked with ASP.NET GridView Control you must be aware of GridView.EmptyDataTemplate Property which Gets or sets the user-defined content for the empty data row when a GridView control data source has no records. Similarly ShowHeaderWhenEmpty property allows you to show or hide the Hea......
|
|