• Home
  • About
  • Subscribe

Artless HTTP server using .NET Core

2 Feb 2019 • .NET .NET Core ASP.NET Core

The following article shows how to set up a simple HTTP server using .NET Core..NET Core is the brand new framework de..

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.

Developing APIs using Actor model in ASP.NET Core

16 Jul 2018 • .NET .NET Core ASP.NET Orleans Orleans.NET

The following article is an describe how to developing APIs using Developing APIs using Actor model in .NET.

Testing F# web service

29 May 2018 • .NET Core ASP.NET Core F#

Giraffe is a powerful framework that helps us to build web application and services using F# and .NET Core. The following article shows how to test a giraffe web service.

Build web service using F# and ASP.NET Core

15 Apr 2018 • .NET Core ASP.NET Core C# F# FunctionalProgramming

The aim of following article is to build web service using F# and ASP.NET Core using the Giraffe library. Therefore, we'll build some JSON APIs which takes data from a data source, and exposes them through HTTP.

Web development in F#: getting started

15 Apr 2018 • .NET .NET Core F# FSharp

Last year I started to go in deep of functional programming world. Indeed, for the majority of my time I build web stuff: web apps and APIs; Mostly,  on the .NET stack and sometimes on Node.js stack.

.NET Core 2.1 highlights: standing on the shoulders of giants

25 Mar 2018 • .NET .NET Core ASP.NET ASP.NET Core HTTPS

The metaphor of dwarfs standing on the shoulders of giants expresses the meaning of "discovering truth by building on [...]". Today, since two years after the 1.0 version, .NET Core has gained a lot of popularity in the software engineering world.

Server side architecture with Node and Typescript using Nest

23 Feb 2018 • Javascript NodeJs Typescript

Every platform has its own philosophy: a set of principles and guidelines, an ideology of doing things that influences the evolution of a platform, and how applications are developed and designed.

Get down into Visual studio code

2 Jan 2018 • Javascript Typescript

The purpose of this article is to get down into visual studio code and understand practices and patterns behind a large-s

Background tasks in ASP.NET Core

6 Dec 2017 • .NET .NET Core ASP.NET

More than ever, today is necessary to schedule jobs and creating background tasks for our NET Core applications. In order

Web Assembly in ASP.NET Core

20 Aug 2017 • .NET Core ASP.NET Core Javascript WebAssembly

WebAssembly or wasm is a low-level bytecode The following article will show how to implement Web Assembly in ASP.NET Core.

Concepts of maintainable unit tests

13 Aug 2017 • Patterns TDD Unit Test

The following article will explain some concepts about unit tests and some good practices about write maintainable unit tests.

Inversion of control and Dependency injection in Typescript

23 Jul 2017 • Dependency Injection Javascript OOP SOLID Typescript

The following article is about inversion of control(IoC) and dependency injection(DI) in Type

Reactive programming, DAMN. It is not about ReactJS

17 Jun 2017 • FunctionalProgramming ObserverPattern Patterns Reactive programming

The reactive programming paradigm has gained a lot of popularity in the recent years as a model that aims to simplify the implement..

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...

Written and maintained by Samuele Resca