.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Reinforcement fine-tuning on Amazon Bedrock with OpenAI-Compatible APIs: a technical walkthrough

    calendar Mar 25, 2026 · aws.amazon.com/blogs/machine-learning
    Reinforcement fine-tuning on Amazon Bedrock with OpenAI-Compatible APIs: a technical walkthrough

    In this post, we walk through the end-to-end workflow of using RFT on Amazon Bedrock with OpenAI-compatible APIs: from setting up authentication, to deploying a Lambda-based reward function, to kicking off a training job and running on-demand inference on your fine-tuned model. Link to article: …


    Read More
  • Visual Studio Code 1.113

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.113

    Learn what's new in Visual Studio Code 1.113 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.113


    Read More
  • Best CI Tools for 2026: What the Data Actually Shows

    calendar Mar 25, 2026 · blog.jetbrains.com
    Best CI Tools for 2026: What the Data Actually Shows

    Continuous integration (CI) and continuous delivery or deployment (CD) are core DevOps practices that help teams improve code quality by giving fast, reliable feedback on every code change. With a well-established CI/CD process in place, software development teams can release more frequently, deliver value to users …


    Read More
  • Multi-Agent Orchestration in Microsoft Agent Framework in C#

    calendar Mar 25, 2026 · devleader.ca
    Multi-Agent Orchestration in Microsoft Agent Framework in C#

    Master multi-agent orchestration in Microsoft Agent Framework in C# with a real research app. Revision loops, quality gates, and context passing explained. Link to article: https://www.devleader.ca/2026/03/25/multiagent-orchestration-in-microsoft-agent-framework-in-c


    Read More
  • Expanding Our Core Web Development Support in PyCharm 2026.1

    calendar Mar 25, 2026 · blog.jetbrains.com
    Expanding Our Core Web Development Support in PyCharm 2026.1

    With PyCharm 2026.1, our core IDE experience continues to evolve as we’re bringing a broader set of professional-grade web tools to all users for free. Everyone, from beginners to backend-first developers, is getting access to a substantial set of JavaScript, TypeScript, and CSS features that were previously only …


    Read More
  • WebStorm 2026.1: Service-powered TypeScript Engine, Junie, Claude Agent, and Codex in the AI chat, Framework Updates, and More

    calendar Mar 25, 2026 · blog.jetbrains.com
    WebStorm 2026.1: Service-powered TypeScript Engine, Junie, Claude Agent, and Codex in the AI chat, Framework Updates, and More

    WebStorm 2026.1 is now available! This release focuses on the everyday web development workflows where IDE support matters most, helping you stay productive in large TypeScript projects, making it easy to keep up with frameworks that evolve quickly, and bringing AI tools into the IDE so you don’t have to switch …


    Read More
  • IntelliJ IDEA 2026.1 Is Out!

    calendar Mar 25, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.1 Is Out!

    IntelliJ IDEA 2026.1 is here, and it comes packed with an array of new features and enhancements to elevate your coding experience! You can download this latest release from our website or update to it directly from inside the IDE, via the free Toolbox App, or using snap packages for Ubuntu. As always, all new features …


    Read More
  • How can I change a dialog box's message loop to do a Msg­Wait­For­Multiple­Objects instead of Get­Message?

    calendar Mar 25, 2026 · devblogs.microsoft.com
    How can I change a dialog box's message loop to do a <code>Msg­Wait­For­Multiple­Objects</code> instead of <code>Get­Message</code>?

    A customer wanted to know how to change a dialog box's message loop so that it used Msg­Wait­For­Multiple­Objects instead of Get­Message. (I'm guessing that they had a handle that they wanted to wait on while the dialog was up.) The standard dialog box message loop checks only for messages, not kernel handles. Link to …


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

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

    Singleton pattern real-world example in C#: complete implementation of a configuration manager with thread-safe initialization, code examples, and practical use case demonstration. Link to article: https://www.devleader.ca/2026/03/25/singleton-pattern-realworld-example-in-c-complete-implementation


    Read More
  • What’s fixed in IntelliJ IDEA 2026.1

    calendar Mar 25, 2026 · blog.jetbrains.com
    What’s fixed in IntelliJ IDEA 2026.1

    Welcome to the overview of fixes and improvements in IntelliJ IDEA 2026.1. In this release, we have resolved over 1,000 bugs and usability issues, including 334 reported by users. Below are the most impactful changes that will help you work with greater confidence every day. Performance We continue to prioritize …


    Read More
  • Inside our approach to the Model Spec

    calendar Mar 25, 2026 · openai.com/blog
    Inside our approach to the Model Spec

    Learn how OpenAI’s Model Spec serves as a public framework for model behavior, balancing safety, user freedom, and accountability as AI systems advance. Link to article: https://openai.com/index/our-approach-to-the-model-spec


    Read More
  • SharePoint Framework (SPFx) roadmap update – March 2026

    calendar Mar 25, 2026 · devblogs.microsoft.com
    SharePoint Framework (SPFx) roadmap update – March 2026

    March 2026 continues the momentum for the SharePoint Framework and the broader Microsoft 365 ecosystem, with a strong mix of platform progress, community energy, and clear signals about where SPFx is heading next. As we move deeper into the year, SPFx remains a critical foundation for modern e Link to article: …


    Read More
  • Your Entire Engineering Floor Just Stopped Coding

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Your Entire Engineering Floor Just Stopped Coding

    And the developers running Claude Code and GitHub Copilot CLI didn't notice... [caption id="attachment_2050" align="aligncenter" width="1200"] Link to article: https://devblogs.microsoft.com/all-things-azure/your-entire-engineering-floor-just-stopped-coding


    Read More
  • Designing for Eventual Consistency for Microsoft Entra

    calendar Mar 25, 2026 · devblogs.microsoft.com
    Designing for Eventual Consistency for Microsoft Entra

    Microsoft Entra is a globally distributed service that provides identity and access management to millions of customers world-wide. To scale reliably and remain resilient during failures, Microsoft Entra uses an eventually consistent directory model. Key takeaway A successful write to Microsoft Entra does not guarantee …


    Read More
  • Introducing the OpenAI Safety Bug Bounty program

    calendar Mar 25, 2026 · openai.com/blog
    Introducing the OpenAI Safety Bug Bounty program

    OpenAI launches a Safety Bug Bounty program to identify AI abuse and safety risks, including agentic vulnerabilities, prompt injection, and data exfiltration. Link to article: https://openai.com/index/safety-bug-bounty


    Read More
  • Build an ASP.NET Core AI Assistant API with GitHub Copilot SDK in C#

    calendar Mar 24, 2026 · devleader.ca
    Build an ASP.NET Core AI Assistant API with GitHub Copilot SDK in C#

    Build an ASP.NET Core AI Assistant API with GitHub Copilot SDK in C#. Learn CopilotService as IHostedService, Channel-bridged SSE streaming, and AIFunctionFactory tools in a minimal API. Link to article: https://www.devleader.ca/2026/03/24/build-an-aspnet-core-ai-assistant-api-with-github-copilot-sdk-in-c


    Read More
  • Deploy SageMaker AI inference endpoints with set GPU capacity using training plans

    calendar Mar 24, 2026 · aws.amazon.com/blogs/machine-learning
    Deploy SageMaker AI inference endpoints with set GPU capacity using training plans

    In this post, we walk through how to search for available p-family GPU capacity, create a training plan reservation for inference, and deploy a SageMaker AI inference endpoint on that reserved capacity. We follow a data scientist's journey as they reserve capacity for model evaluation and manage the endpoint throughout …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top