In my ASP.NET MVC3 si开发者_Python百科te, I am using the following as a View Model: using DataResources = Namespace.For.The.Localization.Resources.IndexViewModel;
I understand that IValidatableObject is used to validate an object in a way that lets one compare properties against each other.
I have a complicated report that I need to draw with GDI+ (I don\'t know of a better way) with multiple pages and have it save to 开发者_JAVA百科PDF so the user can download. What is the best way to d