Mads Nissen
backlog on sharepoint, crm, office, .net development, architecture and more..
-
Annoying parameters and exceptions
There are some small annoying discrepancies in the .net framework. Some are real, and some are just due to my lack of understanding of the genious of the designers who made it this way.
-
Some cool design guidelines from Microsoft
Got a few tips for architecture related links from Arvindra Sehmi, a very smart guy and Senior Architect at MSFT EMEA HQ in the UK that I just added to my linkscollection here at dotnetweblogs. Especially I liked this huge doc at MSDN:
-
Prevalence is cool
I think prevalence is cool. Why? Because it's such an "unthinkable" concept. It's almost tabu. I like the lightly smug attitude of the guys at Prevayler.org because they have actually created something based on this idea and are provocative enough for the RDBMS crowd to actually come up with good arguments.
-
Wrox looking good!
This book, C# Design Patterns Applied, was recently released on Wrox, so it seems as they are still going on despite of financial troubles.
-
RegisterClientScriptBlock
I saw this recent MSDN TV episode about ASP.NET client side script handling. As a sworn hater of client side scripts I played the clip in horror, but found that as long as I can assign these scrips to my pages serverside (and dynamically) they are actually pretty cool.
-
MVC Pattern for Windows Forms
I've been working with implementing a MVC pattern for a WinForms app that got unmanagable lately. I'm currently trying out the solution and it seems to have something going for it.
-
Blog from Bagdad!
The whole world is watching at the moment. Whilst CNN is not very updated Salam Pax is actually blogging from Bagdad!
-
Software development - a cooperative game
I just attended a talk with Alistair Cockburn on software development processes and the human factor.
-
Persist through winter
Another exiting Java based project is going .NET. I've done a lot of reading on persitance frameworks and OR mapping lately and Hibernate is definately getting a go. Firstly in Java, but hopefully the guys at the NHibernate project can get something going aswell.. Read more at Edgar Sanchez's blog
-
ViewState Handling for Radiobuttonlists in ASP.NET
Used the past hour to figure this out: