ASP.NET Core: handling errors
Displaying a custom error page in ASP.NET Core is very simple, but there are some pitfalls to avoid. To display an error page (error 500), simply write the…
Read articleThe library
7 articles about .NET, C#, Azure, mobile development and artificial intelligence.
7 results
Clear filtersDisplaying a custom error page in ASP.NET Core is very simple, but there are some pitfalls to avoid. To display an error page (error 500), simply write the…
Read articleRazor Pages let us organize code around individual pages, which can make development faster and more focused. In this article, we will configure authorization…
Read articleWhat is .NET Core? In a few words we'll explain what is .NET Core. 1. What is .NET Core? .NET Core is a multi platform, modular .NET Framework. 2. On what platform…
Read articleIt can be helpful to withstand the compression of responses when they are large, which can greatly reduce the time taken to download them. Activate gzip…
Read articleIn the previous article, We've seen how to enable response compression, and in this article we're going to see how to accept requests that have compressed content.…
Read articleIn this article I will try to answer the most common questions about WebAssembly. If you prefer the video format, a podcast is available here. What is WebAssembly?…
Read articleUWP on iOS and Android was a dream of mine from the moment Microsoft acquired Xamarin. At Build 2018, it was not Microsoft but nventive that announced Uno…
Read article