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


March 2005 - Posts

ASP.NET 2.0 and SharePoint WebParts
ASP.NET 2.0 has great features for WebParts built in. The next version of SharePoint will be based on ASP.NET 2.0 WebParts. Mike Fitzmaurice has the roadmap for SharePoint and ASP.NET 2.0 WebParts, and what can be done now. A short Read More
posted Thursday, March 17, 2005 7:21 PM with 0 Comments

Rory and Scott - Revenge of the Sith
Rory Blyth and Scott Hanselman have done a cool video for TechEd 2005: Revenge of the Sith is number two of the saga. Here is a link to number one. Christian Read More
posted Thursday, March 17, 2005 10:44 AM with 0 Comments

C++/CLI: Pointer Arithmetic with Embedded Value Types
With C++/CLI it is possible to use the interior_ptr<> keyword for using pointer arithmetic with value types that are embedded in a managed class. The array keyword is used to create .NET arrays. Here the array consists of 8 int values. array<int>^ Read More
posted Tuesday, March 15, 2005 10:22 AM with 0 Comments

Predicates with .NET 2.0
In a previous blog entry I've shown the transformation of the Accumulate method from a traditional implementation to a generic implementation where the action is passed. This was the result of the last version that does something to every object in a Read More
posted Thursday, March 10, 2005 10:06 AM with 3 Comments

Advanced .NET Remoting, Second Edition
Ingo Rammer has done it again - the second edition of Advanced .NET Remoting is available! This time with the help from Mario Szpuszta, a new author from Austria. Mario helped Ingo to update and extend the book to 580 pages (from 404 Read More
posted Wednesday, March 09, 2005 10:59 AM with 0 Comments

Longhorn Milestone Dates
Bart De Smet has some Longhorn milestone dates. Christian Read More
posted Tuesday, March 08, 2005 7:26 PM with 0 Comments

Project Green Roadmap
Microsoft outlined the roadmap for Project Green: Wave 1: 2005-2007 Common role-based shared user interface with Office integration Interoperability with service-oriented applications SQL Server Reporting Services as the default reporting environment Read More
posted Tuesday, March 08, 2005 3:40 PM with 1 Comments

Generic Methods
Following my blog about Generic Delegates and Anonymous Methods, here is more: Generics and anonymous methods can make code a lot more flexible. Following I show different ways to accumulate the balance of Account objects. The Account class is a simple Read More
posted Sunday, March 06, 2005 4:16 PM with 9 Comments

Generic Delegates and Anonymous Methods
Generics and anonymous methods are great improvements of C#. Having a generic collection persons of type List<Person>, the objects of the collection can be accessed with a simple foreach statement: foreach (Person p in persons){   Console.WriteLine(p);} Read More
posted Friday, March 04, 2005 3:16 PM with 5 Comments

WSE 2.0 SP3 released
Mark Fussell announced the release of WSE 2.0 SP3 on MSDN. With SP3 .NET 1.1 is not required, it also installs with.NET 2.0. Christian Read More
posted Wednesday, March 02, 2005 9:15 AM with 0 Comments


Powered by Community Server, by Telligent Systems