Member

Maurice de Beijer
168 posts
0 volgend
8 volgers
965 points punten

20 mei 2013
In a previous post I showed how to unit test an ASP.NET WebAPI Controller. But with a REST service there is both a client and a service component. Assuming for a moment the client part is also written in C# we should test that as well. In this case the client application contains the following clas ...
12 mei 2013
One of he goals of the ASP.NET WebAPI is to make REST style API controllers more testable than more traditional WCF services where in the past. For the most part that is true but there are cases where an ApiController depends on the actual incoming request and its data and things can become a bit mo ...
10 mei 2013
  Index: Getting started with AngularJS Creating an AngularJS Controller The AngularJS $scope is not the MVC Model Using repeating elements in #AngularJS    In the previous  posts I showed how to get started with AngularJS and use some of the basic AngularJS  ...
15 april 2013
  Index: Getting started with AngularJS Creating an AngularJS Controller The #AngularJS $scope is not the MVC Model   In the previous post I showed how to create and use an MVC Controller in AngularJS to manage the logic of an application. In this post I showed how to use ...
10 april 2013
In the previous blog post I showed how to get started with a really minimal AngularJS application. Even though the app could multiply two numbers it could hardly be called useful and as it turns out that is about as much as I could do with it.   Model View Controller AngularJS is an MVC fram ...
5 april 2013
One of the nicer JavaScripts out there to work with must me AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. AngularJS is a c ...
5 april 2013
One of the nicer JavaScript frameworks out there to work with must be AngularJS. Now there are quite a few other ones out there and I have used a number of them but AngularJS seems to be the most structured of them. And while it is really powerful it is also really easy to get started with. Angula ...
14 maart 2013
I really like SignalR for its capability to do push notifications from the server to the client. But there are a few thing in SignalR I am not quite happy with. Fortunately SignalR is really pluggable and you can change it to suit your needs. :-)   PascalCase versus camelCase One thing I am  ...
14 maart 2013
I really like SignalR for its capability to do push notifications from the server to the client. But there are a few thing in SignalR I am not quite happy with. Fortunately SignalR is really pluggable and you can change it to suit your needs. :-)   PascalCase versus camelCase One thing I am  ...
11 maart 2013
  De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code.   Enjoy! ...
Pagina's 1/17
1 2 3 4 5 6 7 8 9 10 >