Sunday, March 8, 2015

MongoDb With C Sharp

This post is related with the post that I put few months ago, If you don't have already configured Mongodb on the machine Here is the post that I put Big question ?? How we use Mongo With C#? Is it hard? Its really easy to use Mongo in .NET , Here im going to create Asp.NET Web API project for demonstration. (You can use any type of project ) Then Install official MongoDb Driver for .NET it name as MongoCsharpDriver Nuget package Here...

Thursday, March 5, 2015

First SignalR Codes

Lets start SignalR with hands on , Not like usual chat demos in SignalR , We are going to make counter application which displays number of connected nodes to the web 1. Create New empty ASP.Net web project with visual studio 2. The install following Nuget on the Application    Microsoft.AspNet.SignalR  After Installing SignalR Your solution automatically get the Scripts for signal R 3. Add Hub Class to the solution...