Friday, 7 September 2012

New features of Visual Studio 2010 and .NET 4.0

Here i am Describe New features of visual Studio 2010 and .net 4.0 that is help your problem and make a good development and design.....

Better code intellisense--It easier for look for methods and functions can now easily search for inline keyword, or even use abbreviation to search for properties or methods.

For example-

                     Protected void page_load(object sender, EventArgs e)

                       {

                      Gridview1.EditIndex... and Gridview1.PageIndexChanged..

                        }

Improved multi-targeting support--Its new “reference assemblies”, it provides 100% accurate intellisense.

For Example-

               Protected void MyButton_click(object sender, EventArgs e)

                 {

                 Response. Redirect  

                 }


Multi-monitor support--You can move these to other monitors which makes it to support multiple monitors.

For Example-

Enhanced code navigations--Fast and incremental search of functions, classes, properties etc.

For Example-

What is ASP.NET? Components of ASP.NET

ASP.Net Definition -It is used for creating web-based applications.ASP.Net is a web development platform provided by Microsoft. ASP.NET i...