One team is competing in this competition with VS 2005, ASP.Net 2.0, SQL Server 2005 and LLBLGenPro. Those guys are Dennis van der Stelt and Alex Thissen.
Next month the winner will be announced.
Read all about it on Dennis' blog. Another exposure for LLBLGenPro .
http://bloggingabout.net/blogs/dennis/archive/2006/02/27/11170.aspx
A quote:
Assignment
The assignment was to create an application to create workshops, seminars and conferences. Visitors should be able to register for these events. All three were different in a way, which made it really complex. Conferences could span multiple days and have multiple (parallel) sessions per day, where a workshop could span multiple days, but could only be registered as a whole by visitors. Additional requirements were multiple webservices for credit card registration, management functionality for editing employees, users, assigning hotels and speakers to events, and more.
Everyone of course worked really hard for two days, and many teams had all different kinds of problems. One team implemented a large module, to see it crash in the end because they hadn’t tested it anymore. Another team had some problems with their framework. A lot of teams overlooked minor requirements in the specifications, or just didn’t implement parts because of the complexity.
One of our problems was that we completely focused on WinForms, where about 80% of the assignment was web-based, which made us decide to go completely for a web application. We could’ve had setup a complete website with user registration and all, which is something we’ll definitely do if we’ll compete next year. ;-)
Tools
The tools we’ve used are Visual Studio 2005 and of course Microsoft .NET 2.0 and ASP.NET 2.0. For our database we’ve used SQL-Server 2005 and for generation of our datalayer we’ve used LLBLGen Pro. I’m very pleased with LLBLGen Pro, as for our RAD experience, it was great. Creating an eventcollection, adding a filter and tell it to retrieve the data worked really fast. Optionally adding filters, paths through other tables to retrieve those as well, etc, etc. Two thumbs up in my experience. Perhaps later I'll add another post how LLBLGen Pro turned out to work in a 'real' application using a distributed scenario, which I'm currently working on.
Though looking forward reading that post about the distributed scenario.