LA.NET [EN]

December, 2009Archive

Dec 24

See all next year!

Read the rest of this entry »

Dec 11

“Finally!!!”, you say…I hear you man! With ASP.NET 4.0, we can enable/disable session state programmatically (like in C# code 🙂 ,,). The new version of the framework adds a new method (SetSessionStateBehavior) to the HttpContext class. You’re supposed to pass it a value from the SessionStatebehavior to influence the use of session state. Currently, you […]

Read the rest of this entry »

Dec 09

Christmas 2009 in Funchal

Posted in Trivia       Comments Off on Christmas 2009 in Funchal

Yesterday I’ve took some pictures of Funchal by night. This is really the best time of year to visit this city…

Read the rest of this entry »

Dec 09

Ensuring that IIS 7 will handle extensionless URLs

Posted in ASP.NET       Comments Off on Ensuring that IIS 7 will handle extensionless URLs

As you probably know, I’ve been updating my ASP.NET book to 4.0. It has been more work that initially expected, but I can also say that I’ve been having some fun. One of the things I’ve had to investigate was routing. This is one of those cool additions that will really help improve SEO in […]

Read the rest of this entry »

Dec 05

The “Cannot open user default database…” error

Posted in ASP.NET       Comments Off on The “Cannot open user default database…” error

2011-01-12 15:18:19

Read the rest of this entry »

Dec 03

Everybody knows that using view state means that you’ll go to hell when you die….nonetheless, many keeps using it, even after having been warned about it (probably because they find heaven to dull??? who knows 🙂 ,,)…to be honest, the default opt-out model we had until now didn’t really helped. The good news is that […]

Read the rest of this entry »