|
|
|
|
.NET Training, Consulting, Coaching & Development
January 2005 - Posts
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
|
|
|
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
|
© 2002 - 2006 by thinktecture, Ingo Rammer and Christian Weyer. All rights reserved.

|
|