A lot of developers want to be able to share their app's data via email. It's a convenient way for users to send data to each othe...
Friday, July 29, 2011
How To Integrate iTunes File Sharing With Your iOS App
The iPad and iOS 4 have a great new feature called File Sharing that provides a convenient way for users to transfer files between their c...
How To Save Your App Data With NSCoding and NSFileManager
There are many different ways to save your data to disk in iOS – raw file APIs, Property List Serialization, SQLite, Core Data, and of cou...
Core Data Tutorial: How To Use NSFetchedResultsController
So far, we're at exactly the same point we were using the SQLite3 method. However, we didn't have to write nearly as much code (not...
Core Data Tutorial: How To Preload/Import Existing Data
In this part of the series, we're going to discuss how to import or preload existing data into Core Data so that we have some good def...
Core Data Tutorial: Getting Started
Of all of the ways to persist data on the iPhone, Core Data is the best one to use for non-trivial data storage. It can reduce the memory ...
SQLite 101 for iPhone Developers: Making Our App
We're going to have two screens for our app. The first will show a list of banks in a table view. Tapping on a bank in the table view ...
SQLite 101 for iPhone Developers: Creating and Scripting
In this series, we're going to show how to make an app that displays a list of failed US banks from a SQLite database. In this first...
How To Read and Write XML Documents with GDataXML
This tutorial will show you how to do exactly that! We'll create a project that reads a simple XML document that contains a list of RP...
How To Choose The Best XML Parser for Your iPhone Project
There are a lot of options when it comes to parsing XML on the iPhone. The iPhone SDK comes with two different libraries to choose from, a...
Friday, July 22, 2011
C# Fundamentals
Introduction In the way of development of programs using FORTAN and COBAL like erlier languages the complexity was increasing for larger p...
ASP.NET Dynamic Data - a boon for developers
With the rate of changes/ additions of features in the .Net framework, many of very good features don't get the deserved attention. Esp...
Thursday, July 21, 2011
How can we take all the SQL SERVER Database Backup at once
Hello Friends, Here I am going to share how can we take the database backup of all the SQL Server databases at once instead of taking it i...