Visual Studio 2010 and .NET 4.0 Beta 1
After numerous CTPs, Microsoft has released Beta 1 of Visual Studio 2010 and .NET 4.0. This long awaited release, initially available only to MSDN subscribers, includes ASP.NET 4.0 enhancements, improved SharePoint Development, better support for parallel programming and cloud development, and new application lifecycle management capabilities. After Wednesday May 20th, Beta should be publically available via MS downloads (not active until Wednesday).
Arguably the most anticipated component of .NET Framework 4.0, ASP.NET 4.0 will have many new features and improvements:
- Core improvements: extensible output caching and session state improvements
- Improved AJAX libraries, including a better JavaScript API
- WebForms improvements: ClientID manipulation, more granular ViewState control, improved databound controls (ListView)
- Routing
- Dynamic Data
It should be noted that ASP.NET MVC is not included in VS 2010 Beta 1. "Right now, if you try and open an MVC project with VS 2010 Beta 1, you’ll get some error message about the project type not being supported. The easy fix for now is to remove the ASP.NET MVC ProjectTypeGuid entry."
Another goal for the next version of Visual Studio and the .NET Framework is to support emerging trends. Expect more integration with cloud development, specifically Windows Azure, and parallel multi-thread programming.
Parallel programming improvements include native C++ libraries that use lambda functions and align well with STL and Parallel Extensions to the .NET Framework offers support for imperative data and task parallelism, declarative data parallelism.
The .NET Framework 4.0 also provides the core framework support to build parallel applications through technologies such as P-LIINQ and parallel language semantics and framework components. Visual Studio 2010 provides integrated parallel development support. In Visual Studio 2010 the debugger is aware of the parallel nature of code and can present the state of the application execution during debugging across the different parallel execution units. The debugger also has custom displays for parallel code such as task & thread windows and a “multi” or “cactus” stack view window that graphically shows the execution path of the individual tasks.
The Visual Studio UI shell has been rewritten in WPF with a focus on removing clutter, providing richer action feedback, and improving floating documents and windows.
SharePoint development in Visual Studio 2010 will also see improvements through enhanced customization abilities with new templates, designers and explorers; integrated management of workflows association and initiation; F5 deployment and debugging for SharePoint apps; and improved SharePoint site navigation with Server Explorer
Visual Studio Team System also has many new features including improved application lifecycle management, the Microsoft Test Runner allowing historical debugging, realtime code modeling tools, test impact analyzers, and enhanced version control capabilities with gated check-ins, branch visualization, and build workflows.
Visual Studio rewritten? ;)
by
Gabor Ratky
Re: Visual Studio rewritten? ;)
by
Al Tenhundfeld
Refactoring
by
Oliver Weichhold
Re: Refactoring
by
Francois Ward
Mind you, there are plugins that will bring refactoring support beyond the (free) Java IDEs, but those aren't free themselves, so its a bit silly.
Beta 1 is -far- from feature complete however. My understanding is that its a rather old build (the sharepoint stuff is not in there for the most part, the C++ support is in its infancy, etc), so it might get there. My understanding is that the refactoring system was overhauled in VS2008, but they didn't have time to actually put it to use, and it should be in VS2010...so its just a matter of implementing the various refactoring snippets.
Lets hope they do, but it will take a long before I give up my Resharper :)
Under the radar... Also included in VS2010 (and in this beta)
by
sebastian h
* the injection of feature and session monitoring (streaming usage data to a developer-specified endpoint),
* the injection of application expiry dates, and
* the injection of tamper defense and notification.
* Opt-in/Opt-out logic can also be injected.
Microsoft first announced this functionality at PDC2008
www.microsoft.com/Presspass/press/2008/oct08/10...
If you want a detailed walk through (including vs2010 b1 screen shots), check out Bill Leach’s blog entry at blogs.preemptive.com/post/Whate28099s-new-with-...
For a MSFT employee blog entry on this same functionality, visit blogs.msdn.com/terryclancy/archive/2009/05/19/v...
Educational Content
Clojure in the Field
Stuart Halloway May 23, 2013
Tuning the Size of Your Thread Pool
Kirk Pepperdine May 23, 2013




Hello stranger!
You need to Register an InfoQ account or Login to post comments. But there's so much more behind being registered.Get the most out of the InfoQ experience.
Tell us what you think