Have you ever tried to use the Session object while using the Web API? If you did so, you must be dissapointed seeing that was always null and hence, you were unable to use it. This post is the second… Read More ›
Angular
AngularJS feat. Web API
Developing Web applications using AngularJS and Web API can be quite amuzing. You can pick this architecture in case you have in mind a web application with limitted page refreshes or post backs to the server while each application’s View… Read More ›
Web API powerful Custom Model Validation with FluentValidation
Since DataAnnotations were introduced, developers found an easy way for setting up their database (especially those who use Code First development) while adding at the same time validation logic to their domain objects. In the Web API side, when an… Read More ›