ASP.NET 2.0 resources

Posted: (EET/GMT+2)

 

I've spent some hours this summer to investigate what ASP.NET 1.1 is all about. I've learned a lot, but many things are still somewhat shaded.

But as always, development won't stop, and soon ASP.NET 2.0 is here.

If you are developing web applications today, it might be a good idea to look what ASP.NET 2.0 has got for you once it is here -- this ought to save you some time in future migration projects.

A good resource is Migrating from ASP.NET 1.x to ASP.NET 2.0, which contains a good comparison of ASP.NET 1.x and 2.0, and details how to migrate when the time comes.

And, as security is always an issue nowadays, consider peeking at the article Foiling Session Hijacking Attempts as well. It is good.