InfoQ Homepage .NET Framework Content on InfoQ
-
Microsoft, Intel to invest $20M in parallel computing
Microsoft and Intel have recently announced a $20 million joint investment into parallel computing over the next 5 years.
-
Microsoft Publishes ASP.NET MVC Source Code
Microsoft opens up a CodePlex project to share the source code of future ASP.NET releases. Currently the ASP.NET MVC Preview 2 sources are available for download.
-
Creating a RESTful API with WCF
Aaron Sloman and Haider Sabri gave a talk about "Creating a RESTful API with WCF" at MIX08 introducing a sample REST application called RESTChess.
-
ASP.NET MVC Preview 2 Brings Out Many Value Additions
The ASP.NET MVC Framework Preview 2 has been released last week and offers a lot of new features and many refactorings.
-
Using the Task Scheduler in Vista and Windows Server 2008
Task Scheduler is an useful addition to Windows Vista and the upcoming Windows Server 2008. This is a quick lesson on how to use the Task Scheduler from managed code.
-
VB 6 to VB.NET Migration Proceeds Ever So Slowly
Six years after VB.NET was released, Microsoft is still slowly working towards a true migration path for VB 6 applications. Recently Microsoft released "Visual Basic Power Packs 3.0". This release adds the Data Repeater, an important control for layouts.
-
Custom MSBuild Tasks
Since version 2.0 Microsoft has integrated MSBuild, a build system, into the .NET Framework that is fully compatible with Visual Studio projects. Bart de Smet shows how to extend MSBuild via custom tasks.
-
Interview and Book Excerpt: Model Based Software Testing and Analysis with C#
Recently published, Model Based Software Testing and Analyis with C#, by Cambridge University Press. Infoq was able to speak with all four authors about their personal views on model based testing and analysis: Jonathan Jacky, Margus Veanes, Colin Campbell and Wolfram Schulte.
-
QCon Panel: What will the Future of Java Development Be?
In this panel from QCon San Francisco, Joshua Bloch, Chet Haase, Rod Johnson, Erik Meijer and Charles Nutter discussed and debated the future of the Java language and APIs based upon the lessons we have learned from the past. Topics included static versus dynamic languages, removing code from Java, forking the JVM, and the next big programming language.
-
Catching Up With the .NET Micro Framework
The .NET Micro Framework is the smallest runtime available within the .NET Framework. Able to run in only 512k of RAM without an MMU it is targeted at 32-bit processors.
-
Presentation: Erik Meijer on C# 3.0 and LINQ
In this QCon presentation Erik Meijer talks about C# 3.0 and LINQ. He builds upon his theme of democratizing the web while discussing the new language features of C#.
-
Digging into the Performance of the ADO.NET Entity Framework
The ADO.NET Team recently discussed various performance aspects of the ADO.NET Entity Framework. The ADO.NET Entity Framework entered its third beta back in December and since that time the team has provided developers with information about using the framework but now they are providing developers with the performance aspects.
-
MVC Contrib Now Offers 4 Alternative View Engines
MVC Contrib, a contribution project for the ASP.NET MVC framework hosted on CodePlex, now offers 4 alternatives to the default ASPX view engine.
-
ASP.NET MVC Example with Northwind and Entity Framework Published
Brad Abrams, founding member of the CLR and .NET Framework teams at Microsoft, published a good example of how developers can leverage the MVC Framework with some of the new tools from Microsoft.
-
Get a Grasp on Expression Trees
Developers familiar with functional programming languages might not need an explanation as to why expression trees are useful. For the rest of us expression trees are the most striking concept of all the new features in C# 3.0 or VB 9.0.