TNWiki Article Spotlight – Big Data Analytics using Microsoft Azure: Introduction
This week, my article Big Data Analytics using Microsoft Azure: Introduction has been featured in the TNWiki Article Spotlight!
This week, my article Big Data Analytics using Microsoft Azure: Introduction has been featured in the TNWiki Article Spotlight!
Introduction to Big Data What is Big Data? Big Data refers to data that is too large or complex for analysis in traditional databases because of factors such as the volume, variety and velocity of the data that needs to be analysed. VolumeThe quantity of data that is generated is very high. For Example, consider […]
While preparing my presentation for the Developer’s Conference on Machine Learning, I got the idea to make a demo of a recommender engine. Ever wondered how websites like Amazon and Ebay provides you useful suggestions and recommendations? This blog post is for you! Introduction To have a complete introduction to Machine Learning in general and […]
Hello! This week my article Using Microsoft Azure DocumentDB in an ASP.NET MVC Application was featured on the TNWiki Article Spotlight! Check it out!
Scope The following article demonstrates the use of Microsoft Azure DocumentDB in an ASP.NET MVC Application. Introduction Azure DocumentDB is a no-sql storage service that stores JSON documents natively and provides indexing capabilities along with other interesting features. Below are some of the key terms used in this article: Collection A collection is a named […]
DocumentDB is the latest storage option added to Microsoft Azure. It is a no-sql storage service that stores JSON documents natively and provides indexing capabilities along with other interesting features. See the article here which was featured on the TNWiki Article Spotlight : Creating and Querying Microsoft Azure DocumentDB Link: http://blogs.technet.com/b/wikininjas/archive/2014/12/09/tnwiki-article-spotlight-creating-and-querying-microsoft-azure-documentdb.aspx
Serialization is the process of converting an object into a stream of bytes in order to store the object or transmit it to memory, a database, or a file. Its main purpose is to save the state of an object in order to be able to recreate it when needed. [MSDN] The reverse process is called […]
DocumentDB is the latest storage option added to Microsoft Azure. It is a no-sql storage service that stores JSON documents natively and provides indexing capabilities along with other interesting features. This article is available available on the Microsoft Technet Wiki. This article was highlighted in the Top Contributor awards on the 12th of October 2014. This article was […]
The article, introduces you to the very, very basics of machine learning. It then goes straight to the point: What is available with Azure Machine Learning and how you can use it. If you love Azure or machine learning – this one is for you! This article is also available on Microsoft Technet Wiki here. This […]