Blog

Blog posts on .NET, Azure, and more.

K-MUG TechDay 23rd May 2015 Kochi

May 13, 2015 by Anuraj

.Net ASP.Net MVC Miscellaneous User Group Activities Visual Studio Web API

This month’s K-MUG TechDay is planned for Saturday, 23 May 2015 at ORION India Systems, Infopark venue.

Introduction to Visual Studio Code for ASP.NET5 development

May 09, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC CodeProject Visual Studio

In Build 2015, Microsoft introduced cross platform code editor. You can download Visual Studio code from here

Automate code reviews using SonarCube

May 01, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC Code coverage CodeProject Version Control

SonarQube is an open platform to manage code quality. SonarQube is a web-based application. Rules, alerts, thresholds, exclusions, settings… can be configured online. By leveraging its database, SonarQube not only allows to combine metrics altogether but also to mix them with historical measures. More than 20 programming languages are covered through plugins including Java, C#, Javascript, CSS, Swift, C/C++, PL/SQL, Cobol, ABAP etc. This post is about installing and configuring SonarQube to review C# code.

Deploy your MongoDB application on Azure with MongoLab add-on

April 27, 2015 by Anuraj

.Net .Net 4.0 ASP.Net ASP.Net MVC Web API Windows Azure

MongoLab is MongoDB-as-a-Service (DBaaS) platform. The Azure Marketplace MongoLab add-on will provide you with a MongoDB database hosted in the Azure cloud and managed by MongoLab’s cloud database platform. To deploy your application in Azure with Mongolab, first you need to provision your Database. You can do it from Azure Management portal. (The MongoLab workflow is not yet supported in the Preview Portal). Open the Azure Market Place, under App Services, you can find MongoLab.

CRUD application using ASP.NET 5 and MongoDB

April 26, 2015 by Anuraj

.Net ASP.Net ASP.Net MVC Entity Framework Windows Azure

MongoDB (from humongous) is one of many cross-platform document-oriented databases. Classified as a NoSQL database, MongoDB eschews the traditional table-based relational database structure in favor of JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster. Released under a combination of the GNU Affero General Public License and the Apache License, MongoDB is free and open-source software.

Copyright © 2024 Anuraj. Blog content licensed under the Creative Commons CC BY 2.5 | Unless otherwise stated or granted, code samples licensed under the MIT license. This is a personal blog. The opinions expressed here represent my own and not those of my employer. Powered by Jekyll. Hosted with ❤ by GitHub