.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Python Unplugged on PyTV: Key Takeaways From Our Community Conference

    calendar May 7, 2026 · blog.jetbrains.com
    Python Unplugged on PyTV: Key Takeaways From Our Community Conference

    What happens when a global community with a love for Python meets a splash of 90s nostalgia? You get Python Unplugged on PyTV, our first-ever fully online community conference. On March 4, 2026, Python Unplugged on PyTV set out to capture the magic of a full, in-person conference experience for people watching remotely …


    Read More
  • Parloa builds service agents customers want to talk to

    calendar May 7, 2026 · openai.com/blog
    Parloa builds service agents customers want to talk to

    Parloa leverages OpenAI models to power scalable, voice-driven AI customer service agents, enabling enterprises to design, simulate, and deploy reliable, real-time interactions. Link to article: https://openai.com/index/parloa


    Read More
  • Advancing voice intelligence with new models in the API

    calendar May 7, 2026 · openai.com/blog
    Advancing voice intelligence with new models in the API

    Explore new realtime voice models in the OpenAI API that can reason, translate, and transcribe speech, enabling more natural and intelligent voice experiences. Link to article: https://openai.com/index/advancing-voice-intelligence-with-new-models-in-the-api


    Read More
  • How to Make Code Highlighting-Friendly

    calendar May 7, 2026 · blog.jetbrains.com
    How to Make Code Highlighting-Friendly

    This article introduces the notion of highlighting complexity and provides recipes for making your code highlighting-friendly, resulting in faster, more efficient highlighting. Code style is not just for style – it impacts the physical world! The benefits of highlighting-friendly code include: Better responsiveness …


    Read More
  • SQL query generation from natural language

    calendar May 7, 2026 · devblogs.microsoft.com
    SQL query generation from natural language

    Introduction Converting natural language questions to SQL is valuable but difficult. At first glance, given a question and a database schema, generating correct SQL seems straightforward. In reality, it is complex. LLMs must understand table relationships, disambiguate terminology, apply correct joins, and handle …


    Read More
  • Introducing Trusted Contact in ChatGPT

    calendar May 7, 2026 · openai.com/blog
    Introducing Trusted Contact in ChatGPT

    Introducing Trusted Contact in ChatGPT, an optional safety feature that notifies someone you trust if serious self-harm concerns are detected. Link to article: https://openai.com/index/introducing-trusted-contact-in-chatgpt


    Read More
  • Testing ads in ChatGPT

    calendar May 7, 2026 · openai.com/blog
    Testing ads in ChatGPT

    OpenAI begins testing ads in ChatGPT to support free access, with clear labeling, answer independence, strong privacy protections, and user control. Link to article: https://openai.com/index/testing-ads-in-chatgpt


    Read More
  • C# Regex Replace and Split: MatchEvaluator, EnumerateSplits, and Substitutions

    calendar May 6, 2026 · devleader.ca
    C# Regex Replace and Split: MatchEvaluator, EnumerateSplits, and Substitutions

    Master C# Regex Replace and Split with MatchEvaluator delegates, substitution syntax, and .NET 8 EnumerateSplits for zero-allocation text processing. Link to article: https://www.devleader.ca/2026/05/06/c-regex-replace-and-split-matchevaluator-enumeratesplits-and-substitutions


    Read More
  • From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

    calendar May 6, 2026 · devblogs.microsoft.com
    From Local to Production: Deploy Your Microsoft Agent Framework Agent with Foundry Hosted Agents

    Once you have your Microsoft Agent Framework (MAF) agent or workflow happily running locally on your dev machine, it's time to decide how to deploy your agent to production, monitor it, evaluate it and version it. These decisions are just as important as getting the agent running. Link to article: …


    Read More
  • IntelliJ IDEA 2025.3.5 is Out!

    calendar May 6, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2025.3.5 is Out!

    We’ve just released IntelliJ IDEA 2025.3.5. This version includes performance improvements for Spring projects – specifically for users who haven’t yet updated to v2026.1: You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from …


    Read More
  • Durable Workflows in the Microsoft Agent Framework

    calendar May 6, 2026 · devblogs.microsoft.com
    Durable Workflows in the Microsoft Agent Framework

    The Microsoft Agent Framework (MAF) is an open-source, multi-language framework for building, orchestrating, and deploying AI agents. Since its preview announcement, the framework has Link to article: https://devblogs.microsoft.com/dotnet/durable-workflows-in-microsoft-agent-framework


    Read More
  • Visual Studio Code 1.119

    calendar May 6, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.119

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


    Read More
  • GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

    calendar May 6, 2026 · devblogs.microsoft.com
    GitHub Copilot Modernize 101 is live on the Microsoft Developer Channel

    Modernization used to be something you avoided until you couldn’t anymore. A big rewrite. A long migration plan. A risky cutover. Something you’d maybe do once every few years—if you had to. That mod Link to article: …


    Read More
  • Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation

    calendar May 6, 2026 · devblogs.microsoft.com
    Announcing the Public Preview of Azure Cosmos DB Shell: Open-Source Power Meets AI-Driven Database Automation

    Today, we're thrilled to announce the public preview of Azure Cosmos DB Shell – a powerful, open-source command-line interface that revolutionizes how developers interact with their Azure Cosmos DB databases. With integrated Model Context Protocol (MCP) server support, native agentic capabilities, and bash Link to …


    Read More
  • Cost effective deployment of vision-language models for pet behavior detection on AWS Inferentia2

    calendar May 6, 2026 · aws.amazon.com/blogs/machine-learning
    Cost effective deployment of vision-language models for pet behavior detection on AWS Inferentia2

    Tomofun, the Taiwan-headquartered pet-tech startup behind the Furbo Pet Camera, is redefining how pet owners interact with their pets remotely. To reduce costs and maintain accuracy, Tomofun turned to EC2 Inf2 instances powered by AWS Inferentia2, the Amazon purpose-built AI chips. In this post, we walk through the …


    Read More
  • Bob’s Used Books: Build a .NET Serverless Application on AWS – Part 3: Infrastructure as Code and Development Patterns

    calendar May 6, 2026 · aws.amazon.com/blogs/dotnet
    Bob’s Used Books: Build a .NET Serverless Application on AWS – Part 3: Infrastructure as Code and Development Patterns

    Introduction Infrastructure as Code and development patterns reduce common challenges when building .NET serverless applications. Managing infrastructure and debugging distributed serverless applications can slow down .NET development. Unfamiliar patterns and boilerplate code make debugging difficult in distributed …


    Read More
  • Developer Ecosystem Survey 2026 – Take Part in One of the Largest Developer Studies

    calendar May 6, 2026 · blog.jetbrains.com
    Developer Ecosystem Survey 2026 – Take Part in One of the Largest Developer Studies

    Since 2017, we’ve been checking in with developers around the world to better understand how the industry is evolving and where software development is headed next. This year marks the tenth edition of the Developer Ecosystem Survey, and we’d love for you to take part. When we launched the first survey, Kotlin was just …


    Read More
  • Why not have changes in API behavior depend on the SDK you link against?

    calendar May 6, 2026 · devblogs.microsoft.com
    Why not have changes in API behavior depend on the SDK you link against?

    Some time ago, I noted that the Co­Initialize­Security function demands an absolute security descriptor, even though many functions in Windows produce self-relat Link to article: https://devblogs.microsoft.com/oldnewthing/20260506-00/?p=112303


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

    calendar May 6, 2026 · devleader.ca
    Facade Pattern Real-World Example in C#: Complete Implementation

    Build a complete facade pattern real-world example in C# with an e-commerce order processing system featuring payment, inventory, and notification subsystems. Link to article: https://www.devleader.ca/2026/05/06/facade-pattern-realworld-example-in-c-complete-implementation


    Read More
  • Run Gemma 4 Locally with GitHub Copilot and VS Code

    calendar May 6, 2026 · build5nines.com
    Run Gemma 4 Locally with GitHub Copilot and VS Code

    Local AI development is getting really interesting. For a long time, using AI coding assistants meant relying almost entirely on cloud-hosted models. You installed an extension, signed in, and your prompts, code context, and completions were handled by a remote model provider. That model was usually powerful, fast, and …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top