First, I’m bringing you the SPAHelper by Chris Love. This is worth looking at.
Patrick Desjardins is bringing us a quick fix for Bootstrap with smaller than 768px screen width. We also have a nice explanation on why a CDN is “slow” for mobile devices (hint: it isn’t).
Today, Project Helios hits another milestone with the 1.0.0-alpha1 hitting nuget today by Levi Broderick. Scott Hanselman show us on how you can block a folder from executing ASPX pages.
We have much more so I’ll let you guys read those before going on a long explanation of every links.
Enjoy!
Single Page Application Helpers by Chris Love
docluv/SPAHelper · GitHub (github.com) – The code
docluv/movies · GitHub (github.com) – The demo app code
http://movies.spawebbook.com/ – The actual demo app.
Web Development
AngularJS in Visual Studio: Data Binding - Deborah’s Developer MindScape (msmvps.com)
Why is my CDN ‘slow’ for mobile clients? - igvita.com (www.igvita.com)
ASP.NET
NuGet Gallery | Microsoft.Owin.Host.IIS 1.0.0-alpha1 (www.nuget.org) – That my friend is Project Helios. New alpha!
ASP.NET “Project Helios” Changelog (gist.github.com)
Introduction to Web API Versioning - CodeProject (www.codeproject.com)
Some Useful IIS Rewrite Rules (odetocode.com)
Reading Settings from App Config // Chris Poulter - Web Developer (www.chrispoulter.com)
WebAPI, PascalCase and camelCase - The Problem Solver (msmvps.com)
domaindrivendev/Swashbuckle · GitHub (github.com) – REST Documentation for WebAPI (see “Swagger” demo on a non-WebAPI REST service)
Architecture and Methodology
Chill out on the Singleton Fetish | Jeremy D. Miller (codebetter.com)
Source Control (TFS, Git, SVN, etc.)
In what cases could git pull
be harmful? - Stack Overflow (stackoverflow.com)