• Home
  • About
  • Subscribe

Large-Scale Data Quality Verification in .NET PT.1

2 Sep 2020 • .NET Core dotnetcore dotnet

The quality testing of large data-sets plays an essential role in the reliability of data-intensive applications. The business decisions of companies rely on machine learning models; for this reason, data quality has gained a lot of importance.

Notes on threading

7 May 2020 • .NET Core C# threading ASP.NET ASP.NET Core

This post shares some personal notes related to multithreading in C#.

Getting started with Apache Spark using .NET Core

30 Sep 2019 • .NET Core Apache Spark

The following article covers what I have learned about Apache Spark core architecture.

Web assembly and Blazor: state of the art

11 Jun 2019 • .NET .NET Core dotnet dotnetcore WebAssembly

I had a first look to Blazor and, more in general, to the Web assembly technologies in 2017. The same year, I've written about this topic in the following blog post: Web assembly in .NET Core. After two years, Blazor is

Data analysis using F# and Jupyter notebook

23 Apr 2019 • .NET .NET Core FSharp ML.NET

In the last hackathon at @justeattech, I've played a lot around machine learning using ML.NET and .NET Core. Furthermore, the idea that a .NET dev can implement machine learning without switching language is cool.

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.

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.

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

Written and maintained by Samuele Resca