What is BSON?

BSON (or Binary JSON) is a binary encoding of JSON-like documents that MongoDB uses to store information in documents. It adds support for Date and binary (BinData) data type that aren’t supported in JSON.BSON was designed to have the following three characteristics: Lightweight: Keeping spatial overhead to a minimum is important for any data representation … Read more

A new guard page for stack cannot be created- ASP.NET MVC4 Error

An hour back I was working with ASP.NET and encountered with this pretty error. I kept wandering for about ten minutes what really has happened. My iisexpress.exe was automatically shut down and it didn’t work when I kept hitting CTRL+F5. How I solved it:Later i the process I came to know that I had the … Read more

What is MongoDB?

MongoDB is a NoSQL DataBase whose main features include document-oriented storage, full index support, replication and high availability, auto-sharding, querying, fast in-place updates, Map/Reduce, and GridFS.MongoDB addresses volume, variety, and velocity of data that organizations increasingly have to deal with in the following ways: Massive Data Volumes: MongoDB is designed to scale horizontally on commodity … Read more

What is Web 2.0?

Image Courtesy: wikipedia.org The term “Web 2.0” defines a set of principles and practices for web applications, which, when followed, entitle a web application to wear the Web 2.0 crown. A web site can claim to be a Web 2.0 site if it: Allows users to control data presented on the web site Presents a … Read more