Gil Fink is Speaking in IDNDUG User Group April 2015 Meeting


Event Name: IDNDUG User Group
Event Date: 5/20/2015
Event Type: Lecture
Event Location: Ra'anana, Israel

Event Details:

In the user group Gil Fink will have a session about single page applications (SPAs) development using both ASP.Net and AngularJS:

End-to-End SPA Development using ASP.Net and AngularJS

Single Page Applications (SPAs) are web applications that are built using a single page, which acts as a shell to all the other web pages, with a rich JavaScript front-end. As opposed to traditional web applications, most of the SPA development is done on the front-end. The server, which once acted as a rendering engine, provides only a service layer to the SPA. This transition helps to create a more fluid User Experience (UX), and turns out web applications to desktop-like smart clients. Known web applications like Gmail and Google Docs are implemented as SPAs, demonstrating that SPAs are the way to write your future web applications, and not just a transient trend. In this session, we will explore the concepts of building an end-to-end SPA using anASP.NET MVC/Web API back-end and AngularJS in the front-end.