Sign in
|
Join
in
Current Tags
Christian Nagel's OneNotes (blog)
Original ASP.NET Community Bloggers (group)
(Entire Site)
ASP.NET Weblogs
Home
Blogs
This Blog
Home
About
Syndication
RSS
Atom
Comments RSS
Recent Posts
Blog moved
Thinktecture Talks
Der Tod und das Mädchen
Cinema Tickets von Microsoft
usergroups.at started
Tags
ASP.NET
Avalon & Windows Forms
Book Writing
Code Snippets
Communication
Courses
Data & XML
Framework
INETA
Language
Personal
TechEd
Technology
Whidbey & Longhorn
XML
Affiliations
CodeWise
Christian Nagel's Home Page
.NET User Group Austria
INETA
MVP
Books I've written
Professional C#, 3rd Edition
Beginning Visual C#
Professional C# Web Services
Data-Centric .NET Programming with C#
Pro .NET 1.1 Network Programming
ASP to ASP.NET Migration Handbook
Visual C# .NET Developer's Cookbook
Enterprise Services with the .NET Framework
INETA UG Leaders
Andrew Filev (Russia)
Christian Nagel (Austria)
Klaus Aschenbrenner (Austria)
Andrea Saltarello (Italy)
Andreas Eide (Norway)
Shinja Strasser (Germany)
Frank Eller (Germany)
Damir Tomicic (Germany)
My Blogroll
Omri Gazitt
Eric Gunnerson
Jonathan Crossland
Greg Fee
Sascha P. Corti
Martin Gudgin
Rob Howard
Keith Pleas
Chris Sells
Sam Gentile
Christian Weyer
Ingo Rammer
Scott Watermasysk
Don Box
Scott Guthrie
Clemens Vasters
DataGrid Girl
Julia Lerman
Chris Brumme
Hannes Preishuber
Archives
September 2005
(1)
August 2005
(8)
July 2005
(7)
June 2005
(4)
May 2005
(1)
April 2005
(5)
March 2005
(10)
February 2005
(2)
January 2005
(5)
December 2004
(5)
November 2004
(8)
October 2004
(6)
September 2004
(10)
August 2004
(3)
July 2004
(5)
June 2004
(21)
May 2004
(22)
April 2004
(15)
March 2004
(13)
February 2004
(15)
January 2004
(20)
December 2003
(5)
November 2003
(13)
October 2003
(27)
September 2003
(19)
August 2003
(18)
July 2003
(10)
June 2003
(23)
Christian Nagel's OneNotes
.NET Training, Consulting, Coaching - C#, Web Services, Enterprise Services, ASP.NET, Whidbey, Longhorn and More!
Browse by Tags
All Tags
»
Whidbey & Longhorn
(
RSS
)
ASP.NET
Avalon & Windows Forms
Book Writing
Code Snippets
Communication
Data & XML
Framework
Language
Personal
Technology
XML
77 Days
77 days to the launch of Visual Studio 2005. Somasgear blogs about upates for Visual Studio 2005 : August: new CTP for Visual Studio 2005 September: Visual Studio 2005 RC1 & Team Foundation Server Beta 3 TFS will ship in Q1 2006 TFS Beta 3 will have...
Posted
Aug 22 2005, 09:08 PM
by
CNagel
with | with
1 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
Longhorn Milestone Dates
Bart De Smet has some Longhorn milestone dates . Christian
Posted
Mar 08 2005, 07:26 PM
by
CNagel
with | with
no comments
Filed under:
Technology
,
Whidbey & Longhorn
,
Framework
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...
Posted
Mar 08 2005, 03:40 PM
by
CNagel
with | with
1 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Framework
Generic Methods
Following my blog about Generic Delegates and Anonymous Methods , here is more: Generics and anonymous methods can make code a lot more flexible. Following I show different ways to accumulate the balance of Account objects. The Account class is a simple...
Posted
Mar 06 2005, 04:16 PM
by
CNagel
with | with
10 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Code Snippets
,
Language
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; } set { lastname = value; } } The new C++/CLI syntax was influenced...
Posted
Dec 17 2004, 03:52 PM
by
CNagel
with | with
1 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Language
Generics, Code Sharing and Partial Specialization
Joel Pobar has an interesting blog about CLR Generics and code sharing : X86 code is shared with reference types, with value types a "partial specialization" is used. Christian
Posted
Nov 21 2004, 08:21 PM
by
CNagel
with | with
no comments
Filed under:
Technology
,
Whidbey & Longhorn
,
Language
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>...
Posted
Nov 06 2004, 08:58 AM
by
CNagel
with | with
1 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Framework
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>...
Posted
Oct 28 2004, 09:00 PM
by
CNagel
with | with
2 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
Framework
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 new...
Posted
Oct 27 2004, 10:20 PM
by
CNagel
with | with
1 comment(s)
Filed under:
Technology
,
Whidbey & Longhorn
,
ASP.NET
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
Posted
Oct 16 2004, 12:47 PM
by
CNagel
with | with
1 comment(s)
Filed under:
Whidbey & Longhorn
More Posts
Next page »
Terms of Use