Standing on the shoulders of giants. RSS 2.0
# 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

Duncan points to some Hands On Labs downloads, a great starting point for developing on future platforms.

Thursday, November 20, 2003 12:56:42 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | PDC

Check here for the current working draft of obsoleted methods in Whidbey and complain to BradA.

The big change I noticed is most of the clientside functionality now hidden in System.Web.UI.Page is moved to the ClientScript class ( e.g. System.Web.UI.Page.RegisterStartupScript has become ClientScript.RegisterStartupScript(string key, string script) )

Thursday, November 20, 2003 12:54:10 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Development | Visual Studio 2005 | Whidbey

I'm a pragmatic programmer, what are you?

Thursday, November 20, 2003 12:46:27 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Fun

Avonelle has some issues with web setups, I hope this will get a lot easier in a Whidbey.

Thursday, November 20, 2003 12:41:30 AM (W. Europe Standard Time, UTC+01:00)  #    Comments [0] - Trackback
Asp.Net | 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)