Showing category results for ASP.NET Core

Feb 26, 2020
Post comments count5
Post likes count0

ASP.NET Core Apps Observability

Francisco Beltrao

Based on interactions with customers using .NET Core in different environments, this article explores options for adding observability to .NET Core apps. Looking specifically into OpenTelemetry and Application Insights SDKs to add observability to a sample distributed application.

ASP.NETASP.NET Core.NET Core
Nov 18, 2019
Post comments count43
Post likes count1

gRPC vs HTTP APIs

James Newton-King

ASP.NET Core 3.0 adds support for gRPC, an opinionated contract-first remote procedure call framework. This blog post compares gRPC to JSON HTTP APIs, discusses gRPC's strengths and weaknesses, and when you could use gRPC to build your apps.

ASP.NETASP.NET Core
Nov 4, 2019
Post comments count17
Post likes count0

ASP.NET Core updates in .NET Core 3.1 Preview 2

Daniel Roth

.NET Core 3.1 Preview 2 is now available! Check out what's new in ASP.NET Core in this release.

ASP.NETASP.NET Core.NET Core
Oct 18, 2019
Post comments count68
Post likes count0

Upcoming SameSite Cookie Changes in ASP.NET and ASP.NET Core

Barry Dorrans

SameSite is a 2016 extension to HTTP cookies intended to mitigate cross site request forgery (CSRF). The original design was an opt-in feature which could be used by adding a new SameSite property to cookies. It had two values, Lax and Strict. Setting the value to Lax indicated the cookie should be sent on navigation within the same site, or throug...

ASP.NETASP.NET Core