• Home
  • About
  • Subscribe

Fast growing architectures with serverless and .NET Core

20 Dec 2018 • .NET Core AWS AWSLambda WebAPI

Serverless technologies provide a fast and independent way for developers to get implementations into production. This technique is becoming every day more popular in the enterprises' stack, and it has been featured as a trial technique in the ThoughtWorks technology radar since 2017.

Microservices architecture benefits and business value

17 Apr 2017 • API microservices Patterns WebAPI

A microservice is an independently deployable component of bounded scope that supports interoper...

Unit testing ASP.NET Core Identity

27 Mar 2017 • .NET Core ASP.NET Core WebAPI

ASP.NET Core Identity is a membership system which allows you to add login functionality to your application. Users can create an account and login with ..

Implementing SOLID REST API using ASP.NET Core

28 Feb 2017 • .NET Core API ASP.NET Core WebAPI

he following article shows how to implementing a SOLID Data access layer by using ASP.NET Core.

Developing token authentication using ASP.NET Core

15 Dec 2016 • .NET Core ASP.NET Core JWT WebAPI

The following article shows how to developing token authentication using ASP.NET Core.

Querying MongoDB using .NET Core

24 Sep 2016 • .NET .NET Core ASP.NET Core C# MongoDB WebAPI

Querying MongoDB using .NET Core Intro MongoDB has recently released the.NET Core support inside the C# driver ( Net Core Support Driver ). In fact, 2.3.0-rc

ASP.NET MVC Web API: Mockup Entity Framework using Moq

31 May 2015 • ASP.NET Entity Framework Moq WebAPI

The following example shows how mockup Entity Framework in a ASP.NET MVC Web API project using Moq

Enforce HTTPS in Web API services

10 Jan 2015 • REST WebAPI

You can add this attribute to specific controllers or even as a global attribute to make sure that https is used to secure your Web API

Written and maintained by Samuele Resca