#.NET
Posts tagged with ".NET"
4 posts

DevOps
Shipping .NET with Docker and GitHub Actions
A small, honest pipeline: build once, test the artefact you built, and promote the same image to production.
Maya Sharma
Aug 151 min read

Programming
Indexing Basics for .NET Developers
B-tree, partial and expression indexes explained through the queries a Dapper repository actually issues.
Arun Nair
Jul 282 min read

Web Development
Circuits, State and Reconnection in Blazor Server
What a circuit really holds, why a dropped connection is not a lost session, and how to keep state that survives both.
S Ravi Kumar
Jul 142 min read

Web Development
Blazor Render Modes Explained
Server, WebAssembly, Auto and static SSR - what each render mode actually costs you, and how to pick one on purpose.
S Ravi Kumar
Jul 072 min read