Development With A Dot
Blog on development in general, and specifically on .NET. Created and maintained by Ricardo Peres.
-
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.
-
Visual Studio 2008 Extensions for Windows SharePoint Services (VSEWSS) v1.3 Released
For those of you still using Visual Studio 2008 and SharePoint 2007, Microsoft has finally released the long awaited version 1.3 of the integration extensions. Read the notice here and get it from here.
-
Basic Logical Operations with LINQ Expressions
-
Creating a Sandboxed Instance
-
NHibernate 3.0 Released
Finally!
-
Pooled Lifetime Manager for Unity
A pooled lifetime manager for Unity. Creates new objects up to a maximum size and returns them in round-robin sequence. Default pool size is set to 5, but you can override it in the appSettings section with a key:
-
CachingCallHandler and Unity 2.0
Unity 2.0 no longer includes CachingCallHandler, as you can see in here. Since this is something I use very often, I decided to bring it back, with some changes:
-
Common Service Locator for MAF
Here's an implementation of the Common Service Locator for MAF:
-
Reusing Cookies in Different WCF Web Services
-
Server-side AJAX Validator