Christian Nagel's OneNotes

.NET Training, Consulting, Coaching - C#, Web Services, Enterprise Services, ASP.NET, Whidbey, Longhorn and More!

Affiliations

Books I've written

INETA UG Leaders

My Blogroll

Browse by Tags

All Tags » Framework (RSS)
Nullable Types change the runtime
With Visual Studio 2005, the CTP August 2005 has new runtime features for Nullable types. Nullable types had unexpected behavior with boxing to Object (null is lost). This behavior could only be changed by changing the runtime. Somasgear explains with...
Posted: Aug 12 2005, 10:55 PM by CNagel | with 2 comment(s)
Filed under: ,
Faster Transactions with Enterprise Services...
...if a single database (SQL Server 2005) is used - no DTC needed! Transaction Promotion and Delegation will be supported by Enterprise Services! More information in Paul Fallon's Blog Transaction Promotion and Delegation coming soon to ES Transactions...
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...
Longhorn Milestone Dates
Bart De Smet has some Longhorn milestone dates . Christian
Project Green Roadmap
Microsoft outlined the roadmap for Project Green : Wave 1: 2005-2007 Common role-based shared user interface with Office integration Interoperability with service-oriented applications SQL Server Reporting Services as the default reporting environment...
New Naming Guidelines for Generic Types
Krysztof Cwalina blogged about new naming guidelines for generic types . The BCL team considers remaning several of the BCL generic types. Some provisional examples: EventHandler<TEventArgs> Converter<TInput, TOutput> Dictionary<TKey, TValue>...
IComparer<T> and IComparable<T> might change after Beta 1
Krzysztof Cwalina blogs about a proposal to refactor these new interfaces . Currently the interface IComparable<T> defines the methods CompareTo and Equals . Because not always all methods are needed, the new version might be two interfaces: IEquateable<T>...
Directory Services APIs
.NET 2.0 has many new classes to access the Active Directory and other directory services. The new namespace System.DirectoryServices.ActiveDirectory offers classes to control and manage the Active Directory. System.DirectoryServices.Protocols offers...
DEV404 - Creating a Klingon Culture - More about Globalization and Localization
The session title " Creating a Klingon Culture " required some special action. The attendees have been really surprised seeing me as a Klingon . After the session not only questions have been asked, I've received more requests for pictures ;-) It would...
Posted: Jul 03 2004, 05:05 PM by CNagel | with 7 comment(s)
Filed under: ,
DEV404 - Friday - nuqneH
nuqneH! On Friday I'm giving a presentation about localization and globalization of .NET applications. This session will be a lot of fun - not only because of the many samples I'm showing ;-) Come to room 3b at 4:15 PM, and you will see. You can bring your drums to have even more fun :-) Here is information (and some screenshots) about the samples! Christian...
Posted: Jul 01 2004, 09:35 AM by CNagel | with 2 comment(s)
Filed under: ,
More Posts Next page »