InfoQ Homepage .NET Content on InfoQ
-
-
Microsoft Patterns & Practices Team publishes Repository Factory
The Repository Factory is a new guidance package from the Microsoft Patterns & Practices Team. It replaces the Data Access Guidance Package, which has been integrated into the Web Service Software Factory (WSSF).
-
Retire Microsoft's Four SOA tenets?
Microsoft's Harry Pierson (a.k.a. DevHawk) suggest that Microsoft's own 4 tenets for SOA should be retired because, well, they are, in Harry's opinion, useless - at least they are not useful anymore.
-
Do You Need a Data Layer?
With LINQ nearing release, the need for a separate data access layer needs to be reevaluated. Is it still an essential part of an application's design? Or has it become an appendix of the past?
-
Linked-In, Second Life, eBay, Orbitz, Yahoo! architectures to be presented @ QCon SF
The 'architectures you've always wondered about' track at QCon San Francisco this year will be featuring the architectures of Linked-In, Second Life, eBay, Orbitz, & Yahoo!, presented directly from key architects at those companies. QCon itself also has a number of other tracks on architecture, Java, .NET, Ruby, Agile, research technologies, and more.
-
Perl/.NET Interoperability Using Web Services
Web services were supposed to enable cross-application integration regardless of the underlying platform or language. While the promise is still there, today we still need tricks to make it work.
-
Catching up with Phoenix
This past year Microsoft introduced Phoenix a project aimed at transforming the traditional blackbox compiler into a transparent one.
-
The "use" Binding In F# and How It Should Be Applied To C# and VB
Possible enhancements for F# show how VB and C# can also change in the future.
-
Team Foundation Server 2008: Out-Of-The-Box Support for Continuous Integration
Along with Visual Studio 2008 Microsoft will be releasing a new version of TFS (Team Foundation Server). TFS 2008 will provide extended support for Continuous Integration.
-
The Curious Nature of Transactions in ADO.NET and LINQ
Transactions in LINQ rely on TransactionScope, a .NET 2.0 class that uses a distinctly non-OO design pattern that relies on gloabls.
-
Open Source LINQ to SQL Debugger
Scott Guthrie has posted an article on the LINQ to SQL debugger features along with the source code for the debugger. Among these is the ability to see the raw SQL generated by the query. Equally interesting is the ability to execute the query with one click, the results being displayed in standard grid.
-
Promesh.NET - an MVC Web Framework for .NET
Philippe Leybaert recently released a Model-View-Controller (MVC) framework for creating .NET 2.0 web applications, named ProMesh.NET. The framework was released on Codeplex under an open source license. MVC frameworks have gained popularity lately with Ruby on Rails and most recently with the Castle Project and MonoRails, also an MVC framework.
-
Isolation for WPF Add-Ins
For many applications, the ability to extend the application with third party features is essential. Microsoft's CLR Add-In team has been working on a formal model and API to make this task easier by isolating GUI elements in separate AppDomains.
-
Presentation: Erik Meijers on Democratizing the Cloud
As the Dutch artist MC Escher once said "Only those who attempt the absurd will achieve the impossible". At Microsoft, Erik Meijers is trying to stretch .NET to cover the Cloud such that developers can incrementally and seamlessly design, develop, and debug complex distributed applications using your favorite existing and unmodified .NET compiler and deploy these applications anywhere.
-
.NET Spotlight on Open Source: Beagle
One of the most famous Mono applications on Linux is Beagle. In this .NET Spotlight on Open Source, Infoq interviwed Joe Shaw and Pierre Ostlund on Beagle.