Tuesday 22 March 2016

All About ASP.NET

ASP.NET

  •  Ii is an open-source server-side web application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services

  • It provides better performance by taking advantage of early binding, just-in-time compilation, native optimization, and caching services right out of the box.

  •  It is purely server-side technology so, ASP.NET code executes on the server before it is sent to the browser

  • Better Security

  • Object-oriented

Part 20 consuming rest api in ionic

in this video, I will show you that how you can consume the rest API. in the previous video we have implemented the asp.net web API projec...