Browse by Tags

All Tags » .NET (RSS)
I have moved my blog to http://blog.lasseeskildsen.net/ - stay tuned ;)
Posted by lasseeskildsen | 1 comment(s)
Filed under:
When deploying ASP.NET applications to a production environment, you will most likely want to set the compilation debug attribute in web.config to false, as having debug set to true has some downsides: Compilation takes longer as batch optimizations are...
Posted by lasseeskildsen | 5 comment(s)
Filed under: , ,
Not too long ago I did a podcast with Søren from Aarhus .NET Usergroup ( ANUG ) about my trip to TechEd in Barcelona. It's in Danish, and you can find it right here . In august I did another podcast with Søren after my SubSonic presentation...
Posted by lasseeskildsen | with no comments
Filed under: ,
During a debugging session today Søren and I got to talk about how the Page_Load method on a page is called. The method is called after the Load event and is declared like this: 1: protected void Page_Load( object sender, EventArgs e) 2: { 3: 4:...
Posted by lasseeskildsen | 5 comment(s)
Filed under: ,
As you might have seen from a previous post I'm pretty excided on Spec# from Microsoft Research, so when my collegue Søren returned from  PDC and he told me that Spec# would replaced by Code Contracts I felt kind of disappointed. However, having...
Wow, a lot of cool stuff today! Building custom Linq providers with Bart de Smet (B#) - cool! "Web Scalability and Asynchronous Systems Architecture" Deep reflection with Roy Osherove (from TypeMock), cool guy and a very cool session! Learned...
Posted by lasseeskildsen | with no comments
Filed under: ,
Today I attended an introduction to "Oslo", "Dublin" and WF 4.0, Commerce Server "Mojave", ASP.NET MVC basics, ASP.NET MVC tech deep dive, data centric web applications and a very abstract architectural session. There's really...
Posted by lasseeskildsen | 1 comment(s)
Filed under: ,
So the first "real" day of TechEd is over, and here's some of the things that really impressed me today. The keynote and "Camano" Jason Zander gave the keynote, where he showed a lot of the new features of Visual Studio 2010. One thing that was really...
Today I arrived at Barcelona to attend TechEd for developers next week. After some waiting, some flight, a little more waiting, a little more flight, and an overly excited Spanish taxi driver I arrived at the hotel, which turned out to be pretty nice...
Posted by lasseeskildsen | 3 comment(s)
Filed under: ,
I'm a huge fan of Domain Driven Design (DDD) (links here , here and here ) and this post is the first in many, all about enforcing your domain model using Spec# . So What Is Spec#? Spec# is a super set of C# 2.0 (no, unfortunately not 3.0 yet). This means...
More Posts Next page »