The Artima Developer Community
Sponsored Link

.NET Buzz Forum
DevDays 2004 Belgium - ASP.NET

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
David Cumps

Posts: 319
Nickname: cumpsd
Registered: Feb, 2004

David Cumps is a Belgian Student learning .NET
DevDays 2004 Belgium - ASP.NET Posted: Feb 10, 2004 8:20 PM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by David Cumps.
Original Post: DevDays 2004 Belgium - ASP.NET
Feed Title: David Cumps
Feed URL: http://weblogs.asp.net/cumpsd/rss?containerid=12
Feed Description: A Student .Net Blog :p
Latest .NET Buzz Posts
Latest .NET Buzz Posts by David Cumps
Latest Posts From David Cumps

Advertisement
ASP.NET for pros. By Tim Sneath.

Everything about how ASP.NET works, how you can secure things, how you can impersonate, how IIS6 so much owns IIS5 ;)

Some of the things I learned here was that you can have a web.config per directory. I always thought it was one per app.

Also, that you should not forget to set debug="false" when going to production. Something I've been guilty of already, easy to forget.

Some nice options to recycle the ASP.NET worker process as well, like each week, each 1million request, memory limit, etc

Multiple worker processes.

How an upgraded dll get's taken care off. Overwrite it, old clients still use the old dll, which is in cache, and new visitors get the new one, untill all old visitors are timed out and the old dll is completely gone.

How 'eif' (need to get the url from the slide, it got updated, will try tomorrow) is very usefull for developers to easily log to the event log.

Some nice options with Trace="true", which gives you a complete overview of what your page does. This dus make some debugging easier!

Also when you got Trace enabled site-wide that the trace.axd has a trace per request.

I'll be checking those tracing options out for sure, very nice.


Last session also covers ASP.NET, so I'll add it here. It's the Overview of ASP.NET Whidbey.

First of all, I hate the MS logos in this room, those which keep spinnging around and around in the room and straight into your eyes every X seconds.

There were 2 speakers (got to check their names later on), which were a comic duo I thought. They keep running around, they made a very good impression, and one of them spoke English with a very Dutch accent, it amuzed me to hear some pieces in english and others pronounced in typically dutch. (Note: this is not a negative sentence :p)

I'm sure you all saw what nice Whidbey has to offer, I love the built in webserver. This will finally allow me to easily debug. Even when not having Admin rights.

They gave a lot of demo's about Master Pages, Authentication, User Management, DataAcces 'Things' (forgot the name, remember everything comes from System.Thing. But in the end they also had too little time, seems like everyone had :)

This was the last session of the day, after that was the closing keynote and the Geek Fest, with plenty of food.

On to day 2 :)

Hope you all enjoyed this feedback from me.

Read: DevDays 2004 Belgium - ASP.NET

Topic: Xbox Live 3.0 Previous Topic   Next Topic Topic: Yukon Community at CLRSQL

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use