Standing on the shoulders of giants. RSS 2.0
# Wednesday, December 10, 2003

Fabrice has a cool code sample, but I doubt I'll ever see something like it in production code.

Wednesday, December 10, 2003 10:03:32 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Fun

Mmh, pies and cookies.

Wednesday, December 10, 2003 4:23:17 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Fun

Office 2003 XML Reference Schemas are available contianing Overview articles on WordprocessingML (the XML file format for Microsoft Office Word 2003), SpreadsheetML (Microsoft Office Excel 2003) and FormTemplate XML schemas (Microsoft Office InfoPath 2003). This updates the previous release which only contained the schema for WordML.

Wednesday, December 10, 2003 2:21:34 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Office 2003
# Sunday, December 07, 2003

Everything seems to work and I like the new “dasBlog”-theme.

Sunday, December 07, 2003 4:01:55 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
General
# Saturday, December 06, 2003

Jeff Key has a nice for-loop example.

I occasionally use something like this:

for( int i = 0, j = 10; i < 10 && j > 0; i++, j-- ){
//..
}
Saturday, December 06, 2003 1:02:35 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Fun
# Thursday, December 04, 2003

A new Mono Release ( 0.29 ). In this release Asp.Net is considered feature-complete.

Thursday, December 04, 2003 12:14:25 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Asp.Net | Development
# Wednesday, December 03, 2003

The XAML IntelliSence Patch for PDC Visual Studio .NET "Whidbey" shows Microsoft is commited to getting developers ready for Longhorn.

Wednesday, December 03, 2003 12:15:30 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Longhorn | Visual Studio 2005 | Whidbey
# Friday, November 21, 2003

Eric is doing the right thing, please Microsoft take his offer and end the suffering.

Friday, November 21, 2003 11:01:30 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development

Steve Maine has a great sessionstate preformance tip. On a related note, don't overload the constructors for aspx pages (the class in the code behind file), this resulted in a hard to diagnose httpexception, when using SessionState.

Friday, November 21, 2003 10:46:49 PM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Asp.Net | Development
# Thursday, November 20, 2003

Today I discovered it's not possible to define a DateTime member as a const and attributes will only take const, typeof's and array creators as parameter.

So this won't compile:

private const DateTime myDateTime = DateTime.MinValue; // Personally I think DateTime.MinValue can be assumed to be a constant.

nor will this:

[NullValue( DateTime.MinValue )]

 

Thursday, November 20, 2003 1:17:39 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development
About
© Copyright 2008
Paul van Brenk
Sign In
newtelligence dasBlog 2.3.8275.16006
All Content © 2008, Paul van Brenk
DasBlog theme 'Business' created by Christoph De Baene (delarou)