ServicesResourcesConferencesOur TeamWeblogsAboutContact
   

Subscriptions

Post Categories

News

My new books

My Blogroll

INETA UG Leaders

Affiliations

News

Archives

Christian Nagel's OneNotes

.NET Training, Consulting, Coaching & Development


February 2008 - Posts

LINQ to XSD Alpha 0.2
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
posted Friday, February 22, 2008 2:23 PM with 0 Comments

Events in Wien
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
posted Friday, February 22, 2008 1:07 PM with 0 Comments

Enterprise Services with the .NET Framework - Japanese edition
My book Enterprise Services with the .NET Framework is now available translated to Japanese! You can get it here: Amazon Japan Christian Read More
posted Wednesday, February 20, 2008 4:51 PM with 1 Comments

C# v.next
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
posted Tuesday, February 19, 2008 7:11 PM with 0 Comments

LINQ with joins
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
posted Monday, February 18, 2008 11:58 PM with 1 Comments


Powered by Community Server, by Telligent Systems