Posts by PedroF • 39 points
2 posts
-
0
votes1
answer230
viewsQ: More efficient code for making an iTextSharp template in ASP.NET MVC?
I only did a project to generate PDF’s using the iTextSharp library in ASP.NET MVC (C#), however I would like to know which code is most efficient and easy to use to have a template that generates…
-
3
votes1
answer55
viewsQ: Validate form data with registration in the database
I am developing with ASP.NET MVC (using ENTITIES/DAL/LOGIC - layers) and I wanted to know better how to validate data form (of the website)to be registered in the database? I have in the DAL layer…