Language

Web Development with Power, Productivity & Speed

Daily Community Spotlight RSS FeedView All

Announcing Release of ASP.NET and Web Tools 2012.2 Update

The ASP.NET and Visual Web Developer teams have released the ASP.NET and Web Tools 2012.2 update, which extends the existing ASP.NET runtime and adds new web tooling to Visual Studio 2012. Whether you use Web Forms, MVC, Web API, or any other ASP.NET technology, there is something cool in this update for you.

Getting Started With Glimpse In ASP.NET MVC

Thursday, May 23, 2013

Good introductory post from John Sonmez explaining what Glimpse is and how to use the new ASP.NET MVC support

Implementing SignalR Stock Ticker using Angular JS - Part1

Wednesday, May 22, 2013

Ravi Kiran begins a two part series (source code available) showing how to implement a stock ticker using AngularJS and SignalR.

Knockout-ES5: a plugin to simplify your syntax

Tuesday, May 21, 2013

Steven Sanderson announces a plugin that leverages ECMAScript 5 language support to allow for simplified Knockout syntax.

Inject Controller Libraries Dynamically at Runtime in ASP.NET Web API using Custom Assembly Resolvers

Monday, May 20, 2013

Interesting post from Suprotim Agarwal showing how he used a Custom Assembly Resolver to dynamically create and plug in an ASP.NET Web API service at runtime.