InfoQ Homepage .NET Framework 4.5 Content on InfoQ
-
Support Ending for the .NET Framework 4.0, 4.5 and 4.5.1 on Tuesday
In less than a week Microsoft will formally end support for versions 4.0, 4.5, and 4.5.1 of the .NET Framework. Users should upgrade to a later version such as the slightly incompatible .NET 4.5.2.
-
Offline Repair Plus Quiet and Passive Modes Make .NET Repair Tool More Suited to the Enterprise
Microsoft recently released .NET Framework Repair Tool with support for quiet and passive modes in addition to .NET Framework 4.5 and 4.5.1. The release also ships with command line tools, which enable developers to repair .NET installations and to retrieve logs.
-
High DPI Improvements for Windows Forms in .NET 4.5.2
Microsoft has just announced the release of .NET 4.5.2. This release includes new APIs for ASP.NET that support background threads under IIS. Also featured is higher DPI support for WinForms.
-
Fix ASP.NET Browser Detection Error in Internet Explorer 11
Internet Explorer 11 will not be able to properly run .NET Framework 4.0 based web applications due to an error in the browser detection mechanism, which can be either fixed by installing .NET 4.5 or by adding a .browser file with correct definitions.
-
Octokit.NET Enables GitHub Integration Into .NET Framework 4.5 Applications
GitHub has released Octokit.NET which enables integration of GitHub API into .NET Framework 4.5 applications. It also includes integration tests that access the API by using FullBuild MSBuild target and Octokit.Tests.Integration assembly.
-
Sasa 0.9.4 Released with New Additions, Features and Bug Fixes
Sasa 0.9.4, a collection of .NET Framework extensions has been released by Sandro Magi with several new additions, features and bug fixes.
-
CLR Memory Diagnostics Enables you to Automate Inspection Tasks
The recently relesed Microsoft.Diagnostics.Runtime or CLR Memory Diagnostics (ClrMD) component enables you to automate inspection tasks and access debugging information using set of advanced APIs.
-
Microsoft Enterprise Library 6.0 Adds Semantic Logging
Microsoft has released Enterprise Library 6.0 with a Semantic Logging application block, support for Unity 3.0 and Windows Store apps, simplified usage, better documentation and overall experience.
-
Edge.js Combines Node.js with .NET
The Edge.js project combines Node.js with the .NET platform. Developers can use C# on Node.js or provide Node.js functionality to C# applications-- allowing them to use the best tool for each task. InfoQ had the opportunity to speak with author Tomasz Janczuk about the project and his future plans.
-
Xamarin Introduces C# Async for iOS and Android
Xamarin has released a preview of their async-enabled libraries for iOS and Android development. This work is based heavily on Microsoft’s .NET 4.5, which was released late last year as part of Visual Studio 2012. Xamarin is the new name for the development platforms previously known as MonoTouch and Mono for Android.
-
Build Cross Platform Applications with Xwt
Xwt is .NET Framework based open source UI toolkit for Mono and .NET and is used for the creation of desktop applications that run on multiple platforms from the same codebase.
-
The NET Perspective: Then and Now
The .NET Framework observed its ten year anniversary in February. Brandon Bray, .NET's Group Program Manager, was at Build to discuss where .NET has been and what developers can look for in the future.
-
Windows Azure Mobile Services with iOS, E-mail, SMS, Facebook Support
Windows Azure product team has released an update to its mobile services suite with support for ios, E-mail, SMS including the ability to make use of Windows Azure Blob, Tables and ServiceBus with your application.
-
Windows Identity Foundation Now Included in .NET 4.5
Windows Identity Foundation, Microsoft's framework for integrating claims-based authentication into applications, is now part of the .NET Framework. It was created to simplify work with access control and authentication, and to allow for single sign-on across multiple applications.
-
Reflection API Changes For Windows Store Apps
.NET API subset for Windows Store Apps is considerable smaller than the full .NET Framework 4.5. Particularly, Reflection.Emit is not available and most members in the System.Type class have been moved to the System.Reflection.TypeInfo class.