InfoQ Homepage .NET Framework Content on InfoQ
-
Consuming REST Services with WCF
The .NET Framework 3.5 introduces REST-style WCF services. In addition to developing and hosting RESTful services there are several options for consuming these services.
-
.NET Framework 3.5 Enhancements Training Kit Available
Microsoft has recently made available the .NET Framework 3.5 Enhancements Training Kit.
-
APIFinder - Your Guide to APIs
Developers today are constantly creating applications that consume services of other web sites. Consuming these services requires figuring out and understanding the sometimes complex Application Programming Interfaces (APIs).
-
LINQ Tooling
Besides the ubiquitous praise within the community, LINQ has quite a steep learning curve. Two tools, VLinq and LINQpad, try to help developers become more familiar with the LINQ syntax.
-
Robotics Developer Studio 2008 CTP Available for Download
Microsoft has recently made available for download the Robotics Developer Studio 2008 CTP.
-
F#: What to Expect from It in the Near Future?
In recent posts, Brian McNamara and Don Syme, of the F# research team, have shed some light on their plans for the near future.
-
.NET Framework Versions: Marketing vs. Reality
Since .NET Framework 3.0 Microsoft's versioning strategy confuses the community. Scott Hanselman explains the how and why of the drift between marketing and reality.
-
SpringSource Announces Acquisition by Microsoft
In a surprise announcement, SpringSource CEO Rod Johnson announced that SpringSource has agreed to be acquired by Microsoft. InfoQ interviewed Johnson to learn more about this acquisition and what it will mean for the future of both Spring and the .Net Framework.
-
Article: Asynchronous Workflows in F#
In this third installment, Robert Pickering continues the conversation on F# and this time focuses on Asynchronous Workflows and the resulting performance gains obtained when used.
-
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.