.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • High-Performance Distributed Caching with .NET and Postgres on Azure

    calendar Apr 28, 2026 · devblogs.microsoft.com
    High-Performance Distributed Caching with .NET and Postgres on Azure

    In the world of modern .NET development, applications need to maintain high throughput, scale rapidly, and most importantly, deliver performance and responsiveness in all circumstances. This becomes increasingly difficult as functional complexity increases, data sources expand, and we contend with ever-evolving …


    Read More
  • NVIDIA Nemotron 3 Nano Omni model now available on Amazon SageMaker JumpStart

    calendar Apr 28, 2026 · aws.amazon.com/blogs/machine-learning
    NVIDIA Nemotron 3 Nano Omni model now available on Amazon SageMaker JumpStart

    Today, we are excited to announce the day zero availability of NVIDIA Nemotron 3 Nano Omni on Amazon SageMaker JumpStart. In this post, we walk through the model architecture and key capabilities of Nemotron 3 Nano Omni, explore the enterprise use cases it unlocks, and show you how to deploy and run inference using …


    Read More
  • Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    calendar Apr 28, 2026 · blog.jetbrains.com
    Our 2026 Direction: AI and Classic Workflows in JetBrains IDEs

    Two valid ways of writing code. One place to own it. Quick version for AI-news-tired readers: press here There are two ways developers create code now: We don’t think one is better than the other. Our goal is to ensure both workflows can coexist inside JetBrains IDEs without hindering each other. In practice, this …


    Read More
  • Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Developing a cross-process reader/writer lock with limited readers, part 1: A semaphore

    Say you want to have the functionality of a reader/writer lock, but have it work cross-process. The built-in SRWLOCK works only within a single process. Can we build a reader/writer lock that works across processes? For convenience, let's say that you want to support a maximum of N simultaneous readers, for s Link to …


    Read More
  • [Livestream] TeamCity 2026.1: AI, Pipelines, and Enterprise CI/CD Improvements

    calendar Apr 28, 2026 · blog.jetbrains.com
    [Livestream] TeamCity 2026.1: AI, Pipelines, and Enterprise CI/CD Improvements

    TeamCity 2026.1 introduces a set of focused improvements that make your CI/CD more intuitive, intelligent, and enterprise-ready. Join us for a live walkthrough of the latest updates, including support for both the Kotlin DSL and YAML in pipelines. We’ll also introduce the new TeamCity CLI, which includes agent skills …


    Read More
  • How to Implement Facade Pattern in C#: Step-by-Step Guide

    calendar Apr 28, 2026 · devleader.ca
    How to Implement Facade Pattern in C#: Step-by-Step Guide

    Learn how to implement facade pattern in C# with a step-by-step guide covering subsystem identification, interface design, and dependency injection setup. Link to article: https://www.devleader.ca/2026/04/28/how-to-implement-facade-pattern-in-c-stepbystep-guide


    Read More
  • Welcome to Azure Cosmos DB Conf 2026

    calendar Apr 28, 2026 · devblogs.microsoft.com
    Welcome to Azure Cosmos DB Conf 2026

    Today is the day. Azure Cosmos DB Conf 2026, in partnership with AMD, is a free virtual developer event focused on building modern, scalable applications with Azure Cosmos DB. The Link to article: https://devblogs.microsoft.com/cosmosdb/welcome-to-azure-cosmos-db-conf-2026


    Read More
  • PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    calendar Apr 28, 2026 · devblogs.microsoft.com
    PowerToys 0.99 is here: new monitor controls, easier window management, and Dock upgrades

    Link to article: https://devblogs.microsoft.com/commandline/powertoys-0-99-is-here-new-monitor-controls-easier-window-management-and-dock-upgrades


    Read More
  • Popular Go Web Frameworks: A Practical Guide for Developers

    calendar Apr 28, 2026 · blog.jetbrains.com
    Popular Go Web Frameworks: A Practical Guide for Developers

    According to the 2025 Go Developer Survey, 46% of Go developers use the language to build websites and/or web services. It’s therefore unsurprising that the topic of web frameworks frequently pops up in conversation and is often the subject of healthy debate. The GoLand team enters the chat armed with data to answer …


    Read More
  • New features in Git 2.54: easier rebasing, hooks, and statistics

    calendar Apr 28, 2026 · andrewlock.net
    New features in Git 2.54: easier rebasing, hooks, and statistics

    In this post I show some of the new features in Git 2.54 including simple rebases with git history, config-based hooks, and stats with git repo structure Link to article: https://andrewlock.net/new-features-in-git-2-54-easier-rebasing-hooks-and-statistcs/


    Read More
  • Building or Buying: The Agentic Analytics Dilemma

    calendar Apr 28, 2026 · blog.jetbrains.com
    Building or Buying: The Agentic Analytics Dilemma

    Every company, when evaluating new tools, technologies, or infrastructure, eventually runs into the same question: “Should we build this ourselves or buy a ready-made solution?” The default answer is often: “We can do it ourselves.” And technically, that’s true. But the real question isn’t whether it’s possible. It’s …


    Read More
  • Introducing the Skill Manager and Skill Repository

    calendar Apr 28, 2026 · blog.jetbrains.com
    Introducing the Skill Manager and Skill Repository

    Install trusted skills once, then use them across agents and projects. Two new features have just arrived in AI Assistant to address this issue: the skills manager and the skill repository. Together, they make skills easier to discover, trust, and reuse. Instead of keeping skills tied to one agent or project you can …


    Read More
  • OpenAI models, Codex, and Managed Agents come to AWS

    calendar Apr 28, 2026 · openai.com/blog
    OpenAI models, Codex, and Managed Agents come to AWS

    OpenAI GPT models, Codex, and Managed Agents are now available on AWS, enabling enterprises to build secure AI in their AWS environments. Link to article: https://openai.com/index/openai-on-aws


    Read More
  • How to Use Enum in C#: Declaration, Values, and Best Practices

    calendar Apr 27, 2026 · devleader.ca
    How to Use Enum in C#: Declaration, Values, and Best Practices

    Learn how to use enum in C# from scratch. Covers declaring enums, assigning values, casting, comparing, iterating, and the best practices every C# developer should follow. Link to article: https://www.devleader.ca/2026/04/27/how-to-use-enum-in-c-declaration-values-and-best-practices


    Read More
  • Python Environments Extension for VS Code- April Update

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Python Environments Extension for VS Code- April Update

    Python Environments — April 2026 Release We're excited to announce the latest update to the Python Environments extension for Visual Studio Code. This release focuses on startup performance, reliability, Link to article: https://devblogs.microsoft.com/python/python-in-visual-studio-code-april-2026-release


    Read More
  • Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Azure Data Studio is retired: Move your Azure SQL workflow to VS Code in 10 minutes

    Azure Data Studio (ADS) retired on February 6, 2025, and support ended on February 28, 2026. The recommended path forward is Visual Studio Code with the MSSQL extension. If you used ADS daily, this guide gets you productive quickly in VS Code. The focus is on importing your existing setup, restoring familiar shortcuts …


    Read More
  • Automate repetitive tasks with Amazon Quick Flows

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Automate repetitive tasks with Amazon Quick Flows

    This post shows you how to build your first AI-powered workflow, using Amazon Quick, starting with a financial analysis tool and progressing to an advanced employee onboarding automation. Link to article: https://aws.amazon.com/blogs/machine-learning/automate-repetitive-tasks-with-amazon-quick-flows/


    Read More
  • Build and deploy an automatic sync solution for Amazon Bedrock Knowledge Bases

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Build and deploy an automatic sync solution for Amazon Bedrock Knowledge Bases

    In this post, we explore an automated solution that detects S3 events and triggers ingestion jobs while respecting service quotas and providing comprehensive monitoring. This serverless solution uses an event-driven architecture to keep your knowledge base current without overwhelming the Amazon Bedrock APIs. Link to …


    Read More
  • Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Announcing Shader Model 6.10 Preview and AgilitySDK 720 Preview

    Overview Today, we are pleased to announce that Shader Model 6.10 and other features have been officially released with Agility SDK 1.720-preview and complementary DXC 1.10.2605.2. AgilitySDK 1.720-preview exposes the following features. There's more de Link to article: …


    Read More
  • D3D12 LinAlg Matrix Preview

    calendar Apr 27, 2026 · devblogs.microsoft.com
    D3D12 LinAlg Matrix Preview

    Welcome to the D3D12 LinAlg Matrix Preview release! Today, we are excited to announce the preview release for the D3D12 Linear Algebra APIs! This feature set unlocks comprehensive hardware acceleration for Matrix-oriented operations across various use cases. Previously, we announced the Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top