• Home
  • About
  • Subscribe

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

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.

.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

Feature toggling using ASP.NET

11 Jan 2017 • .NET ASP.NET ContinuosDelivery

Feature toggling is a technique in software development that attempts to provide an alternative to maintaining multiple ..

Microsoft love open source: ASP.NET Core

13 Dec 2016 • .NET Core ASP.NET ASP.NET Core Open source

In the past few days, I have given a talk titled “Microsoft love open source: ASP.NET Core”.

Developing artificial intelligence using .NET

26 Aug 2016 • .NET ASP.NET

Microsoft has recently released two important AI services: Microsoft Cognitive services which lets you tap...

Visual Studio alternative: Project Rider

7 May 2016 • ASP.NET ASP.NET Core

Visual Studio alternative: Project Rider A cross-platform C# IDE based on the IntelliJ platform and ReSharper Here we are, JetBrains has started to invest i

Querying Mongodb with ASP.NET MVC

22 Aug 2015 • ASP.NET C# MongoDB

The following example shows how to query mongodb using ASP.NET MVC projects. MongoDb community offers drivers to facili

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

Entity Framework Async Query

13 Feb 2015 • .NET ASP.NET C# Entity Framework

The pourpose of this example is explain how make async query using Entity Framework.The example uses .NET Framework 4.5 and Entity Framework 6.0

Written and maintained by Samuele Resca