InfoQ Homepage .NET Content on InfoQ
-
Typemock Announces Isolator 5.1.1 and Racer
Typemock releases its latest version of Isolator and looks ahead with a simpler concept. Typemock also introduces Racer, Typemock’s parallel code solution for unit testing.
-
Visual Basic 10: Rounding the Edges
Like C# 4, VB 10 isn't going to see a lot of ground breaking features. Everything so far was already available, just not in a convenient form. So this release is very much just rounding off the rough edges.
-
ADO.NET Data Services Is About to Go Offline
ADO.NET Data Services, previously known as Project Astoria, will receive offline capabilities in the near future. That means applications could be developed to synchronize their data, then use it in an offline fashion.
-
QCon San Francisco a Few Weeks Way: 100 Speakers in 17 Tracks!
The second annual QCon San Francisco conference is coming up in just a few weeks; this year we've got over 100 speakers in 17 tracks covering the key topics of importance in enterprise software development. With speakers such as Martin Fowler, Kent Beck, Rod Johnson, Bob Martin, this is the biggest QCon yet.
-
New Directions in Framework Design Guidelines
Microsoft's Framework Design Guidelines are the rules by which it expects both Microsoft libraries and those of individual developers to follow. As each version of .NET framework is released and tested in the field, their vision is refined. With the release of Cwalina and Abrams' second annotated book by the same name, we see the direction Microsoft is heading for the next couple of years.
-
Microsoft Patterns & Practices releases Enterprise Library 4.1 and Unity Application Block 1.2
Microsoft Patterns & Practices announced the availability of Enterprise Library 4.1 and Unity Application Block 1.2
-
Interview: John Lam on IronRuby, Microsoft and Open Source
In this interview from RubyFringe, John Lam talks about his work on IronRuby and how Microsoft is approaching Open Source software development.
-
Performance Problems Mar SQL Server 2008 Full Text Search
SQL Server Full Ttext Search is a rather specialized discipline among database administrators. For roughly a decade it has been something separate from the rest of SQL Server, and in most cases unnecessary. But for those who do use it, it tends to be core to how data is indexed and retrieved. For those using it and upgrading to SQL Server 2008, trouble is brewing.
-
Is LINQ to SQL Truly Dead?
Back in July we reported that LINQ to SQL was transferred to the SQL Data Programmability team. This event raised a lot of concern in the developer community, who worried that work on LINQ to SQL would halt in favor of ADO.NET Entity Framework. A recent announcement by Tim Mallalieu, Program Manager of both LINQ to SQL and Entity Framework, has exacerbated those concerns.
-
.NET and Dynamic Languages
In the months and years ahead, dynamic languages are going to take on an increasing important role in the .NET platform. To support this Microsoft is heavily investing in integration between the dynamic languages and the CLR.
-
Presentation: An Introduction to M
During PDC 2008, David Langworthy, Architect at Microsoft, and Don Box, Distinguished Engineer at Microsoft, held a presentation about Oslo, focusing especially on the modeling language M, explaining what is and what is not, and also demonstrating using M to create a data model.
-
Ruby SDK for the Microsoft Cloud Computing Platform Released
The DotNetServicesRuby team, a partnership between Microsoft and Thoughtworks, announced the launch of Milestone 1 - Technology Preview of Ruby SDK for Microsoft .NET Services, a key component in Azure, the Microsoft Cloud Computing Platform.
-
Testing: What Developers Are Expected To Do Versus What They Actually Do
The recent PDC underscored a major disconnect in the testing community. There is a fundamental misconception that developers only need to write "unit testers" and all other forms of testing are someone else's problem.
-
.NET 4.0 CTP, Visual Studio 2010 CTP and Azure Tools CTP Are Available
Microsoft has announced the availability of the next generation of .NET Framework 4.0 CTP, Visual Studio 2010 CTP and the new Windows Azure Tools for VS CTP during PDC 2008.
-
C# Feature Focus: Co- and Contra-variance
With .NET 4, C# 4 will be able to support co- and contra-variance in generic interfaces. If you are not familiar with them, think of it as the reason why you can't pass an IEnumerable<Apple> to a function expecting an IEnumerable<Fruit>.