• Home
  • About
  • Subscribe

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

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.

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

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

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

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

.NET Core and MVC: Customize view paths

20 Jul 2016 • .NET ASP.NET Core

The following post shows how to customize views paths and names by extending RazorViewEngine and IViewLocationExp.

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

Request format is unrecognized for URL unexpectedly ending in '/MyMethod'

3 Mar 2015 • .NET SOAP

The following error is returned when I try to call web method of my SOAP web service: Request format is unrecognized for URL unexpectedly ending in '/MyWe'.

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