.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • dotNetDave Says… Rushing into Coding Without Proper Planning Will Lead to Costly Mistakes and Delays

    calendar Mar 4, 2026 · dotnettips.wordpress.com
    dotNetDave Says… Rushing into Coding Without Proper Planning Will Lead to Costly Mistakes and Delays

    Effective software projects require thorough planning and architecture before coding begins. Skipping these steps often leads to costly mistakes, delays, and technical debt. A strong foundation improves system maintainability and user satisfaction. Managers should focus on results over constant activity; proper …


    Read More
  • Building Real Apps with GitHub Copilot SDK in C#: End-to-End Patterns and Architecture

    calendar Mar 3, 2026 · devleader.ca
    Building Real Apps with GitHub Copilot SDK in C#: End-to-End Patterns and Architecture

    Building real apps with GitHub Copilot SDK in C#: master app architecture patterns, CLI tools, ASP.NET Core APIs, and console agents in .NET. Link to article: https://www.devleader.ca/2026/03/03/building-real-apps-with-github-copilot-sdk-in-c-endtoend-patterns-and-architecture


    Read More
  • AutoMapper 16.1 and MediatR 14.1 Released

    calendar Mar 3, 2026 · jimmybogard.com
    AutoMapper 16.1 and MediatR 14.1 Released

    Today I released AutoMapper 16.1 and MediatR 14.1 (as part of now regular quarterly releases):AutoMapper Release NotesMediatR Release NotesAutoMapper added some interesting features, allowing for factories and conditions to use dependencies (previously only allowing Func-based callbacks. On the MediatR side, we added …


    Read More
  • Azure Developer CLI (azd): One command to swap Azure App Service slots

    calendar Mar 3, 2026 · devblogs.microsoft.com
    Azure Developer CLI (azd): One command to swap Azure App Service slots

    Swap deployment slots from your terminal—azd already knows your app. Azure App Service deployment slots let you stage changes and swap them into production with zero downtime. With azd, you can Link to article: https://devblogs.microsoft.com/azure-sdk/azd-appservice-swap


    Read More
  • Announcing Docker Hardened System Packages

    calendar Mar 3, 2026 · docker.com
    Announcing Docker Hardened System Packages

    Your Package Manager, Now with a Security Upgrade Last December, we made Docker Hardened Images (DHI) free because we believe secure, minimal, production-ready images should be the default. Every developer deserves strong security at no cost. It should not be complicated or locked behind a paywall. From the start, …


    Read More
  • Unlocking document understanding with Mistral Document AI in Microsoft Foundry

    calendar Mar 3, 2026 · azure.microsoft.com/en-us/blog
    Unlocking document understanding with Mistral Document AI in Microsoft Foundry

    Enterprises today face a familiar yet formidable challenge: mountains of documents -contracts, invoices, reports, forms - remain locked in unstructured formats. Traditional OCR (optical character recognition) captures text, but often struggles with context, layout complexity, or multilingual content. The result? Slow …


    Read More
  • Building a scalable virtual try-on solution using Amazon Nova on AWS: part 1

    calendar Mar 3, 2026 · aws.amazon.com/blogs/machine-learning
    Building a scalable virtual try-on solution using Amazon Nova on AWS: part 1

    In this post, we explore the virtual try-on capability now available in Amazon Nova Canvas, including sample code to get started quickly and tips to help get the best outputs. Link to article: https://aws.amazon.com/blogs/machine-learning/building-a-scalable-virtual-try-on-solution-using-amazon-nova-on-aws-part-1/


    Read More
  • How Lendi revamped the refinance journey for its customers using agentic AI in 16 weeks using Amazon Bedrock

    calendar Mar 3, 2026 · aws.amazon.com/blogs/machine-learning
    How Lendi revamped the refinance journey for its customers using agentic AI in 16 weeks using Amazon Bedrock

    This post details how Lendi Group built their AI-powered Home Loan Guardian using Amazon Bedrock, the challenges they faced, the architecture they implemented, and the significant business outcomes they’ve achieved. Their journey offers valuable insights for organizations that want to use generative AI to transform …


    Read More
  • How Tines enhances security analysis with Amazon Quick Suite

    calendar Mar 3, 2026 · aws.amazon.com/blogs/machine-learning
    How Tines enhances security analysis with Amazon Quick Suite

    In this post, we show you how to connect Quick Suite with Tines to securely retrieve, analyze, and visualize enterprise data from any security or IT system. We walk through an example that uses a MCP server in Tines to retrieve data from various tools, such as AWS CloudTrail, Okta, and VirusTotal, to remediate security …


    Read More
  • Just for fun: A survey of write protect notches on floppy disks and other media

    calendar Mar 3, 2026 · devblogs.microsoft.com
    Just for fun: A survey of write protect notches on floppy disks and other media

    As you may have noticed, sometimes I waste time Link to article: https://devblogs.microsoft.com/oldnewthing/20260303-00/?p=112104


    Read More
  • Prototype Design Pattern in C#: Complete Guide with Examples

    calendar Mar 3, 2026 · devleader.ca
    Prototype Design Pattern in C#: Complete Guide with Examples

    Prototype design pattern in C#: complete guide with code examples, implementation, and best practices for object cloning and creational design patterns. Link to article: https://www.devleader.ca/2026/03/03/prototype-design-pattern-in-c-complete-guide-with-examples


    Read More
  • Why IEnumerable Can Kill Performance in Hot Paths

    calendar Mar 3, 2026 · blog.elmah.io
    Why IEnumerable Can Kill Performance in Hot Paths

    For F1 racing, choosing the right car is as important as your expertise. No matter how skilled you are, if you race in an ordinary car, you can't stand out. You need to understand the race and use the F1 racing car. The same goes for programming. Going Link to article: …


    Read More
  • Python for .NET devs: Introduction, virtual environments, package management, and execution lifecycle

    calendar Mar 3, 2026 · code4it.dev
    Python for .NET devs: Introduction, virtual environments, package management, and execution lifecycle

    Are you a .NET developer looking to learn Python? Me too! In this article we draw parallels between Python and .NET basic concepts, exploring virtual environments, package management with pip, and the execution lifecycle. Link to article: https://www.code4it.dev/python-for-dotnet-developers/intro-to-python/


    Read More
  • Getting Started with GitHub Copilot SDK in C#: Installation, Setup, and First Conversation

    calendar Mar 2, 2026 · devleader.ca
    Getting Started with GitHub Copilot SDK in C#: Installation, Setup, and First Conversation

    Getting started with GitHub Copilot SDK in C#: master installation, CopilotClient setup, streaming responses, and build your first .NET AI app. Link to article: https://www.devleader.ca/2026/03/02/getting-started-with-github-copilot-sdk-in-c-installation-setup-and-first-conversation


    Read More
  • What questions will you ask your data agent?

    calendar Mar 2, 2026 · devblogs.microsoft.com
    What questions will you ask your data agent?

    Since release 1.7, Data API builder (DAB) has had MCP support to securely provide agents access to your production data. To support small and massive databases, DAB consolidates operations into five, shared MCP tools that safely Create, Read, Update, and Delete. These are specifically designed to reduce token context …


    Read More
  • What sort of horrible things happen if my dialog has a non-button with the control ID of IDCANCEL?

    calendar Mar 2, 2026 · devblogs.microsoft.com
    What sort of horrible things happen if my dialog has a non-button with the control ID of <code>IDCANCEL</code>?

    I noted in the bonus chatter that if you have a control whose ID is IDCANCEL, it had better be a button if you know what's good for you. Shawn Keene doesn't know what's go Link to article: https://devblogs.microsoft.com/oldnewthing/20260302-53/?p=112098


    Read More
  • The JavaScript AI Build-a-thon Season 2 starts today!

    calendar Mar 2, 2026 · devblogs.microsoft.com
    The JavaScript AI Build-a-thon Season 2 starts today!

    Most applications used by millions of people every single day are powered by JavaScript/TypeScript. But when it comes to AI, most learning resources and code samples assume you're working in Python and will leave you trying to stitch scattered tutorials together to build AI into your stack. The JavaScript AI …


    Read More
  • Building specialized AI without sacrificing intelligence: Nova Forge data mixing in action

    calendar Mar 2, 2026 · aws.amazon.com/blogs/machine-learning
    Building specialized AI without sacrificing intelligence: Nova Forge data mixing in action

    In this post, we share results from the AWS China Applied Science team's comprehensive evaluation of Nova Forge using a challenging Voice of Customer (VOC) classification task, benchmarked against open-source models. Link to article: …


    Read More
  • Windows App Development CLI v0.2: .NET support, manifest placeholders, "winapp store" and more!

    calendar Mar 2, 2026 · devblogs.microsoft.com
    Windows App Development CLI v0.2: .NET support, manifest placeholders, "winapp store" and more!

    Link to article: https://devblogs.microsoft.com/ifdef-windows/windows-app-development-cli-v0-2-net-support-manifest-placeholders-winapp-store-and-more


    Read More
  • Build a serverless conversational AI agent using Claude with LangGraph and managed MLflow on Amazon SageMaker AI

    calendar Mar 2, 2026 · aws.amazon.com/blogs/machine-learning
    Build a serverless conversational AI agent using Claude with LangGraph and managed MLflow on Amazon SageMaker AI

    This post explores how to build an intelligent conversational agent using Amazon Bedrock, LangGraph, and managed MLflow on Amazon SageMaker AI. Link to article: https://aws.amazon.com/blogs/machine-learning/build-a-serverless-conversational-ai-agent-using-claude-with-langgraph-and-managed-mlflow-on-amazon-sagemaker-ai/ …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top