Month: June 2014

  • Create Cloud Machine programmatically

    When your business requires cloud services for your applications or infrastructure, then you have to find good cloud provider. Amazon EC2, Tata Insta compute are a good example. Most of the cloud provider uses Apache CloudStack. If we need 2-3 cloud machines then we can use their interface. But based on business if you need […]

  • How to export schema of MYSQL Database?

    If you need schema of your MYSQL database for backup or any copy database to another server, then you must need schema with or without data. GUI tools like SQLYog, WebYog or PHPmyAdmin will best example for that. But if you need any command or utility then MYSQLDUMP has most important role. For using mysqldump […]

  • How To Split Pdf Documents Using ITextSharp in C#

    In Today?s life cycle PDF has a important role because it doesn?t require any special package to be installed to view it on system, mobile devices, IPOD or IPAD. Sometimes pdf documents have scanned images, large text data. We need to extract some of the pages for sharing with someone else i.e. friends or any […]