Tech With Pat
Hey! My name is Pat. I’m a software developer with over 15 years of experience, mainly in the .NET ecosystem.
On this channel, I share what I know and what I’m learning, hopefully it’ll help you too
I Used Blazor Hybrid Instead of MAUI — Here’s What Changed
How I set my Mac for NET development
How I Simplified My ASP .NET Web API Using Vertical Slices
Как создать веб-API с чистой архитектурой (C#)
SignalR In Blazor - Real-time updates made easy!
How to Secure a Blazor WebAssembly App Using Azure Active Directory
Build a Chatbot with Blazor WebAssembly and OpenAI API
How to Implement the Decorator Pattern in C#
How to Implement the Strategy Pattern in C#:
How to use Entity Framework Core Database-First in a separate project
How to Add Initial Data using Entity Framework Core: A Guide to Data Seeding
How to Test ASP.NET Core Web API Locally
How to Debug in Visual Studio: A Beginner's Guide
How to consume Data from a Web API using Blazor WebAssembly
How to Implement Code-First Migrations with Entity Framework Core
How to Create a Web API with ASP.NET CORE and .NET 6 (c# for beginners)
Building a web application with ASP.NET Core Razor Pages: A step-by-step tutorial
How to Connect to PostgreSQL with EF Core: A Step-by-Step Guide
How to Create a Web API with ASP.NET Core and MongoDB
Как использовать Git с Visual Studio 2022 (пошагово)
Implementing CQRS in ASP.NET Core Web API with MediatR
Beginner's Guide to Minimal APIs in .NET 6
Pagination in ASP.NET Web API Made Easy
How to Use Dapper in ASP.NET Core Web API
How to use Entity Framework Core with existing database
5 Visual Studio Code Extensions You Need as a Developer
Beginner's Guide: How to Learn C# Easily
How to Document Your Web API Using Swagger
Secure Your ASP.NET Web API with Token Authentication
How to UPLOAD file with ASP.NET CORE WEB API | C# tutorial for beginners