CarTrackr on Windows Azure - Part 3 - Data storage
Part 3 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing cloud data storage with Azure Table Storage.
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.
438 articles from this blog
Part 3 of a series on migrating an ASP.NET MVC app to Windows Azure, focusing on implementing cloud data storage with Azure Table Storage.
Microsoft launches Implementation Notes website detailing how Office 2007 handles ODF file formats, providing technical specifics for developers.
A technical guide on converting an ASP.NET MVC application into a cloud service on Windows Azure, focusing on project configuration and web role setup.
First part of a series on migrating an ASP.NET MVC car expense app to Microsoft Azure, covering architecture and planning.
A blog recommendation for posts covering Entity Framework errors, stored procedures, and dynamic LINQ queries with expression trees.
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.