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


December 2004 - Posts

Access Modifiers
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
posted Monday, December 27, 2004 4:34 PM with 2 Comments

Christian Weyer's presentation at IrishDev
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
posted Monday, December 20, 2004 4:10 PM with 0 Comments

Access Modifiers: C++/CLI vs C# vs VB
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
posted Monday, December 20, 2004 9:05 AM with 3 Comments

Properties with C++/CLI
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
posted Friday, December 17, 2004 3:52 PM with 0 Comments

New Groups with INETA Europe
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
posted Thursday, December 16, 2004 11:06 PM with 0 Comments


Powered by Community Server, by Telligent Systems