InfoQ

InfoQ

Topic/Tag specific view

.NET Framework 4.5 Content on InfoQ


Latest featured content about .NET Framework 4.5

C# Async, From the Outside, From the Inside - Part 2

Topics
C# 5,
C#,
.NET Framework 4.5,
.NET Languages,
CodeMash 2012,
.NET Framework,
.NET,
CodeMash,
Programming,
Conferences,
Asynchronous Programming

This is Part 2 of the session. Bill Wagner and Jon Skeet explain the basics of asynchronous operations in C# using the Async keyword. The session is spiced with live demos.

C# Async, From the Outside, From the Inside - Part 1

Topics
C# 5,
.NET Framework 4.5,
C#,
.NET Framework,
.NET Languages,
CodeMash 2012,
.NET,
CodeMash,
Programming,
Conferences,
Asynchronous Programming

Bill Wagner and Jon Skeet explain the basics of asynchronous operations in C# using the Async keyword. The session is spiced with live demos.

News about .NET Framework 4.5

Microsoft .NET Finally Offers a General Purpose Zip Library

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
Programming

The .NET Framework has always had a weird relationship with the Zip file format. From the very beginning .NET actually did support Zip files, but in a way most people didn’t realize. After years of dealing with the convoluted ZipPackage class or turning to third-party libraries, Microsoft .NET is finally offering this basic capability again.

Going Beyond async and await On WinRT

Topics
Visual Basic.NET,
C#,
.NET Framework 4.5,
.NET Framework,
.NET Languages,
.NET,
Programming

The Windows Runtime introduces greater support for asynchronous programming. The await and async keywords for C# and Visual Basic are part of this support.

Managed Extensibility Framework 2: Upcoming Changes for .NET 4.5

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
Managed Extensibility Framework,
Programming

Version 2 of Managed Extensibility Framework (MEF), a framework for extending .NET applications, is currently in Preview mode, and the final release will be part of .NET Framework 4.5. Expected enhancements in Version 2 include improvements to the RegistrationBuilder API, attribute-less registration, and better control over object lifetime.

.NET 4.5 Compatibility And Multi-Targeting

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
Backward Compatibility,
Programming

The upcoming .NET Framework 4.5 being an in-place upgrade to .NET 4.0 has given rise to concerns on how this can introduce breaking changes as well as make multi-targeting difficult. In his article “.NET Versioning and Multi-Targeting..” Scott Hanselman addresses these concerns.

WebSocket Support In Windows 8

Topics
.NET Framework 4.5,
.NET Framework,
ASP.NET,
.NET,
WebSocket,
Windows 8,
Programming,
.NET Framework for Windows 8

As both the WebSocket Protocol and the WebSocket API gain full-fledged support in the Windows 8 Consumer preview, ASP.NET developers can start taking advantage of the bidirectional capabilities by using System.Web.WebSockets library.

Changes and Guidance for the Task Parallel Library in .NET 4.5

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
WinRT,
Programming,
Task Parallel Library

With .NET 4.5 the way you work with the Task class has changed in a subtle but important way.

Microsoft Reports Significant Performance Improvements in Entity Framework 5

Topics
.NET Framework 4.5,
.NET Framework,
.NET,
Programming,
LINQ to SQL,
Entity Framework,
LINQ

Microsoft has announced that the upcoming Entity Framework 5 could potentially improve performance up to 67 percent. Developers using EF 4.0 should also see performance improvements just by upgrading to .NET Framework 4.5.

Microsoft Deprecates Legacy Workflow Foundation Libraries in New Beta Release

Topics
.NET Framework 4.5,
Workflow / BPM,
Business Process Management,
.NET Framework,
SOA,
.NET,
Enterprise Architecture,
Business,
Programming,
Architecture,
Windows Workflow Foundation

In a recent blog post, Microsoft announced that the first generation objects of their WF technology are being deprecated in the upcoming .NET 4.5 release. WF, which is a workflow engine leveraged by .NET developers as well as a handful of Microsoft server products, has multiple new capabilities in .NET 4.5 while officially putting application that leverage the old .NET 3.0 objects on notice.

Lighter Configuration Files and Better ASP.NET Support with WCF 4.5

Topics
.NET Framework 4.5,
Web Services,
.NET Framework,
WCF,
ASP.NET,
.NET,
SOA,
Enterprise Architecture,
Architecture,
Programming,
IIS

Ido Flatow has been posting a series on the upcoming changes to WCF in .NET 4.5. Most of these changes revolve around making configuration files lighter and easier to work with in both stand-alone and IIS hosted modes.