Archives
-
ASP.NET MVC 3 Released
At last! Go get it from here.
-
Enterprise Library Extensibility Hands-on Labs Released
The Patterns & Practices team has just released the Enterprise Library Extensibility Hands-on Labs. It provides step by step guidance on creating:
-
Generating PDF Files With iTextSharp
I recently had the need to generate a PDF file containing a table where some of the cells included images. Of course, I used iTextSharp to do it. Because it has some obscure parts, I decided to publish a simplified version of the code I used.