Tag Archives: MVC

AngularJS Video Series Part III – Views, Controllers and Scope

  Previous videos in this series: Part I: Getting Started with AngularJS Video Series Part II: Directives, Filters and Data Binding   AngularJS follows the MVC (Model-View-Controller) pattern and allows controllers to be defined that can act as the “brain” for a given view. In this video you’ll see how to define views and hook … Continue reading AngularJS Video Series Part III – Views, Controllers and Scope

How to add Help Pages to ASP.NET Web API Services – Dan Wahlin

In a previous post I discussed the fundamentals of using the new ASP.NET Web API to expose JSON data to Ajax-enabled clients. One of the challenges with RESTful services exposed by ASP.NET Web API, Node.js, WCF, and others is that consumers of the service don't know what to expect from it unless documentation is provided … Continue reading How to add Help Pages to ASP.NET Web API Services – Dan Wahlin

Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using ASP.NET MVC part 3 by Dan Wahlin

In my previous post I discussed how Windows Communication Foundation (WCF) could be used to serve up JSON data to applications. WCF is one of several different technologies that can be used to convert server-side objects into JSON data that can be consumed by Ajax clients. Examples of additional technologies that can be used are … Continue reading Getting Data in and out of ASP.NET Applications using Ajax and jQuery – Using ASP.NET MVC part 3 by Dan Wahlin