Monday, December 26, 2016

Web-Api

Web-API REST Design Principal

(1) Every thing is a Resource.
(2)Each and every resource is identified by Unique URI.
(3)Use Standard HTTP Methods
(4)Allow multiple representation for same resource

Friday, May 13, 2016

Learn with us..: Big Data(Hadoop)

Learn with us..: Big Data(Hadoop): Hadoop on Microsoft Azure with HDInsight  ( A managed Apache Hadoop, Spark, R, HBase, and Storm cloud service made easy) https:/...

Could not find a part of the path ... bin\roslyn\csc.exe

I am trying to run an ASP.NET MVC (model-view-controller) project retrieved from TFS (Team Foundation Server) source control. I have added a...