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


January 2005 - Posts

Sprechen alle Programmierer Englisch?
Brad Abrahams fragt ob alle Programmierer Englisch sprechen. Ich selbst bevorzuge Englische Literatur; mir ist es auch lieber Englische Bücher anstatt deutschsprachiger Artikel zu schreiben. Von meinen Kollegen und Kunden weiß ich aber doch dass oft Read More
posted Tuesday, January 25, 2005 1:32 PM with 1 Comments

Distributed Applications - Today and in the Future
Ingo Rammer gives a talk for Ireland .NET Developers Alliance, 8-Feb-2005! .NET Remoting, COM+, Enterprise Services, ASMX Web Services, WSE 2.0, MSMQ, System.Messaging. Sponsored by INETA Europe. Christian Read More
posted Monday, January 24, 2005 9:31 PM with 0 Comments

Dispose and Finalize with C++/CLI, C# and VB
Depending on the .NET language more or less of implementing resource management with the interface IDisposable and the finalizer is hidden. Interestingly, with VB nothing is hidden - however all the code is created automatically with Visual Studio 2005 Read More
posted Sunday, January 23, 2005 7:26 PM with 2 Comments

C++/CLI and IDisposable
With my previous post about Instantiating Managed Objects with C++/CLI you could read about using ref types two different ways: with local variables and with a handle. Now I'm adding implementing the IDisposable interface with the Read More
posted Saturday, January 15, 2005 4:36 PM with 1 Comments

C++/CLI: Instantiating Managed Objects
C++/CLI (not Beta 1) allows declaring reference types as local variables. Let's start with this simple ref class: ref class Test{public:    void Foo()    {        Console::WriteLine("Foo");    Read More
posted Friday, January 14, 2005 8:09 AM with 2 Comments


Powered by Community Server, by Telligent Systems