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-
No comments:
Post a Comment