This is a mirror of official site: http://jasper-net.blogspot.com/

XAMLtoMVC dynamic image generator

| Friday, March 4, 2011
What XAMLtoMVC is for
XAMLtoMVC was created to ease tasks in web development when you have something to display that is impossible (or nearly impossible) with html. And especially with images you want to use, but you realize you can't because they are too static to reflect even the smallest changes.
The solution is based on MVC actions and Html helper methods creating images ondemand.

Let’s see some example problems and the extension methods that cure the pain.
Problems that can be solved with XAMLtoMVC
Problem 1. Your web page is designed with glossy buttons that have custom typefaces.

FileDownload.aspx?ProjectName=xamltomvc&DownloadId=211041

Problem 2. You'd like to display user-uploaded images on your webpage in a polaroid-like frame with a soft shadow and a watermark on it.

FileDownload.aspx?ProjectName=xamltomvc&DownloadId=211042

Read more: Codeplex

Posted via email from Jasper-net

0 comments: