Web API
-
.NET
Decision Framework for the Implementation of Web Services based on Core Microsoft Technologies
EDITORIAL NOTE: Web Services have become very popular. They come in a variety of flavors and styles, a fact that…
Read More » -
.NET
WCF Is Dead and Web API Is Dying – Long Live MVC 6!
The time has come to say goodbye to Windows Communication Foundation (WCF). Yes, there are plenty of WCF apps in…
Read More » -
.NET
Web API File Uploading (Desktop and Web client)
File uploading is one of the most common tasks all developers have to deal with, at some point of their…
Read More » -
.NET
ASP.NET Web API feat. OData
OData is an open standard protocol allowing the creation and consumption of queryable and interoperable RESTful APIs. It was initiated…
Read More » -
.NET
ASP.NET Web API Unit Testing
Unit testing can be beneficial to many aspects in software develepment, from the lowest level that is the source code…
Read More » -
.NET
AngularJS feat. Web API – Security
Preventing unauthorized access to Web API controller actions and applying a centralized security access, seems to be a tough and…
Read More » -
.NET
AngularJS feat. Web API – Enable Session State
Have you ever tried to use the Session object while using the Web API? If you did so, you must…
Read More » -
.NET
AngularJS feat. Web API
Developing Web applications using AngularJS and Web API can be quite amuzing. You can pick this architecture in case you…
Read More » -
.NET
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…
Read More » -
.NET
Real-World MVVM with Entity Framework and ASP.NET Web API
I just completed a sample application using Simple MVVM Toolkit together with Trackable Entities to build a real-world N-Tier solution…
Read More »