Many web hosting companies only allow ASP.NET applications to run under medium trust. This has been a major drawback for Cuyahoga because it required full trust (or better: some libraries require full trust). This has already caused some nasty surprises when people deployed their site to the host to find out it would not run. [...]
Categories: Castle,Cuyahoga
Tagged: Castle, Cuyahoga, Lucene.Net, Medium Trust, NHibernate
- Published:
- June 24, 2009 – 1:55 pm
- Author:
- By martijn
I’m sure everybody who builds web applications uses grids to display data. There is nothing wrong with that per se, but you might not realize that you’re increasing the customers expectations to an unreachable level: Yes, all very nice and well, but can’t you make that thing work like Excel? My first thought is always [...]
Categories: Web development
Tagged: Datagrid, Excel
- Published:
- June 9, 2009 – 11: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. [...]
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 some [...]
Categories: ASP.NET MVC,Web development
Tagged: ASP.NET MVC, PHP, Web Standards, WordPress
- Published:
- May 7, 2009 – 4:01 pm
- Author:
- By martijn
Last weeks, I’ve been working on a project that uses Cuyahoga as the CMS. For this occasion, I’ve (temporarily) turned from Cuyahoga framework developer to a Cuyahoga consumer. In this role I’ve learned to appreciate some contributed modules that I didn’t really know that well, but appeared to be very valuable. Today, I’d like to [...]
Categories: Cuyahoga
Tagged: Cuyahoga, Flash
- Published:
- April 23, 2009 – 11:50 am
- 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 [...]
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. [...]
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
Today, I moved this blog from SubText to WordPress. All was going fine with SubText, but WordPress is so much more sophisticated these days, I couldn’t resist it . Since the server is running IIS6 and not the usual LAMP stack, I was prepared for some struggling, but it was pretty easy. I started with [...]
Categories: General
Tagged: IIS, PHP, SubText, WordPress
- Published:
- February 3, 2009 – 11:26 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