3
shouts

Handling dynamic resources with ASP.NET MVC - Marc Dormey

posted by KluggerKlugger 351 days, 19 hours, 45 minutes ago
Wednesday, September 16, 2009 6:52:50 AM GMT

A good way to handle your resources in ASP.NET MVC is by storing them in a database. With Microsoft SQL Server 2008 supporting streaming (read more), keeping your resources in the database gives you all of Microsoft SQL Server’s features for free. (ie. querying, profiling, backup, synchronisation and not to mention speed) In the past we would normally create a HTTP handler to write to the Response.OutputStream, but with ASP.NET MVC we simply need to create another action on our preferred controller… Fi...

category: ASP.NET | clicked: 13 | | source: www.marcdormey.com | show counter code
tags: ASP.NET, ASP.NET MVC, ASPNETMVC, MVC

No comments yet, be the first one to post comment.

To post your comment please login or signup