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


Framework (RSS)

Framework
Source Code for the .NET Framework
Microsoft releases the source code of the .NET Framework! See ScottGu's Blog, Releasing the Source Code for the .NET Framework Libraries! Christian Read More
posted Wednesday, October 03, 2007 7:28 PM with 0 Comments

Application Configuration with Libraries
Visual Studio 2005 has a great support to define application- and user-specific configuration with a "Settings" file. Creating a Settings file item, a class is created that derives from the class ApplicationSettingsBase to read application-configuration Read More
posted Tuesday, December 06, 2005 10:34 PM with 0 Comments

Klingon Culture on Windows Vista
Shawn Steele created a custom culture for Klingon with an LDML file for Windows Vista! Shawn's post Why and How I Chose Klingon for an Example gives more insight of Klingon. Shawn doesn't wear Klingon masks. I did. ;-) In 2004 I've created a custom Klingon Read More
posted Friday, December 02, 2005 9:36 PM with 0 Comments

Using ClickOnce from the Internet
Install a Windows Forms 2.0 application using ClickOnce: From Chris Sells: Michael Weinhardt ported Wahoo2! to Windows Forms 2.0, now you can install it using ClickOnce! Christian Read More
posted Sunday, November 13, 2005 10:44 PM with 0 Comments

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: Read More
posted Sunday, April 17, 2005 9:29 PM with 1 Comments

Longhorn Milestone Dates
Bart De Smet has some Longhorn milestone dates. Christian Read More
posted Tuesday, March 08, 2005 7:26 PM with 0 Comments

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 Read More
posted Tuesday, March 08, 2005 3:40 PM with 1 Comments

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> Read More
posted Saturday, November 06, 2004 8:58 AM with 1 Comments

IComparer and IComparable 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> Read More
posted Thursday, October 28, 2004 9:00 PM with 3 Comments

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 Read More
posted Saturday, August 21, 2004 3:20 PM with 5 Comments

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 Read More
posted Saturday, July 03, 2004 5:05 PM with 8 Comments

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 Read More
posted Thursday, July 01, 2004 9:35 AM with 2 Comments

Generics and CLS Compliance
Kevin Dente has a problem with generics as not being CLS compliant. With Longhorn generics will be CLS compliant. In the meantime with CLS compliant assemblies this can be done: using generics within the classes is not a problem having generic Read More
posted Tuesday, June 22, 2004 7:40 AM with 2 Comments

.NET User Group Austria: Globalization and Localization Features - .NET 2.0
Tomorrow I'm giving a presentation for the .NET User Group Austria: .NET 2.0 features to create localized applications. Many things changed with ASP.NET and Windows Forms. If you can't attend the presentation tomorrow, you can get this information Read More
posted Monday, June 14, 2004 10:42 PM with 2 Comments

Creating a Klingon Culture
Are you attending TechEd Europe? I have a presentation about localization and globalization of .NET applications: Creating a Klingon Culture I already had a Klingon sample to extend resources with help of a custom resource reader:nuqneHdir Read More
posted Wednesday, April 21, 2004 2:00 PM with 1 Comments

Microsoft Business Framework
Kevin Ransom, Development Lead of the Microsoft Business Framework starts blogging! In the first blog Kevin writes about the features of the framework. The Business Framework is based on Whidbey, ObjectSpaces, Whitehorse...Very interesting are also the Read More
posted Saturday, February 28, 2004 11:02 AM with 2 Comments

NGen Future Directions
Jason Zander has a really good blog about NGen - he talks about the advantages of NGen, and where it should / should not be used. Jason also gives some Future Directions on this tool that we may see at PDC: ngen /repair - fixing up cached images New Read More
posted Sunday, October 19, 2003 8:07 AM with 0 Comments


Powered by Community Server, by Telligent Systems