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


October 2004 - Posts

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

ASP.NET 2.0: Postback to other pages
With ASP.NET 2.0 it is easy to do a postback to a different page. The Button control has a new property PostBackUrl. This property can be set to a different Web page. Within the new page the values from the previous page can be accessed with the Read More
posted Wednesday, October 27, 2004 10:20 PM with 2 Comments

Never met
Paul Barlett finds a uncanny resemblance to the actor Shaun Williamson. I can't find any similarities myself, but that's my personal view ;-) Christian Read More
posted Wednesday, October 20, 2004 8:21 AM with 2 Comments

Getting Data from Excel 2003
Lately I've posted about creating Word documents with XSLT. Office 2003 has another cool XML feature: I needed data from an Excel sheet in a special format for processing. With XML schemas this can be done very easily: Create an XML schema With the Excel Read More
posted Sunday, October 17, 2004 11:52 PM with 1 Comments

Edit & Continue with C#
Visual Studio 2005 will have support for Edit & Continue with C#! See S. Somasegar's announcment: C# Edit and Continue support for Visual Studio 2005 The new community technology preview will be available next week. Christian Read More
posted Saturday, October 16, 2004 12:47 PM with 1 Comments

Keith Brown's Security Book
Yesterday Keith Brown's new security book arrived in my letter box: The .NET Developer's Guide to Windows Security The book has 6 parts with 75 "items" (chapters) that covery every security aspect of .NET applications. The first part of the book shows Read More
posted Saturday, October 16, 2004 11:56 AM with 0 Comments


Powered by Community Server, by Telligent Systems