November 2008 Entries

Increase the number of sessions in WCF

You are stuck into the problem that your WCF application don't support more that 5 users simultaneously? Check it here the answer to your problem.

C# Parse(Grab) XML Feeds

Easiest way to get the data from RSS Feed.

Get URL from code behind

How to establish the correct url of application no matter the server on wich is running the application without configure it in the web.config

How to pass C# object to sql procedure?

The passing of POCO objects to sql procedure is inspired from the Data Mapper tool that I am currently using in one project. Itried to make it very simple for our team.