Contents tagged with ASP.NET Web API
-
Learning AngularJS by Example – The Customer Manager Application
-
What’s the Role of the Server in Single Page Applications (SPAs)?
I’ve been doing a lot of AngularJS consulting and training lately and have been asked one particular question over and over: “What’s the role of the server in Single Page Applications (SPAs)”? Regardless of what SPA framework you use (AngularJS, Ember, Durandal, etc.) every SPA framework out there relies on some type of service (RESTful or otherwise) to serve and process data. That’s the obvious role that servers can play with SPAs. What’s not quite as obvious are the other roles that the server can play as a SPA interacts with it.
-
Interview with Carl and Richard from DotNetRocks: Getting AngularJS
I had the chance to record a new episode of DotNetRocks with Richard Campbell and Carl Franklin on the campus of UC Irvine in California recently which is always a lot of fun. We sat down and talked about AngularJS, how it fits in with ASP.NET MVC and Web API, a few random things like quadcopters, and more. This episode was recorded in front of a live audience (they were on a DotNetRocks tour across California) with some enthusiastic people in attendance. Check out the episode below (it’ll take you to the DotNetRocks site).
-
New Features in ASP.NET Web API 2 - Part I
I’m a big fan of ASP.NET Web API. It provides a quick yet powerful way to build RESTful HTTP services that can easily be consumed by a variety of clients. While it’s simple to get started using, it has a wealth of features such as filters, formatters, and message handlers that can be used to extend it when needed. In this post I’m going to provide a quick walk-through of some of the key new features in version 2. I’ll focus on some two of my favorite features that are related to routing and HTTP responses and cover additional features in a future post.
-
Video: Live Hangout with Michael Ossou Discussing Web Technologies and AngularJS
I recently had the opportunity to participate in a live hangout with Michael Ossou and DiscountASP.NET that they recorded and put online. Michael was a super cool guy to talk with and we discuss how I got started in programming, learning techniques, and various Web technologies from ASP.NET Web API to Node.js. I also show a few demos of AngularJS for those interested in getting started with it. Watch the recording below.
-
Using an AngularJS Factory to Interact with a RESTful Service
-
More FlipBoard Magazines: Azure, XAML, ASP.NET MVC & Web API
In a previous post I introduced two new FlipBoard magazines that I put together including The AngularJS Magazine and The JavaScript & HTML5 Magazine. FlipBoard magazines provide a great way to keep content organized using a magazine-style format as opposed to trudging through multiple unorganized bookmarks or boring pages full of links. I think they’re really fun to read through as well.
-
Slides and Code from my AngleBrackets/DevIntersection Talks: AngularJS, ASP.NET MVC, jQuery and JavaScript
The AngleBrackets and DevIntersection conference is all wrapped up for me and I had a great time as always meeting new people and talking about technologies that I really love to work with. Thanks to everyone that took the time to come to my talks - I definitely had a lot of fun giving them and chatting with people after each session.
-
Getting Started Managing Client-Side Data with the Breeze JavaScript Library
If you work with JavaScript a lot then you know that there’s no shortage of script libraries being released. New scripts come out on a daily basis providing UI functionality, data binding support, form validation, framework functionality and more. With all of the scripts in circulation it feels like nearly every aspect of client-side development has been covered. However, there’s one area that has seen precious few scripts – the area of client-side data management.
-
New Features in ASP.NET 4.5 Web Forms Course Released on Pluralsight.com
I've been hard at work the past few months filming a new course for Pluralsight covering some of the great new features in ASP.NET 4.5 Web Forms. I'm excited to announce that the new course is titled New Features in ASP.NET 4.5 Web Forms and is now available on Pluralsight.com! If you're an ASP.NET Web Forms developer (and there are many of you out there!) then you should definitely take a look at the new features available in the 4.5 release if you haven't already. In my opinion, this is the most significant release since ASP.NET 2.0. I say that because some of the new features will truly change how you write your ASP.NET applications - especially the data binding features.