|
|
|
|
.NET Training, Consulting, Coaching & Development
February 2008 - Posts
|
|
|
It took some time after the first alpha (which was available for Beta 1 of Visual Studio 2008) - now a new version of LINQ to XSD is here:
LINQ to XSD Alpha 0.2
Christian Read More
|
|
|
|
Wichtige .NET Developer Events in Wien:
Dienstag, 26. Februar 2008 - .NET User Group Austria
Mittwoch, 12. März 2008 - Take off to Visual Studio 2008, Developer Day
Christian Read More
|
|
|
|
My book Enterprise Services with the .NET Framework is now available translated to Japanese!
You can get it here:
Amazon Japan
Christian Read More
|
|
|
|
C# is a changing language. C# 1.0 was all about core component-support. With C# 2.0 generics have been added. C# 3.0 added LINQ and extensions that are very useful with LINQ such as extension methods, object initializer, collection initializer, anonymous Read More
|
|
|
|
Dan Wahlin posts about LINQ and Lambdas and Sprocs... Oh My!
With his post he defines a complex LINQ query to join several tables from the Northwind database:
public IEnumerable
GetOrderDetails(int orderID)
{
NorthwindDataContext db = this.DataContext; Read More
|
© 2002 - 2006 by thinktecture, Ingo Rammer and Christian Weyer. All rights reserved.

|
|