During work, I discovered that the pager that I created a while ago didn’t work properly when using ASP.NET MVC2 area’s. The links that were generated didn’t count for the current area that the controller and views were in, resulting in wrong urls. Luckily the ASP.NET MVC team also ran into this issue and created [...]
Categories: ASP.NET MVC
Tagged: Area, ASP.NET MVC, Paging
- Published:
- January 27, 2010 – 7:27 pm
- Author:
- By martijn
Just a little post to let you know that I released the first Alpha of the next generation of the Cuyahoga CMS yesterday. For the people who don’t know Cuyahoga: it’s a .NET CMS that uses lots of Open Source components like NHibernate, Castle Windsor and Lucene.NET. Although not as polished as Umbraco or Dotnetnuke, [...]
Categories: Cuyahoga
Tagged: ASP.NET MVC, Castle, CMS, Cuyahoga, NHibernate
- Published:
- December 12, 2009 – 4:32 pm
- Author:
- By martijn
Edited 2009-11-26: removed EF4 Feature CTP from demo package and added some code examples.
So, Entity Framework 1.0 pretty much sucks (compared to alternatives), but I’m glad to see that things have improved a lot in version 4.0 (we’ll call that EF4 from now). To see how the improvements work out, I did a quick spike [...]
Categories: O/R mapping
Tagged: ASP.NET MVC, Castle, Entity Framework
- Published:
- November 22, 2009 – 10:31 pm
- Author:
- By martijn
Warning: highly subjective content ahead.
In the recent weeks we’ve seen several control vendors come up with toolkits that target ASP.NET MVC. Personally, I don’t see anything that might make me starting to consider picking one of these toolkits to speed up development. Why on earth would I prefer a wrapper around jQuery UI or shoehorning [...]
Categories: ASP.NET MVC, Web development
Tagged: ASP.NET MVC, Components, Web Standards, WebForms
- Published:
- August 13, 2009 – 10:31 am
- Author:
- By martijn
This post briefly describes a solution to mix ASP.NET WebForms and MVC in one project. You can download a sample project that might be more useful than my ramblings. Download the sample here, unzip, open with VS 2008 SP1 and hit F5.
There are lots of ‘legacy’ ASP.NET WebForms applications out there in the wild. What [...]
Categories: ASP.NET MVC
Tagged: Area, ASP.NET MVC, Sample, WebForms
- Published:
- June 3, 2009 – 10:40 pm
- Author:
- By martijn
For a long time, there has been a distinct separation between ASP.NET and PHP developers. The platforms have been so fundamentally different and also have the surrounding cultures. Generally speaking, ASP.NET developers consider the PHP guys script kiddies with no real understanding of ‘real’ software development and the PHP guys saw ASP.NET developers as [...]
Categories: ASP.NET MVC, Web development
Tagged: ASP.NET MVC, PHP, Web Standards, WordPress
- Published:
- May 7, 2009 – 4:01 pm
- Author:
- By martijn
Warning: this post doesn’t only contain the usual software dev stuff, but also some serious guitar-geekiness.
This morning, I was shocked when I found out how much the development of my pedalboard went through exactly the same stages as the way I’m building ASP.NET web applications. First let’s see where I’m coming from:
In the picture [...]
Categories: ASP.NET MVC, General
Tagged: ASP.NET MVC, Guitar
- Published:
- March 19, 2009 – 10:46 pm
- Author:
- By martijn
Lots of companies are positioning SharePoint as their preferred platform for everything that has to do with the web, both intranet and public facing websites. Now out-of-the-box, SharePoint delivers excellent value, but when building custom functionality or public facing sites, there are some serious issues.
My biggest gripes are:
The whole development experience is awful. Yes, you [...]
Categories: ASP.NET MVC, SharePoint
Tagged: ASP.NET MVC, MOSS, SharePoint, Web Standards
- Published:
- February 20, 2009 – 5:37 pm
- Author:
- By martijn
The sample project that belongs to the Paging with ASP.NET MVC post is upgraded to ASP.NET MVC RC. Get it from here.
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, Paging
- Published:
- February 4, 2009 – 12:04 pm
- Author:
- By martijn
The post about paging in ASP.NET MVC still gets many hits, but the demo was created with ASP.NET MVC preview 5, so therefore I upgraded the demo to ASP.NET MVC Beta. I also removed a little bug that occurred when paging an already filtered list.
You can download the updated demo here.
Categories: ASP.NET MVC
Tagged: ASP.NET MVC, Paging
- Published:
- January 16, 2009 – 11:48 am
- Author:
- By martijn