-
| The Latest from DevelopMentor | 193 Results found Showing page 1 of 20 Next > |
- Unit testing code depending on the ASP.NET #WebApi HttpClient
But with a REST service there is both a client and a service component. In this case the client application contains the following class to load books from the REST WebAPI controller: 1: public class BooksClient. The GetBooks() function gets all books from the REST service. Not a whole lot but the REST convention is to return both an HTTP 201 Created status as well as the location of the new resource in an HTTP header. 'In a previous post I showed how to unit test an ASP.NET WebAPI Controller. 7: _httpClient = httpClient; 8: BaseUrl = new Uri( "[link] ); 9: }.
The Problem Solver - Monday, May 20, 2013 - Unit testing a ASP.NET WebAPI controller
'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. ASP.NET REST WebAPI 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 more difficult. Testing a simple ApiController that gets data Suppose we have the following ASP.NET WebAPI Controller with two Get methods, the first returns the complete list of books and the second returns the book with the requested ID. 8: 9: }. 11: {. 17: {.
The Problem Solver - Sunday, May 12, 2013 - Reblogged: What should I learn to get started in.NET and web development?
Because you can preview the first lesson of each course, you have about 7 hours free and the rest are all included in an affordable $29 subscription. '[ Note : I am reblogging this post which originally was posted to the LearningLine blog. Hope you all find it useful here as well]. recently had a conversation with someone who is looking to make a fresh start and become a developer (coming from other IT positions). The question they had was: What should I learn to get started in.NET and web development? How do I do that?” That’s another blog post. :). jQuery basics.
- A Roundup of MongoDB Management Tools
REST view, price: $0 / open-source, platforms: Windows, OS X, Linux. My take : While this is just the basic REST API of MongoDB, you can monitor your log files, run commands using the REST API, and otherwise check in on your server. Just requires the –rest command-line to mongod. 'I’ve been working with MongoDB for a long time now. Back in the early days, there really were no management tools analogous to RDBMS tools (e.g. SQL Server Management Studio ). Since then, things have changed significantly. The news is good. link]. Admin GUI). Multiple shells.
- The #AngularJS $scope is not the MVC Model
BTW the rest of this video is highly recommended as well. '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 the $scope variable that is passed into the Controller to share data between the Controller and the View. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. Now that sounds awfully like a model but it isn’t. 13: *.
The Problem Solver - Monday, April 15, 2013 - The #AngularJS $scope is not the MVC Model
BTW the rest of this video is highly recommended as well. '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 the $scope variable that is passed into the Controller to share data between the Controller and the View. This may lead you to believe that the $scope is the MVC Model used but you would be completely wrong. Now that sounds awfully like a model but it isn’t. 13: *.
The Problem Solver - Monday, April 15, 2013 - Tony Sneed: Build Async Services with ASP.NET Web API and Entity Framework 6
Web services based either on WCF, which supports both SOAP and REST, or on ASP.NET Web API, which exclusively … Continue reading → If you are building web services that interact with a database, chances are they are not written in a scalable fashion.
DevelopMentor Courses - Friday, March 22, 2013 - Excellent rest met de WebAPI #TechDaysNL
'De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code. NET REST WebAPI TechDays Enjoy!
The Problem Solver - Monday, March 11, 2013 - Excellent rest met de WebAPI #TechDaysNL
De PowerPoint slides Excellent rest met de web api from Maurice Beijer En hier staat de bron code. NET REST WebAPI TechDaysEnjoy!
The Problem Solver - Monday, March 11, 2013 - What is the right size for a User Story?
If one story is going to take more than half the Sprint you need one or more stories to use the rest of it up. A question that comes up again and again from teams is “What is the right size for a User Story?” - a day? three weeks? 1 point? points? 10 points? Short answer: there isn’t a universal right size for a User Story, it depends on your team, their skills and their level of domain knowledge. Long answer: for some teams a User Story is Big, several days or weeks work. On other teams they are small - maybe a days work. Both are possible, both are the right answer.
Allan Kelly's Blog - Monday, December 10, 2012