Popular searches

Latest articles


Oct 9 2008

Recommended reading autumn 2008

I rarely directly promote/recommend any products/books etc on this website. Simply because when it comes to asp.net/.net developer books for example, I just can't recommend any...I mean recommend. Sure I could list a dozen books or so probably the majorit...

Jul 7 2008

MySQL backup,compress and FTP from WinForms app

What is this? From your Windows Forms application, implement two menu commandsa) backup entire MySQL database, compress it and send it with FTP to a ftp serverb) reverse = fetch from FTP server, uncompress, restore to MySQL Kind of open/save functionali...

Jan 1 2008

ASP.NET, MySQL and paging

In this article we will create a simple one page ASP.NET web application, implementing paging using the cool MySQL feature LIMIT and SQL_CALC_FOUND_ROWS. One of the coolest things about MySQL is some of its non standard features. It might sound like a we...

Oct 23 2007

Create OPML links with C#

This example will use the fetch html title example we created earlier and make it possible to input multiple urls for fetching. The specific use I needed to achieve was to create  OPML file for Wordpress import - which turned out to not as eas...