Threading in C#C# supports parallel execution of code through multithreading. A thread is an independent execution path, able to run simultaneously with other threads. (albahari.com) [zobraz česky] |
DBContext Error: A second operation started on this context before a previous operation completed.A second operation started on this context before a previous operation completed. This is usually caused by different threads using the same instance of DbContext, however, instance members are not guaranteed to be thread-safe. (thecodebuzz.com) [zobraz česky] |
AspNetCore.Diagnostics.HealthChecksThis repository offers a wide collection of ASP.NET Core Health Check packages for widely used services and platforms. (https://github.com) [zobraz česky] |
Configuring Default Page in ASP.NET CoreConfiguring Default Page in ASP.NET Core (https://dotnettutorials.net) |
Get Started with Blazor – Programming TutorialBlazor is a framework that is built by the ASP.NET team to enable developers to build client-side web applications using .NET. (https://pdf.co) [zobraz česky] |
How to create a PDF file in Blazor using C#Creating a PDF document from the scratch using Syncfusion .NET Core library is easy. This article explains how to create a PDF file in Blazor framework using C#. (syncfusion.com) [zobraz česky] |
ASP.NET Core Web API Best PracticesASP.NET Core Web API Best Practices (https://code-maze.com) |
ASP.NET Core code sharing between Blazor, MVC and Razor PagesASP .NET Core code sharing between Blazor, MVC and Razor Pages (https://wakeupandcode.com) [zobraz česky] |
Securing Blazor WebAssembly with Identity Server 4The new Blazor WebAssembly 3.2.0 includes support to client side authentication, which makes relatively simple to implement OpenID Connect and OAuth2 in your single page application. (https://medium.com) [zobraz česky] |
Microservices using ASP.NET CoreThe term microservices portrays a software development style that has grown from contemporary trends to set up practices that are meant to increase the speed and efficiency of developing and managing software solutions at scale. (c-sharpcorner.com) [zobraz česky] |
Formátovat data odpovědí jako XML nebo JSONVětšina aplikací ASP.NET Core, které používají webové rozhraní API, vrací data jako JSON. (https://andrewlock.net) [zobraz česky] |
How to use Swagger in ASP.Net WebAPI 2.0 with token based authenticationI have a ASP.Net WebApi with token based authentication and I want to use swagger to create documentation for this RestApi. (https://stackoverflow.com) [zobraz česky] |
JWT Authentication v ASP.NET Core s příkladyJWT Authentication v ASP.NET Core s příklady. (thecodebuzz.com) [zobraz česky] |
JWT bearer authentication middleware in ASP.NET CoreToto je další v řadě příspěvků o ověřování a autorizaci v ASP.NET Core. (https://andrewlock.net) [zobraz česky] |
Audit Trail Implementace v ASP.NET Core s Entity Framework CoreJe to užitečná technika pro sledování změn, které provádějí vaši přihlášení uživatelé. (https://codewithmukesh.com) [zobraz česky] |
Migrace projektu Selenium z .NET Frameworku do .NET CoreMigrace projektu Selenium z .NET Frameworku do .NET Core. (https://medium.com) [zobraz česky] |
Automatické verzování projektu v ASP.NET CoreTrendem při určování nových verzí je v současnosti sémantické verzování. To má význam zejména u knihoven a komponent, která jsou využívána v dalších aplikacích. V případě vývoje koncových aplikací nicméně může být lepší používat automatické generování verzí podle datumu. (altair.blog) |