ASP.NET MVC XForms released on CodePlex
Introduces MVC XForms, a new ASP.NET MVC UI framework on CodePlex for generating clean HTML forms based on the W3C XForms specification.
Maarten Balliauw is a cloud and web development expert specializing in .NET, C#, Microsoft Azure, and application performance. Frequent international speaker and Head of Customer Success at Duende Software.
433 articles from this blog
Introduces MVC XForms, a new ASP.NET MVC UI framework on CodePlex for generating clean HTML forms based on the W3C XForms specification.
A summary of the OpenXML Document Interoperability Initiative (DII) workshop in Brussels, covering Microsoft's efforts, conversion tools, and community discussions.
PHPExcel library featured in php|architect magazine for generating Excel files and charts using PHP and the Google Charts API.
Announcing a presentation on OpenXML document interoperability from an open-source perspective, featuring PHPExcel and OPENXML4J.
A screencast tutorial demonstrating how to use the ASP.NET MVC ModelBinder to improve code maintainability and testability.
A tutorial on implementing partial page updates in ASP.NET MVC using jQuery and a custom action filter to switch master pages for Ajax requests.
Zend Framework 1.7 now includes native OpenXML indexing support for Lucene, simplifying document search integration.
Guide to integrating NUnit unit test results into Team Foundation Server 2008's Team Build for reporting and metrics.
A tutorial on creating a custom ASP.NET MVC ModelBinder to automatically bind Linq to SQL entities from URL parameters, reducing controller code.
A sample ASP.NET MVC application demonstrating repository pattern, dependency injection, and various web technologies for tracking fuel usage.
A presentation recap and resource sharing for an ASP.NET MVC framework talk given at a Visual Studio User Group event.
A technical guide on implementing a custom ModelBinder in ASP.NET MVC to bind complex objects like Person directly to action method parameters.
A screencast demonstrating how to handle form interactions using the ASP.NET MVC framework, including sample code.
Explains the AntiForgeryToken helper and ValidateAntiForgeryToken attribute in ASP.NET MVC Preview 5 for preventing cross-site request forgery attacks.
Explains how to use the ModelBinder attribute in ASP.NET MVC to handle complex type parameters in controller action methods.
A tutorial on implementing form validation in ASP.NET MVC Preview 5, showing controller and view code for validating user input.
A technical guide on creating a custom, security-trimmed sitemap provider for ASP.NET MVC applications, including XML configuration and dynamic nodes.
ASP.NET MVC Preview 4 integrates community-contributed features like error handling filters, output caching, and membership functionality.
Author's article on ASP.NET MVC framework published in a Dutch .NET magazine, with updated code examples available online.
A technical guide on extending ASP.NET MVC's OutputCache to support dynamic content substitution within cached pages, similar to classic ASP.NET.