← BlogTag

.NET

9 posts tagged ".NET".

  • What the 14 Modules Actually Contain

    M01–M14 are not stubs. Each module runs the full stack — UI to stored procedure. Here is what a vertical slice actually contains and why it matters for the first sprint.

    Read
  • GitHub Adds Claude to Copilot in JetBrains: The Model Is Not the Stable Input

    On June 22, GitHub added Claude as a selectable agent provider in JetBrains IDEs, and announced Copilot's default model switches from GPT-4 Turbo to Project Polaris in August. The model is now an interchangeable configuration. The codebase it acts on is not.

    Read
  • Why Architecture Still Matters for Software Engineers

    AI generates code at the syntax layer. Engineers hold the structure. Martin Fowler and Kent Beck said as much at The Pragmatic Summit in February 2026. Here is what that means in practice for a B2B SaaS build.

    Read
  • What dotnet new mcp-server Reveals About Your API Design

    .NET 11 Preview 5 ships an MCP server template in the SDK. The scaffold is the easy part — what it exposes about your existing API surface is the more useful finding.

    Read
  • Modernizing Off Legacy .NET: What the Path Actually Looks Like

    Most legacy .NET systems weren't built badly — they were built for a different era. The path to .NET 8 is defined by boundary decisions, not big-bang rewrites.

    Read
  • What Technical Due Diligence Actually Inspects

    Technical due diligence on a software company follows a short list of questions. The answers either exist in the codebase or they don't — and the audit takes about 90 minutes to find out which.

    Read
  • What Tokenmaxxing Gets Wrong About AI-First Development

    Gergely Orosz named the pattern: tokenmaxxing, gaming AI usage metrics the same way teams used to game lines-of-code counts. The real AI productivity signal is what ships — and that depends on the codebase underneath the agents.

    Read
  • The 14 Modules: What Ships, What Each Covers, and Why Vertical Slices Matter

    CleenUI ships 14 production-ready vertical-slice modules — M01 Security through M14 Vendor Marketplace. Here is what each one covers and why the modular monolith shape matters more than the count.

    Read
  • Why 700+ Stored Procedures and No ORM: The Case for Dapper and ADO.NET

    CleenUI's data layer runs on Dapper and ADO.NET against 700+ stored procedures. Here is the reasoning behind that choice and why it still holds in a .NET 8 world where alternatives are more capable than they have ever been.

    Read