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


April 2005 - Posts

C++/CLI, IDisposable and Finalize
With Beta 2, C++/CLI changed the code that is generated with the destructor (~Class) and the explicit finalize (!Class). It's a great improvement! Now the Dispose(true) pattern for embedded objects is implemented with this code that just contains a destructor Read More
posted Wednesday, April 27, 2005 9:15 PM with 2 Comments

C# 2.0 and C++/CLI Event
Last week I've done an INETA sponsored talk for the .NET User Group Styria, thanks to the invitation of Klaus Aschenbrenner. The attendees have been zealous from possibilities of generics and anonymous methods. Some more information about generics Read More
posted Wednesday, April 20, 2005 9:58 AM with 2 Comments

Friend Assemblies
The C# access modifier internal defines access is only allowed within the assembly. This is what .NET 1.0 defined. With .NET 2.0 friend assemblies are allowed to access these members, too. Friend assemblies are defined with the attribute class InternalsVisibleToAttribute: Read More
posted Sunday, April 17, 2005 9:29 PM with 1 Comments

Microsoft Hellhounds - Winner of the RoboCup German Open 2005
Microsoft Hellhounds are the winner of the RoboCup German Open 2005! Christian Read More
posted Sunday, April 10, 2005 3:05 PM with 0 Comments

Birds of a Feather
For TechEd Europe we (INETA Europe) need proposals for Birds of a Feather sessions! Meet other attendees with similar interests! Damir Tomicic has all the information about Birds of a Feather! Christian Read More
posted Tuesday, April 05, 2005 8:55 AM with 0 Comments


Powered by Community Server, by Telligent Systems