This article contains information about using Azure Active Directory credentials for login to Angular client-side with .Net core backend. This solution is based on JWT tokens (frontend and backend solutions can be on different hosts, so cookies auth methods by CORS policy is not the best choice in that case).
Strona głównaUżytkownik
proguszewski | użytkownik
Sztuka programowania 1452 dni, 6 godzin, 41 minut temu 65 źrodło rozwiń
Handling gRPC server exceptions in .Net Core. Changing of gRPC requests HTTP status code for bad requests. Transform gRPC exception details to the client-side.
Sztuka programowania 1484 dni, 6 godzin, 55 minut temu 38 źrodło rozwiń
gRPC CodeFirst approach. The performance benchmark for gRPC vs REST communication in .Net core 3.1. How much does cost to open gRPC channel & why is worth to scope it like HttpClient.
Sztuka programowania 1494 dni, 7 godzin, 38 minut temu 128 źrodło rozwiń
Standard PostgreSQL management tool – pgAdmin, Differences in build SQL queries from TSQL dialect, Base differences in the search engine.
Bazy danych i XML 1508 dni, 8 godzin, 1 minutę temu 66 źrodło rozwiń
Today I want to present a different way of implementing the persistence layer in .Net Core & Entity Framework Core combination – Npgsql PostgreSQL.
Sztuka programowania 1520 dni, 7 godzin, 58 minut temu 52 źrodło rozwiń
P. RoguszewskiLeave a comment Hey Guys! As You maybe know from C# 8, every class with implement interface IAsyncDisposable can be disposed of with clause await using. It’s looks pretty, modern, even very good IDE like Rider show tips Use await using what harm could there be? The answer is everything. In my case, it was a situation related to very popular ORM library EntityFramework Core, version for PostgreSQL (efcore.pg). I have some background services, lovely timers, which every X time send SQL dat...
Sztuka programowania 1584 dni, 8 godzin, 31 minut temu 63 źrodło rozwiń
Hey Guys! In my previous article, I described how to easily create infrastructure for host Docker containers. Today I want to do present, how to connect it with CI / CD process.Requirements.The project with defined Dockerfile file,The account in Azure Portal | Azure DevOps | Github (or another repository),Server with infrastructure, 1 – 3 hours of work.Azure portal – configuration. Firstly, You must create subscription at Your azure portal account (of course if you don’t ...