17
Visual Studio 11 Developer Preview

Visual studio 11 developer preview

  • Upload
    wei-sun

  • View
    750

  • Download
    1

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Visual studio 11 developer preview

Visual Studio 11 Developer Preview

Page 3: Visual studio 11 developer preview

• Jason Zander is the corporate vice president of the Visual Studio Team in the Developer Division at Microsoft.

• Zander's responsibilities include the Visual Studio family of products, which covers a range of technologies: programming languages; JavaScript runtime and tools; integrated development environment and ecosystem; Microsoft Office, SharePoint and cloud tooling integration; source control and work item tracking; and advanced architecture, developer, and testing tools.

Page 4: Visual studio 11 developer preview

http://www.kodefuguru.com/post/2011/09/14/The-Windows-8-Developer-Ecosystem.aspx

Page 5: Visual studio 11 developer preview

• Some exciting announcements are being made here at BUILD.  Visual Studio 11 provides anintegrated development experience that spans the entire lifecycle of software creation from architecture to code creation, testing and beyond.

• This release adds support for Windows 8 and HTML 5, enabling you to target platforms across devices, services and the cloud.  Integration with Team Foundation Server enables the entire team to collaborate throughout the development cycle to create quality applications.

Page 6: Visual studio 11 developer preview

• .NET 4.5 has focused on top developer requests across all our key technologies, and includes new features for Asynchronous programming in C# and Visual Basic, support for state machines in Windows Workflow, and increased investments in HTML5 and

CSS3 in ASP.NET.

Page 7: Visual studio 11 developer preview

• suggest you take a look at Steven Sinofsky and S. Somasegar’s blogs. More details on Team Foundation Server including the new service announced at BUILD and how we’re helping teams be more

productive can be found on Brian Harry’s blog.

Page 8: Visual studio 11 developer preview

• Develop Metro style Apps for Windows 8

Page 9: Visual studio 11 developer preview

• From Visual Studio 11, seamlessly open up your Metro style app with JavaScript in Expression Blend to add the style and structure of

your application.

Page 10: Visual studio 11 developer preview

• Due to the dynamic nature of HTML it is often difficult to see how a web page is going to look unless it is running.  Blend’s innovative interactive design mode enables you to run your app on the design surface as a live app instead of a static visual layout.

Page 11: Visual studio 11 developer preview

• Enhancements for Game Development – number of resource editing, visual design, and visual debugging tools for

writing 2D / 3D games and Metro style applications. 

Page 12: Visual studio 11 developer preview
Page 13: Visual studio 11 developer preview

• Code Clone Analysis – The Code-Clone Analysis tool in Visual Studio

11 examines your solution looking for logic that is duplicated, enabling you to factor this code out into one or more common methods. 

Page 14: Visual studio 11 developer preview

• Code Review Workflow with Team Explorer

Page 15: Visual studio 11 developer preview
Page 16: Visual studio 11 developer preview

• Exploratory Testing and Enhanced Unit Testing

– agile testing that enables you to test without performing formal test planning. 

Page 17: Visual studio 11 developer preview

• What’s New in .NET 4.5 – .NET 4.5 has focused on our top developer requests.  Across ASP.NET,

the BCL, MEF, WCF, WPF, Windows Workflow, and other key technologies, we’ve listened to developers and added functionality in .NET 4.5.  Important examples include state machine support in Windows Workflow, and improved support for SQL Server and Windows Azure in ADO.NET.  ASP.NET has increased investments in HTML5, CSS3, device detection, page optimization, and the NuGet package system, as well as introduces new functionality with MVC4.  Learn more at Scott Guthrie’sblog.

– .NET 4.5 also helps developers write faster code.  Support for Asynchronous programming in C# and Visual Basic enables developers to easily write client UI code that doesn’t block, and server code that scales more efficiently.  The new server garbage collector reduces pause times, and new features in the Parallel Computing Platform enable Dataflow programming and other improvements.