InfoQ Homepage .NET Content on InfoQ
-
Microsoft Ups Their Support for PHP
PHP is a cornerstone of LAMP development. In an attempt to lure PHP developers off Linux and MySQL, Microsoft is beginning to offer deep support for PHP in IIS 7 and SQL Server.
-
Visual Studio 2008 Not Ready for Visual SourceSafe
Richard Berg warns, "If you plan to use VS 2008 with SourceSafe, make sure to pick up the Update CTP too. Without it, some features like "Open from Source Control" will not work at all."
-
Surprising criticism from parting Microsoft development lead
Jay Bazuzi, once Development Lead for the C# Editor, is leaving Microsoft, and he wrote some surprisingly harsh parting words for his friends before he left; things like “OO isn’t a fad” and that “It’s OK to use someone else’s code”.
-
Extension Methods, DSLs, and Fluent Interface
A brief look at Domain Specific Langauges, Fluent Interfaces, and how Extension Methods allow them to be used from C# and VB. Plus a tip on using extension methods in the .NET 2.0 framework.
-
Borrowing Functional APIs from F#
The Common Language Specification ensures that any conforming .NET language can access libraries created by any other language. This means imperative languages like VB and C# can call functional libraries created primarily for F#. In fact, many can be converted directly into C# code.
-
The Future of MonoRail in the Wake of MS MVC
Hamilton Verissimo, the founder of the Castle Project, has discussed means of integrating Castle/MonoRail into MS MVC as well as real-world requirements with the MS MVC team.
-
Ruby.NET 0.9 improves .NET interop, adds Form designer support
Ruby.NET, a project to compile Ruby source to .NET CIL, just released version 0.9. The release comes with improved .NET integration and a nearly complete implementation of the Ruby standard library. To top it off, Ruby.NET VS integration ships Form Builder support to help build Ruby GUI apps.
-
PowerShell Scripting Added to SQL Server 2008
Francois Ajenstat has recently announced that SQL Server is the next to pick up PowerShell scripting in the next CTP.
-
Microsoft Releases Visual Studio 2008 and the .NET Framework 3.5
Today Microsoft released Visual Studio 2008 and the .NET Framework 3.5 to developers. This is a much anticipated release and includes all the promised features.
-
Introducing Farseer - An Open Source Physics Engine for Silverlight and XNA
In the modern push for showier and more interactive interfaces, it is inevitable that real-time animation is asked for from time to time. When this animation involves objects on the screen bouncing off each-other or being affected by gravity, a physics engine is a must. The Farseer Physics Engine addresses this need. We interviewed Jeff Weber, designer of Farseer.
-
Presentations from the last Microsoft SOA & BP 2007 conference available
Microsoft has made available all the presentations from its last SOA and Business Process conference.
-
Volta: Architecture Factoring and Refactoring
Erik Meijer says "As the world is moving more and more towards the software as services model, we have to come up with practical solutions to build distributed systems that are approachable for normal programmers". Volta's Architecture Refactoring was presented at the SAF this week.
-
Quick-Start Kit for User-Generated Video Content Sites using Silverlight
Microsoft, in conjunction with Vertigo Software, has released a reference project that provides an end-to-end solution for hosting a video sharing site called Video.Show. This is one of the projects in what Microsoft is calling Software + Services Blueprints.
-
IronRuby on Silverlight Demo at RubyConf
John Lam recently gave the folks at RubyConf a sneak-peak to what is coming from Microsoft's commitment to Ruby running on its Dynamic Language Runtime (DLR) and Silverlight.
-
New Compression Features in SQL Server 2008
SQL Server 2008, code name Katmai, is expected to be released in May. It brings with it a whole host of new features, including several new compression options.