Skip to main content

Posts

Showing posts from November, 2011

Back Up SQL Express database - Software

I was looking for simple script to Back Up SQL Server Express database hosted on one of my servers. There are many articles explaining how to configure it to be done with SQL scripts and scheduled tasks, but what I found was much more useful (at least for me) Here is very powerful Backup, Zip and FTP Utility SQLBackupAndFTP software. It even has free version for those who don't need to schedule more than 2 DB backups.

All Paypal Payment Methods Explained

Paypal own documentation about different payment methods is terrible. There are too many resources, different version and too many similar name. Following article explain in simple words all Paypal Payment Methods - http://www.codeproject.com/KB/aspnet/paypal_c_aspnet.aspx#PayPalIntroduction This also includes C# code examples.