.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Accelerating custom entity recognition with Claude tool use in Amazon Bedrock

    calendar Mar 24, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerating custom entity recognition with Claude tool use in Amazon Bedrock

    This post introduces Claude Tool use in Amazon Bedrock which uses the power of large language models (LLMs) to perform dynamic, adaptable entity recognition without extensive setup or training. Link to article: …


    Read More
  • New Option for Simple Projections in Marten or Polecat

    calendar Mar 24, 2026 · jeremydmiller.com
    New Option for Simple Projections in Marten or Polecat

    JasperFx Software is around and ready to assist you with getting the best possible results using the Critter Stack. The projections model in Marten and now Polecat has evolved quite a bit over the past decade. Consider this simple aggregated projection of data for our QuestParty in our tests: That type is mutable, but …


    Read More
  • Unlock More Power in Your Development Workflow: Syncfusion for Visual Studio Subscribers

    calendar Mar 24, 2026 · devblogs.microsoft.com
    Unlock More Power in Your Development Workflow: Syncfusion for Visual Studio Subscribers

    A few months ago, I was talking with a developer who said something that stuck with me: “I love building apps. I just don’t love rebuilding the same UI controls over and over again.” Link to article: https://devblogs.microsoft.com/visualstudio/syncfusion-for-visual-studio


    Read More
  • Decorator Pattern Real-World Example in C#: Complete Implementation

    calendar Mar 24, 2026 · devleader.ca
    Decorator Pattern Real-World Example in C#: Complete Implementation

    Explore a decorator pattern real-world example in C# with logging, caching, and retry decorators for a production-ready HTTP client service. Link to article: https://www.devleader.ca/2026/03/24/decorator-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Introducing JetBrains Central: An Open System for Agentic Software Development

    calendar Mar 24, 2026 · blog.jetbrains.com
    Introducing JetBrains Central: An Open System for Agentic Software Development

    AI is beginning to change how software is produced. Instead of just assisting developers inside the editor, AI agents now investigate issues, generate code, run tests, and execute multi-step workflows. As this work scales, software development extends beyond individual tools or sessions. It becomes a distributed system …


    Read More
  • Powering product discovery in ChatGPT

    calendar Mar 24, 2026 · openai.com/blog
    Powering product discovery in ChatGPT

    ChatGPT introduces richer, visually immersive shopping powered by the Agentic Commerce Protocol, enabling product discovery, side-by-side comparisons, and merchant integration. Link to article: https://openai.com/index/powering-product-discovery-in-chatgpt


    Read More
  • Update on the OpenAI Foundation

    calendar Mar 24, 2026 · openai.com/blog
    Update on the OpenAI Foundation

    The OpenAI Foundation announces plans to invest at least $1 billion in curing diseases, economic opportunity, AI resilience, and community programs. Link to article: https://openai.com/index/update-on-the-openai-foundation


    Read More
  • 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
  • C# Tip: How to JSON Serialize and Deserialize values as DateTime, DateTimeOffset, DateOnly and TimeOnly

    calendar Mar 24, 2026 · code4it.dev
    C# Tip: How to JSON Serialize and Deserialize values as DateTime, DateTimeOffset, DateOnly and TimeOnly

    Handling dates is never trivial. And handling JSON serialization and deserialization of dates is even more difficult. And, even worse, how can you convert a value as DateTime, DateTimeOffset, DateOnly and TimeOnly? Link to article: https://www.code4it.dev/csharptips/json-serialize-deserialize-dates/


    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
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top