Tuesday 23 August 2011

Asp.Net: Generate PDF from Web Page

Question:
How to convert Html to PDF for a web page with wkhtmltopdf in asp.net ?
How to generate PDF from HTML using wkhtmltopdf in .net?

Asp.Net: Write Binary Stream to Response

Question:
How to send a Pdf binary stream as response of a web request?
How to return a generated pdf to the user in an asp.net app?

Friday 19 August 2011

Csharp: Regular Expressions Named Captures

Question:
How to use Named Capture Groups with C# Regular Expression class (Regex)?

Tuesday 16 August 2011

VisualStudio: Cheat Sheet CSharp Code Snippets


Question:
What are the common c# code snippets in Visual Studio 2010.