Is a Single Page App template using the finest, leanest, cleanest OSS parts $0 money could buy 🙂 Twitters Bootstrap – For Website design template, css, widgets ServiceStack – .NET REST Web Services Framework MVC PowerPack – Enhance MVC with clean Session, Caching, Logging, IOC & JSON libs Bundler – node.js, CoffeeScript, Less, Sass, JS and website bundling +…
Tag: asp.net
Mixed Windows Forms authentication for Ajax Single Page Application
My Web application is a Single Page Application and its server front-end is a mix of ASP.NET MVC and WebAPI routes. All View routes (actually the only one) allows anonymous access. But all ApiController’s are guarded by AuthorizeAttribute. There’s a special ApiController – SecurtyApiController with the following routes: Login and GetCurrentUser methods (all these routers…
Online Pluralsight course for SPA development from John Papa
I’m currently recording a course for Pluralsight with a working title of “Building Single Page Apps (SPA) with ASP.NET Web API, Knockout and jQuery” targeting to be out by August 31. This is an end to end course that hits hundreds (ok, not quite) of technologies that work together to create a SPA that works…
Oak – Frictionless development for ASP.NET MVC single page web apps.
What is Oak? Single page web apps are becoming the norm as opposed to the exception. And with that comes a large part of your code base existing on the client side with a lot of JavaScript, JSON and async HTTP. Oak gives you a way to quickly build these kind of apps by: Bridging…