CPonty / templ-dot-net

A C# report generation engine combining strongly-typed models and annotated .docx templates.
GNU General Public License v2.0
15 stars 6 forks source link

Example: ASP.NET MVC application #4

Closed CPonty closed 9 years ago

CPonty commented 9 years ago

Not doing this now. It's a really bulky system for the sake of a trivial example.

The difference between the console app, which we already have, and MVC app is basically one line (SaveAs(path) vs FileContentResult(bytes)), and that's shown at the top of the main README.md anyway.