Showing results for .net framework - .NET Blog

Nov 30, 2012
0
0

Asynchronous Programming for Windows Store Apps: .NET is up to the Task

Brandon Bray
Brandon Bray

Programming with async and await is the driving force behind delivering “fast and fluid” user experiences. Compiler diagnostics for async APIs guide developers towards best practices – it’s a wonderful example of platform and tooling working together. Since the Windows Runtime uses a slightly different implementation for async ...

.NET
Nov 20, 2012
0
0

Building Windows Store Apps with .NET

Brandon Bray
Brandon Bray

For .NET developers, this is the best time to build client apps. Never before have the Windows APIs been so easy to use from C# or Visual Basic without wrapping them with custom libraries. So far, we’ve seen some amazing apps in the Windows Store built using C#. Richard Lander, program manager for the CLR and frequent contributor to this blog...

.NET
Nov 13, 2012
0
0

Scaling cloud apps with the .NET Framework 4.5

Brandon Bray
Brandon Bray

The .NET Framework 4.5 is now available on Windows Azure. Thank you to everyone cheering for this moment. We’re just starting to see the possibilities that a rich developer framework like the .NET Framework and the cloud can have together. Richard Lander, a program manager for the Common Language Runtime, explains a few best practices that can...

.NET
Nov 7, 2012
0
0

The Microsoft Build 2012 Event — .NET Framework Highlights

Brandon Bray
Brandon Bray

It was at the first BUILD conference last year that we announced the .NET Framework 4.5. BUILD last week was a big opportunity for us to reflect on the incredible things you can do with .NET 4.5 and Windows 8. It was also a place where we could launch the great new things now available in Windows Phone 8. Christine Ruana is the project manager ...

.NET
Oct 30, 2012
0
0

Announcing the release of the .NET Framework for Windows Phone 8

Brandon Bray
Brandon Bray

Bringing the full power of the Windows based CLR and .NET Framework to the Windows Phone has been several years in the making. The .NET capabilities introduced with Windows Phone 8 builds upon many of the investments we’ve made across all platforms and years of incubation. This release truly highlights some of the enduring themes behind .NET...

.NET
Oct 18, 2012
1
0

An easy solution for improving app launch performance

Brandon Bray
Brandon Bray

Over the last ten years of building the .NET runtime, quite a number of assumptions have changed. Early on we could assume that most computer users only had one processor. Today, the assumption is that you have at least two processors. While including parallelism in an app for performance challenges most developers, what if that parallelism came ...

.NET
Oct 17, 2012
0
0

.NET Framework 4.5 – Off to a great start

Brandon Bray
Brandon Bray

The .NET Framework just passed 3 million downloads. During this time, we’ve been monitoring your experience, paying attention to both telemetry and social traffic. One of the first things I do every morning is read through all the Twitter traffic about .NET. Many others on the .NET team do the same. If you’ve raised an issue about .NET ...

.NET
Oct 12, 2012
0
0

Improvements in .NET Framework Setup for Developers, IT Pros, and Users

Brandon Bray
Brandon Bray

The only experience most Microsoft customers have with the .NET Framework is the deployment and installation experience, which is why we spend so much time analyzing opportunities to improve it. For .NET 4.5, our goal was to build a product that was equivalent to a service pack with additional features. Our team studied how other products with ...

.NET
Sep 12, 2012
0
0

Celebrating the Visual Studio 2012 launch with the release of a popular App

Brandon Bray
Brandon Bray

Today, we’re happy to announce the launch of Visual Studio 2012 and the .NET Framework 4.5. You can read more about the Visual Studio 2012 launch on Jason Zander’s blog. We’ve been using the new version of Visual Studio for several months now to build .NET Framework apps for Windows, Windows Store, Windows Azure, and Window Server. The ...

.NET
Aug 15, 2012
0
0

Announcing the release of .NET Framework 4.5 RTM – Product and Source Code

Brandon Bray
Brandon Bray

Updated (2017): See .NET Framework Releases to learn about newer releases. This release is unsupported. Updated – 8/16/2012: Added license information about the source code release. Today, we are happy to announce the availability of Microsoft .NET Framework 4.5 and Visual Studio 2012. You can develop apps that will take advantage of all the ...

.NET