Showing results for bcl - .NET Blog

Jun 6, 2012
3
3

Async in 4.5: Enabling Progress and Cancellation in Async APIs

Brandon Bray
Brandon Bray

The apps developers want to develop today are fast and fluid and the async features in .NET make this easier than ever. The world is also highly connected now which makes waiting for data a real concern for building great customer experiences. Alok Shriram from the .NET Base Class Library program management team continues his discussion on the asyn...

.NET
Apr 17, 2012
0
0

.NET for Metro style apps

Brandon Bray
Brandon Bray

.NET is now a core part of several Microsoft platforms, and each has focused on specific subset of APIs. A lot of thought has been put into crafting each API surface area. Many of you have asked how the .NET APIs available for Metro style apps were chosen. In the following post, Immo Landwerth – a program manager on the CLR’s Core Framework team – ...

.NET
Apr 3, 2012
0
1

Async in 4.5: Worth the Await

Brandon Bray
Brandon Bray

Developers often ask for guidance on how to write responsive user interfaces. Reading most books about the .NET Framework over the past ten years, you’ll see coverage of the asynchronous programming model which requires a lot of careful attention while coding. That’s why the async features in the latest versions of C# and Visual Basic are tremendou...

.NET