< Previous 4 Commands Remember, mongoDB is case sensitive. You can view the databases by the command >show dbs So we can see we have these many available databases along with their corresponding sizes. If I want to switch to some other database, then we can use the...

CONTENTS 1. Introduction 2. Installing mongoDB on windows 3. Turn on the server 4. Commands 4.1 Commands (Cont. 1 ) 4.2 Commands (Cont. 2 ) ...

< Previous 3  Turning on the server Its time to start the server Go inside the bin folder and double click the mongod.exe file. It will start the mongoDB server.   It will look something like this:- Now click the mongo.exe file to open the mongo client...

< Previous 2  Installing mongoDB on windows... Goto to www.mongodb.org Click on the DOWNLOADS tab on the top. After unzipping the downloaded mongoDB file, the you will get the following: When you go inside it, the bin folder contains all the executable. You...

1  INTRODUCTION MongoDB is an open source, document-oriented database designed to provide high performace, high availability & high scalibility.  Instead of storing the data in tables and rows as we do with a relational database, in MongoDB we use JSON-like documents with dynamic schemas to form and manipulate data. It is a very new technology and developed...

5 Generating the EMULATOR...      There will two icons available named, “Android Virtual Device Manager” and “Android SDK Manager” as shown below.       Click on Android Virtual Device Manager. Now we need visible platform, on which we can run our Android ...

CONTENTS... 1.Download JDK 2.Download Eclipse IDE 3.Download SDK 4.Download ADT Plugin 5.Generating the EMULATOR 6.Coming SOON... ...

4 Download Android ADT... Download Android ADT by clicking on the following link  http://developer.android.com/sdk/installing/installing-adt.html Now, look for the heading, “Download the ADT Plugin” Copy the link as shown above and open Eclipse. Now, click on HELP and then...

 3 Download SDK...      Download Software Development Kit (SDK) by clicking on the following link http://developer.android.com/sdk/index.html After downloading, Open the folder and click the “SDK Manager” icon. In the SDK Manager window, check all the packages...

2 Download Eclipse IDE... Download Eclipse IDE (Integrated Development Environment) which makes the development of programs a lot easier. So just go to the following link -  http://www.eclipse.org/downloads/ And you will see this image Download the option "Eclipse IDE...

1 Download Java.... You need to download Java Goto the following link  http://www.oracle.com/technetwork/java/javase/downloads/index.html Click on the normal JAVA icon  (JDK)7u45. You can see more  latest versions. You may see something like this inside the window:- After...