ASP.NET Web Pages (JNNC Technologies)



ASP.NET Web Pages

ASP.NET Web Pages is an SPA application model (Single Page Application).
The SPA model is quite similar to PHP and Classic ASP.
ASP.NET Web Pages is being merged into the new ASP.NET Core.

ASP.NET MVC

ASP.NET MVC is an MVC application model (Model-View-Controller).
ASP.NET MVC is being merged into the new ASP.NET Core.
ASP.NET MVC is not covered in this tutorial.

ASP.NET Web API

ASP.NET API is an API application model (Application Programming Interface).
ASP.NET API is being merged into the new ASP.NET Core.
ASP.NET API is not covered in this tutorial.

ASP.NET Web Forms

ASP.NET Web Forms is an event driven application model.
ASP.NET Web Forms is not a part of the new ASP.NET Core.
ASP.NET Web Forms is not covered in this tutorial.

ASP.NET Core

ASP.NET Core was released in 2016.
ASP.NET Core merges ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages into one application framework.

0 Comments

'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })();