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

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.

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

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

Conditional serialization using Csharp

31 Mar 2015 • C# JSON JSON.NET Serialization

Sometimes you need to serialize different attributes according to conditions and properties of your own object, you

The difference between IQueryable and IEnumerable

19 Mar 2015 • .NET C# LINQ

The difference between IQueryable and IEnumerable are interfaces that allows you to manipulate and query collections of data. IEnumerable is inherited..

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