.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Designing business rules that don't leak into controllers

    calendar Mar 24, 2026 · blog.elmah.io
    Designing business rules that don't leak into controllers

    APIs are the engine of modern applications. Your product belongs to any domain, either medical, banking, or IoT, APIs are most probable bricks in it. Good, maintainable, and reusable code promises a functional system. While a bad one makes maintenance and testing tedious. There is so much to care about Link to article: …


    Read More
  • 📢LangChain4j got a new video series

    calendar Mar 24, 2026 · devblogs.microsoft.com
    📢LangChain4j got a new video series

    We recently released a step-by-step course f Link to article: https://devblogs.microsoft.com/java/%f0%9f%93%a2langchain4j-got-a-new-video-series


    Read More
  • SQL code analysis in VS Code: Configure rules without editing your project file

    calendar Mar 24, 2026 · devblogs.microsoft.com
    SQL code analysis in VS Code: Configure rules without editing your project file

    SQL code analysis has been part of the SSDT workflow for a long time. Before deploying a schema change, you could run a set of static analysis rules against your project to catch potential issues, things like missing primary keys, deprecated syntax, or objects tha Link to article: …


    Read More
  • Manage SQL database schemas in VS Code: Publish dialog and item templates

    calendar Mar 24, 2026 · devblogs.microsoft.com
    Manage SQL database schemas in VS Code: Publish dialog and item templates

    Making schema changes often means jumping between tools. You write code in VS Code, then switch to a separate tool to deploy your changes : exporting a script, running it manually, or copy-pasting into a query editor. Either way, it pulls you out of your flow. Link to article: …


    Read More
  • CQRS and Event Sourcing with Polecat and SQL Server

    calendar Mar 23, 2026 · jeremydmiller.com
    CQRS and Event Sourcing with Polecat and SQL Server

    If you’re already familiar with Marten and Wolverine, this is all old news except for the part where we’re using SQL Server. If you’re brand new to the “Critter Stack,” Event Sourcing, or CQRS, hang around! And just so you know, JasperFx Software is completely ready to support our clients using Polecat. All of the … …


    Read More
  • Build an AI CLI Developer Tool with GitHub Copilot SDK in C#

    calendar Mar 23, 2026 · devleader.ca
    Build an AI CLI Developer Tool with GitHub Copilot SDK in C#

    Build an AI CLI developer tool with GitHub Copilot SDK in C#. Learn CopilotClient, AIFunctionFactory tools, streaming responses, and session management. Link to article: https://www.devleader.ca/2026/03/23/build-an-ai-cli-developer-tool-with-github-copilot-sdk-in-c


    Read More
  • How to Create Your First C# Source Generator (Step-by-Step)

    calendar Mar 23, 2026 · devleader.ca
    How to Create Your First C# Source Generator (Step-by-Step)

    Learn how to create a C# source generator with .NET 10. Step-by-step guide covering project setup, IIncrementalGenerator implementation, and packaging. Link to article: https://www.devleader.ca/2026/03/23/how-to-create-your-first-c-source-generator-stepbystep


    Read More
  • Agentic Platform Engineering with GitHub Copilot

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Agentic Platform Engineering with GitHub Copilot

    We've talked about the human scale problem and what happens when infrastructure scales but understandin Link to article: https://devblogs.microsoft.com/all-things-azure/agentic-platform-engineering-with-github-copilot


    Read More
  • Generative AI for Beginners .NET: Version 2 on .NET 10

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Generative AI for Beginners .NET: Version 2 on .NET 10

    Today we're releasing Version 2 of Generative AI for Beginners .NET, our free, open-source course for building AI-powered .NET applications. If you want to understand and build generative AI applications, from core concepts to production-ready patterns, this is you Link to article: …


    Read More
  • From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

    calendar Mar 23, 2026 · devblogs.microsoft.com
    From code to cloud: Deploy an AI agent to Microsoft Foundry in minutes with azd

    You built an AI agent. It works locally. Now what? Getting an agent from your laptop to a production endpoint on Microsoft Foundry usually means stitching together resource provisioning, model deployments, identity configuration, and connection wiring—and that doesn't even cover monitoring or debugging. What if you …


    Read More
  • How Reco transforms security alerts using Amazon Bedrock

    calendar Mar 23, 2026 · aws.amazon.com/blogs/machine-learning
    How Reco transforms security alerts using Amazon Bedrock

    In this blog post, we show you how Reco implemented Amazon Bedrock to help transform security alerts and achieve significant improvements in incident response times. Link to article: https://aws.amazon.com/blogs/machine-learning/how-reco-transforms-security-alerts-using-amazon-bedrock/


    Read More
  • Integrating Amazon Bedrock AgentCore with Slack

    calendar Mar 23, 2026 · aws.amazon.com/blogs/machine-learning
    Integrating Amazon Bedrock AgentCore with Slack

    In this post, we demonstrate how to build a Slack integration using AWS Cloud Development Kit (AWS CDK). You will learn how to deploy the infrastructure with three specialized AWS Lambda functions, configure event subscriptions properly to handle Slack's security requirements, and implement conversation management …


    Read More
  • Overcoming LLM hallucinations in regulated industries: Artificial Genius’s deterministic models on Amazon Nova

    calendar Mar 23, 2026 · aws.amazon.com/blogs/machine-learning
    Overcoming LLM hallucinations in regulated industries: Artificial Genius’s deterministic models on Amazon Nova

    In this post, we’re excited to showcase how AWS ISV Partner Artificial Genius is using Amazon SageMaker AI and Amazon Nova to deliver a solution that is probabilistic on input but deterministic on output, helping to enable safe, enterprise-grade adoption. Link to article: …


    Read More
  • Announcing TypeScript 6.0

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Announcing TypeScript 6.0

    Today we are excited to announce the availability of TypeScript 6.0! If you are not familiar with TypeScript, it's a language that builds on JavaScript by adding syntax for types, which enables type-checking to catch errors, and provide rich editor tooling. You can learn more about TypeScript and how to get started on …


    Read More
  • OpenAI Acquires Astral: What It Means for PyCharm Users

    calendar Mar 23, 2026 · blog.jetbrains.com
    OpenAI Acquires Astral: What It Means for PyCharm Users

    On March 19, OpenAI announced that it would acquire Astral, the company behind uv, Ruff, and ty. The Astral team, led by founder Charlie Marsh, will join OpenAI’s Codex team. The deal is subject to regulatory approval. First and foremost: congratulations to Charlie Marsh and the entire Astral team. They shipped some of …


    Read More
  • Announcing Aspire 13.2

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Announcing Aspire 13.2

    Aspire 13.2 is here — and this one's a big deal. TypeScript AppHost authoring. An AI-agent-native CLI. New and improved integrations. A smarter dashboard. We've been building toward some of these for a while, and today they ship. [cta-button align='center' text='Get Aspire 13.2' url='https://get.aspire.dev'] Link to …


    Read More
  • Ten Months with Copilot Coding Agent in dotnet/runtime

    calendar Mar 23, 2026 · devblogs.microsoft.com
    Ten Months with Copilot Coding Agent in dotnet/runtime

    When GitHub's Copilot Coding Agent (CCA) first became available in May 2025, the promise of cloud-based AI coding agents was generating enormous excitement, and equal skepticism. So we began an experiment, and like many experiments in software enginee Link to article: …


    Read More
  • KotlinConf’26 Speakers: In Conversation with Josh Long

    calendar Mar 23, 2026 · blog.jetbrains.com
    KotlinConf’26 Speakers: In Conversation with Josh Long

    “There’s never been a better time to be a JVM or Spring developer.” The Spring ecosystem has evolved dramatically over the past decade, from traditional enterprise applications to microservices, distributed systems, and now AI-powered services. Few people have witnessed that evolution as closely as Josh Long, who has …


    Read More
  • How can I make sure the anti-malware software doesn't terminate my custom service?

    calendar Mar 23, 2026 · devblogs.microsoft.com
    How can I make sure the anti-malware software doesn't terminate my custom service?

    A customer was developing a Windows service process, and it is important to them that the service keep running on their servers. They wanted to know if there was a way they could prevent users who connect to the server from terminating the service. In particular, they wanted to make sure that the user couldn't use the …


    Read More
  • Singleton vs Static Class in C#: Key Differences Explained

    calendar Mar 23, 2026 · devleader.ca
    Singleton vs Static Class in C#: Key Differences Explained

    Singleton vs static class in C#: key differences explained, when to use each approach, and how they compare for creational design patterns. Link to article: https://www.devleader.ca/2026/03/23/singleton-vs-static-class-in-c-key-differences-explained


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top