Videos

  • MVC Architecture

    .

    In this blog, we will try to understand the MVC Architecture with the help of a diagram. MVC Architecture MVC consists of 3 main words: Model View Controller Apart from above mentioned elements one another important element is there in MVC, called Routing. To know more about Routing in MVC Click here. MVC architecture works…

  • MVC Version

    .

    MVC was first introduced in .Net 3.5 framework.MVC 1.0 was available in year 2009 with following features:Routing, HTML Helpers, Auto Binding. Since then multiple versions were introduced with various .Net framework. Versions of MVC After MVC 1.0, 2.0, 3.0, 4.0, MVC 5.0 (MVC 5.2.2 and MVC 5.2.3) Now Microsoft has introduced core versions of MVC…

  • What is Web API? When should we use in our projects?

    .

    Web API is the Microsoft open source technology for developing REST services based on HTTP protocol. ASP.Net Web API is a framework for building, consuming HTTP based service. The advantage of Web API is that it can be consumed by a wide range of clients like a web browser and mobile applications. ASP.Net Web API…

  • Angular JS model and controller

    .

    Angular JS Model: ng-model directive in Angular JS is use to bind the value of an HTML control to any variable. <div ng-app=”testApp” ng-controller=”testCtrl”>    Name: <input ng-model=”name”>    <h1>Hello : {{name}}</h1></div>

  • Google API to authenticate on website using Java Script

    .

    In the previous blog, I have explained about How to create App in Facebook and how to authenticate using Java Script Code.In this blog, I will explain how you can use Google API to authenticate users using Google Account and allow them to logged in to your own website. To do this you need to…

RSS
YouTube
YouTube
Instagram