计算之智与哲学之慧分享 http://blog.sciencenet.cn/u/huangfuqiang

博文

Visual Studio 2010 and .NET Framework 4 Beta 1 Walkthroughs

已有 4581 次阅读 2009-6-22 21:22 |个人分类:计算机软件理论与工程|系统分类:海外观察| Framework, Beta

信息来源: http://msdn.microsoft.com/zh-cn/netframework/dd441784(en-us).aspx

Core Coding Experience in Managed Languages

Visual Studio 2010 is an exciting release in managed languages and tools.  Visual C# and Visual Basic languages continue to evolve towards feature parity, strive to simplify programming and deployment with the Microsoft Office APIs, and allow easy interop to dynamic languages.  Visual F# is a new programming language which combines functional, object-oriented and explorative programming to provide a succinct, expressive and scalable language for .NET.  In the tools space, Visual Studio 2010 offers greater support for Test-Driven Development, where tests are written before product code as an iterative approach to software design.

Walkthroughs:

Library:

Forums:

Office Development in Visual Studio 2010

Visual Studio 2010 comes with improved Office Development functionality. You can now deploy multiple Office Solutions in one package which will appear as a single entry in the Add/Remove Programs in Windows XP or Programs and Features in Windows Vista. Visual Studio 2010 now also allows you to perform additional actions after the Office solution installation is complete such as copy documents or workbooks to the end user computer, create extra registry keys, or modify a configuration file.

Walkthroughs:

Library:

Forums:

Blog:

Multi-targeting

The multi-targeting feature of Visual Studio lets you specify the version of the .NET Framework, or its profile, that is required for your application. The key benefit of multi-targeting is that you can use the current version of Visual Studio to create and develop projects that target earlier versions of the .NET Framework. For example, you can continue to develop projects that were created in Visual Studio 2008 without adding new .NET Framework dependencies.

Walkthroughs:

Library:

Parallel Computing

The Parallel Extensions to the .NET Framework 4 and the Concurrency Runtime for Visual C++ 2010 enable developers to leverage parallel computing. By using these frameworks, developers can write parallel applications that will scale efficiently as the numbers of cores and processors increase. By avoiding the complexities of thread-focused programming models, the new parallel libraries simplify the production of parallel code and enable developers to more easily take advantage of parallel hardware. Visual Studio 2010 Beta 1 also provides new debugging and profiling tools to help developers understand and verify the behavior of their parallel applications.

Walkthroughs:

Library:

Forums:

Blog:

Workflow Foundation

Workflow Foundation (WF) provides significant enhancements in this release such as explicit data model and fully declarative experience for authoring activities, a new Flowchart modeling style, deeper integration with Windows Communication Foundation (WCF) and high performance runtime engine.

Walkthroughs and Samples:

Additional Resources:

Forums:

Blog:



https://blog.sciencenet.cn/blog-89075-239685.html

上一篇:C++0x
下一篇:微软把函数编程语言(F#)引入到主流.NET企业平台中
收藏 IP: .*| 热度|

0

该博文允许实名用户评论 评论 (0 个评论)

数据加载中...

Archiver|手机版|科学网 ( 京ICP备07017567号-12 )

GMT+8, 2024-6-16 09:18

Powered by ScienceNet.cn

Copyright © 2007- 中国科学报社

返回顶部