InfoQ Homepage .NET Framework Content on InfoQ
-
DevLabs gets Solver Foundation, a .NET Library for Mathematical Programming
Dr. S. Somasegar, Senior VP of Developer Division at Microsoft, recently announced that DevLabs is getting Solver Foundation, a .NET library for mathematical programming, modeling, and optimization.
-
New.NET Async Control Flow Explained
Alan Berman recently explained the details of how the new Async and Await keywords impact the flow of control. Using these keywords allows an asynchronous function's return values to be processed without using explicitly defined callbacks. This allows for more natural code grouping, as calling and processing of an asynchronous function can occur in the same function.
-
Mono Releases Mono Packager for Mac
Earlier this week, the Mono folks released the Mono Packager for OSX and refreshed the MonoMac library and templates. Developers can now create self-contained Mono applications which can be distributed via the Apple App Store.
-
Entity Framework Code-First CTP5
Earlier this month the ADO.NET team released CTP5 of their Entity Framework Code-First library. The library is meant to provide a code-centric workflow for developers when working with data.
-
Prism 4 Final Released
Karl Shifflett released the final release of Prism 4 to MSDN on November 12. Simultaneously, Karl also published the first installment of a series of multimedia training that is consumed within Visual Studio 2010 called, In the Box.
-
OS Release: Pyxis 2 Beta 2
Last Wednesday, Thomas Holtq announced the release Pyxis 2 beta 2 of the Pyxis 2.0 operating system for .NET Micro Framework devices.
-
.NET’s Platform Divergence Problem
For many years the platform dependency issues in .NET we very easy to understand. Almost everything people used was marked as either compatible with .NET Compact Edition or with the full edition. Aside from .NET Micro, which hardly anyone used, there wasn’t much else to worry about. But now that there is over a dozen active frameworks to choose from, the situation has grown quite complex.
-
Using ILMerge Internalization with Caution
ILMerge is a .NET utility that can merge multiple assemblies into one, and can change the visibility of types from public to internal. This can have positive or negative results depending on how the resulting assembly is going to be used.
-
ECMA Common Language Infrastructure 5th Edition
The ECMA working group in charge of the Common Language Infrastructure standard has produced released a working draft of the 5th edition. The CLI represents the subset of Microsoft’s .NET platform that has been placed in the care of Ecma International. Originally known as the European Computer Manufacturers Association, Ecma International both competes with and complements ISO.
-
New Base Class Library Features Will be Demonstrated on CodePlex
It doesn’t matter if you are using .NET or Mono, rich client or web, if you are using the CLR then you are using the Base Class Library. So in order to make changes more transparent, Microsoft’s BCL team is previewing new classes on CodePlex. Here developers can try out changes to the BCL and, because it is open source, alter the classes for further experimentation.
-
Obsolete Features in .NET 4
With the introduction of a new CLR and Base Class Library, Microsoft has taken this opportunity to do some house cleaning. Though not much has been actually removed, we do see even longer lists of obsolete types and members. Probably the most notable is the removal of the Mobile support for ASP.NET WebForms.
-
New Features in .NET 4: Charts, SEO, and Extensible Output Cache
The upcoming version 4.0 release of the .NET Framework comes with many new improvements, some of which have been covered previously on InfoQ. This article explores three more new features which are arriving with .NET 4.0: Chart Controls, SEO support and Extensible Output Cache in ASP.NET 4.
-
Windows Workflow 4 – A New Product with an Old Name
Windows Workflow 4 is a major rewrite of the library. While it has the same goal, to provide a modeling language for long-running tasks, there are some significant differences coming out of what is essentially a complete rewrite.
-
Visual Studio 2010 and .NET Framework 4.0 Launch Date Postponed
In a very small announcement by Developer Division’s Marketing and Communications Manager Rob Caron, Visual Studio 2010 and .NET Framework 4.0 is set to be officially launched April 12, 2010 and not March 22 as previously announced. However, the date for release to manufacturing (RTM) still remains unknown.
-
CSI C# Interpreter Supports .NET 4.0
CSI is a simple C# interpreter allowing command-line compilation of standalone C# files. A new version has been released to support .NET 4.0. CSI is open source with a full test suite.