SUBSCRIBE - [ Tech News ] [ Make Money Blogging Tips ] [ Online Marketing Tips ] [ Web Dev News ]
Powered by MaxBlogPress  

ASP.NET

Running Full Trust applications under Windows Azure.

July 12, 2009
Running Full Trust applications under Windows Azure.

What is Windows Azure? Microsoft’s Azure Services Platform is a cloud platform (cloud computing platform as a service) offering that “provides a wide range of Internet services that can be consumed from both on-premises environments or the Internet (though the platform itself will not be made available for on-premises deployments. To read more about Azure [...]

How to create high quality (resolution) pie chart using ASP.NET and C#

March 20, 2009
How to create high quality (resolution) pie chart using ASP.NET and C#

Using ASP.NET’s Drawing namespace we can easily create high quality charts and graphs without using any 3rd party components. To demonstrate and for the purpose of this article we will be working with Bitmap and Graphics class. You can think of Bitmap as the drawing board and Graphics as the toolbox to draw anything out [...]

What is ASPNetSqlProvider? and How to provide your custom Role provider?

March 3, 2009
What is ASPNetSqlProvider? and How to provide your custom Role provider?

While developing a ASP.NET web application you might have come across ASPNetSqlProvider a number of times. This provider stores the membership information. In other words if you are building a user login based application, and you are using the built in ASP.NET Configuration Manager, then you are using ASPNetSqlProvider. The AspNetSqlProvider is what stores the [...]

How to use iTextSharp .NET PDF library to insert text and image in an existing PDF form template

October 17, 2008
How to use iTextSharp .NET PDF library to insert text and image in an existing PDF form template

This is my second post regarding iTextSharp PDF creation and manipulation. I have recently being involved in a web application where we have created a number of PDF’s with data coming from different feeds. In addition to my earlier post Using Open Source iTextSharp .NET PDF library to generate PDF on the fly -  here [...]

Using Open Source iTextSharp .NET PDF library to generate PDF on the fly

October 15, 2008
Using Open Source iTextSharp .NET PDF library to generate PDF on the fly

Quite recently I worked on a project to generate a number of PDF’s from a single page template with data coming from an XML file. I searched for a number of options to convert an existing HTML page to PDF using .NET Open Source libraries. But I was not able to render the page correctly, my [...]

CoolWebDeveloper on Twitter CoolWebDeveloper on Facebook CoolWebDeveloper RSS Feed