Jan 11 · 4 min read · trocamos a burocracia blindada pela liberdade de entrega. Revisitar o GAC (Global Assembly Cache) é um exercício que começa nas páginas de um guia clássico: o Exam Ref 70–483. Conceitos antes vitais para a construção de aplicações robustas no .NET Fr...
Join discussion
Nov 20, 2025 · 6 min read · Today I am releasing PosInformatique.Foundations 1.0.0: a set of small, focused .NET libraries that I use every day in my projects, and that are now available as NuGet packages. This project was born from a very simple frustration: I was tired of re...
Join discussion
Jul 29, 2025 · 3 min read · Managing NuGet package versions across multiple projects in a solution can quickly become a pain — especially as the number of projects grows. With the introduction of Central Package Management (CPM) in .NET SDK-style projects, developers can now st...
Join discussion
Jul 14, 2025 · 1 min read · 👋Introduction: Solving Modern Web Deployment Challenges Deploying ASP.NET MVC applications, especially Sitecore-based projects, can be tricky due to dependency conflicts, unwanted assemblies, and missing updates. Traditional deployment methods often...
Join discussion
Jul 14, 2025 · 6 min read · This article is a complete guide to Test-Driven Development (TDD) in C#. We’ll walk through the core concepts, explore the main testing frameworks, compare syntax styles, implement both unit and integration tests with real examples, and wrap up with ...
Join discussion
Jun 26, 2025 · 13 min read · What is Nexus Repository Manager ? Nexus Repository Manager, developed by Sonatype, is a powerful repository management tool used to store, manage, and distribute software artifacts. It plays a crucial role in modern DevOps workflows by acting as a c...
Join discussion
May 21, 2025 · 2 min read · When developing NuGet packages, testing them in real projects before official publication is crucial. Here's a comprehensive guide to setting up local testing: STEP-1: Configure Local Package Source Add to your .csproj file: <Project Sdk="Microsoft.N...
Join discussion
May 17, 2025 · 2 min read · SETP-1: Prerequisites Install .NET SDK (8.0 or newer recommended) Create a free NuGet.org account Verify installation: After a successful installation, you could verify by the cmd/bash. dotnet --version SETP-2: Create a class library project Usi...
Join discussion
May 9, 2025 · 4 min read · There are some important concepts and terms a beginner .net developer needs to understant. Here, i will shed more light into them in details. 1 .Net SDK An SDK is a collection of tools, libraries, documentation, and code samples provided by a platfor...
Join discussion