Skip to main content

MongoDB: NoSQL Database tool

r-onlineinformation.blogspot.com

MongoDB: NoSQL Database tool
MongoDB is a document oriented database. 
It stores data in a type of JSON format called BSON (Binary JSON).
A record in MongoDB is a document, which is a data structure composed of key value pairs similar to the structure of JSON objects.

Technical terms comparison as under:
RDBMS        MongoDB
Database        Database
Table              Collection
Row                Value
Column           Key
Record            Document

Comments

Popular posts from this blog

Recruitment:: Dena Bank

r-onlineinformation.blogspot.com Dena Bank publishes all recruitment announcements in this section of the site. Please note this is for information purpose o nly. Please keep visiting this section to check out latest Job Openings in Dena Bank . Dena Bank invites Applications for Probationary Officers and Specailist Officers - The on-line registrations will commence from 07.12.2010 Dena Bank invites Applications from Indian Citizens for Appointment in Clerical Cadre Post - The on-line registrations will commence from 07.12.2010

For Searching CSS Template (Free)

r-onlineinformation.blogspot.com   For Searching CSS Template  http://www.freecsstemplates.org/ http://www.bestfreetemplates.info/ http://www.freecsstemplates.com/ http://www.free-css-templates.com/ http://www.freecsstemplates.in/ http://www.free-css.com/free-css-templates/page1.php http://www.csstemplatesfree.org/ http://csstemplatesmarket.com/ http://csstemplatesfree.net/ http://www.templatemo.com/page/1 http://www.csstemplatesforfree.com/csstemplates.aspx http://all-free-download.com/free-website-templates/ http://www.template4all.com/css/ http://www.csstemplatesforfree.org/ http://www.mediavolo.com/?d=1  you may also search free css template for educational purpose from any famous search engine..  

Windows Workflow Foundation

>>Windows Workflow Foundation (WF) is a Microsoft technology for defining, executing, and managing workflows . This technology is part of .NET Framework 3.0 which is available natively in the Windows Vista operating system, and can be installed on the Windows XP SP2 and Windows Server 2003 operating systems. Authoring Workflows A new XML -based language XAML is commonly used for declaring the structure of a workflow. However, the workflow may also be expressed in code using any .NET-targeted language ( VB.NET , C# , C++/CLI , etc.). Workflows comprise 'activities'. Developers can write their own domain-specific activities and then use them in workflows. WF also provides a set of general-purpose 'activities' that cover several control flow constructs. Windows Workflow Foundation is supported by a companion set of extensions to Visual Studio 2005. These extensions contain a visual workflow designer which allows users to design workflows, a visual debugger wh...