If you find this article useful, consider making a small donation to show your support for this web site and its content.
DiscountASP
AboutMe
About me:
Hi. My name is Farooq Kaiser and I'm a software developer from Toronto, Canada.

Html screen scraping with HtmlAgilityPack Library

by Farooq Kaiser 29. August 2010 14:15
What is Screen Scraping ? Screen scraping is a process that reads any webpage and extract data from html tags. In this article, i will examine how to scrape a given web page using htmlagilitypack library. It is a .NET code library that allows you to parse "out of the web" HTML files. It... [More]

Currently rated 3.7 by 22 people

  • Currently 3.727273/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

MS Chart Controls to PDF with iTextSharp using XML Template

by Farooq Kaiser 10. February 2010 05:45
In this article, i will examined how to build reports with ItextSharp PDF control and Ms Chart controls using XML template. The Xml template gives us freedom to change the contents without having to recompile and deploy the application again. Here is our sample report in XML template. ... [More]

Currently rated 4.3 by 6 people

  • Currently 4.333333/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , , , ,

.NET | C# | Reports | XML

Email Template using C#

by Farooq Kaiser 27. January 2010 03:46
In this article, i will examined how to build template to store email data such as body and subject. The template is an XML file that will store the static text with dynamic Tags. The dynamic tags are just like variables that get replaced by the real data. Here is a sample template. ... [More]

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | C# | XML

Parsing XML using LINQ to XML

by Farooq Kaiser 5. February 2009 05:39
The following code will show how to parse XML using LINQ.  <users> <user><id>001</id> <name>James</name> </user> <user><id>002</id> <name>Paul</name>... [More]

Currently rated 3.5 by 2 people

  • Currently 3.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | .NET | C# | C# | XML | XML

XML LINQ for RSS Feed

by Farooq Kaiser 5. February 2009 04:33
Using LINQ we can easily consume RSS feed into our project.  Include the following namespaces in the project. using System.Xml.Linq;using System.Linq;      protected ... [More]

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , , ,

.NET | asp.net | C# | XML

Populating drop down list with XML in C#

by Farooq Kaiser 26. January 2009 06:54
 Today, i will show you how to populate drop down list with xml data. Let's say we have the following xml.   <users>  <user> <id>001</id>  <name>James</name>  </user>  <user> <id>... [More]

Currently rated 2.5 by 2 people

  • Currently 2.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,

.NET | C# | XML

Jobs Autos Real estate Videos Power by Google