|
|
|
|
.NET Training, Consulting, Coaching & Development
December 2004 - Posts
|
|
|
The December version of Visual Studio 2005 / C++ now has an internal access modifier instead of using public private. This is different from my previous post. The access modifiers public protected and protected private are still the same as before: Read More
|
|
|
|
As it was already announced, Christian Weyer did a great presentation (sponsored by INETA Europe) as can be seen from this feedback: Contract First, Guiness Second Contractual Obligations (or, 'First Contact with Contracts') Irish Dev's Chrimbo Cinema Read More
|
|
|
|
C# has an internal access modifier (VB: Friend) to allow access only within the assembly. C++/CLI defines all access with the public/protected/private keywords; this allows more options: C++ C# VB public public public Public protected Read More
|
|
|
|
C++/CLI was influenced by C#, but it also has a shorter syntax for properties. This is the C# syntax of properties: private string lastname;public string Lastname{ get { return lastname; Read More
|
|
|
|
New groups with INETA Europe: Poland, Krakowska Grupa Deweloperów .NET Bulgaria, Sofia .NET Usergroup Ireland, .NET Developers Alliance The first group in Bulgaria! Christian Read More
|
© 2002 - 2006 by thinktecture, Ingo Rammer and Christian Weyer. All rights reserved.

|
|