1. in Feb, 2007, Scott Guthrie from Microsoft written the basic prototype of MVC framework during traveling in a plane. 2. Original prototype code name was "Scalene" 3. The first official release of ASP.NET MVC was on March 13, 2009 4. MVC 2 released after a year in March, 2010 5. MVC 3 shipped after 10 months from the release of MVC2. Things introduced were: 1. Razor view engine 2. Better javascript with Jquery/json 3. Use of NuGet 6. MVC 4 contained: 1. ASP.NET web API, 2. Mobile project template, 3. Minification 7. MVC 5 was released along with Visual Studio 2013 in October 2013 8. Features of MVC 5: 1. One ASP.NET 2. New Web Project Experience 3. ASP.NET Identity 4. Bootstrap templates 5. Attribute Routing 6. ASP.NET scaffolding 7. Authentication lters 8. Filter overrides 9. In MVC 5, the project templates moved to run on...
AngularJS is an open source web application framework. It was originally developed in 2009 by Misko Hevery and Adam Abrons. It is now maintained by Google. Features AngularJS is a powerful JavaScript based development framework to create RICH Internet Application(RIA). AngularJS provides developers options to write client side application (using JavaScript) in a clean MVC(Model View Controller) way. Application written in AngularJS is cross-browser compliant. AngularJS automatically handles JavaScript code suitable for each browser. AngularJS is open source, completely free, and used by thousands of developers around the world. It is licensed under the Apache License version 2.0. Core Features Following are most important core features of AngularJS − Data-binding − It is the automatic synchronisation of data between model and view components. Scope − These are objects that refer to the model. They act as a glue between controller and view. ...
WHAT IS REACT: React is a Facebook creation which simply labels itself as being “a JavaScript library for building user interfaces”. It's an open-source project which, to date, has raked in over 74,000 stars on GitHub. Why React? Flexibility: It is a library not a framework like Ember or Angular. Hence this makes react flexible. React is: Declarative : you only need to design simple views for each state in your application, and React will efficiently update and render just the right components when your data changes. Component-based: you create your React-powered apps by assembling a number of encapsulated components, each managing its own state. Learn Once, Write Anywhere: React is not a full-blown framework; it's just a library for rendering views Getting Started with Environment: Prerequisites are Node and NPM installed on system History: Invented in 2011 In 2012 used by Instagram. 2013, open sourced 2015 - React Native released 2016 - React...
Comments
Post a Comment