Popular searches

Latest articles


Apr 2 2009

AdMentor PRO Version 6 is coming

One year ago I didn't see the need at all for a new major AdMentor release at all. Lets just say that the last six months I have been working really hard on my other web properties besides aspcode.net and I can tell you that trying to make any money (thou...

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...