.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • 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 agenda features Microsoft engineers, product team leaders, and members of the global developer community sharing real-world solutions, deep …


    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
  • 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
  • Build Strands Agents with SageMaker AI models and MLflow

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    Build Strands Agents with SageMaker AI models and MLflow

    In this post, we demonstrate how to build AI agents using Strands Agents SDK with models deployed on SageMaker AI endpoints. You will learn how to deploy foundation models from SageMaker JumpStart, integrate them with Strands Agents, and establish production-grade observability using SageMaker Serverless MLflow for …


    Read More
  • How Popsa used Amazon Nova to inspire customers with personalised title suggestions

    calendar Apr 27, 2026 · aws.amazon.com/blogs/machine-learning
    How Popsa used Amazon Nova to inspire customers with personalised title suggestions

    In this post, we share how we applied Amazon Bedrock and the Amazon Nova family of models to reimagine our Title Suggestion feature. By combining metadata, computer vision, and retrieval-augmented generative AI, we now automatically generate creative, brand-aligned titles and subtitles across 12 languages. Using the …


    Read More
  • Looking at consequences of passing too few register parameters to a C function on various architectures

    calendar Apr 27, 2026 · devblogs.microsoft.com
    Looking at consequences of passing too few register parameters to a C function on various architectures

    In our exploration of calling conventions for various processors on Windows, we learned that in many cases, some of the parameters are passed in registers. Suppose that there is a function that takes two parameters, but you know that the function ignores the second parameter if the first parameter is positive. What …


    Read More
  • OpenAI available at FedRAMP Moderate

    calendar Apr 27, 2026 · openai.com/blog
    OpenAI available at FedRAMP Moderate

    OpenAI is available at FedRAMP Moderate authorization for ChatGPT Enterprise and the OpenAI API, enabling secure AI adoption for U.S. federal agencies. Link to article: https://openai.com/index/openai-available-at-fedramp-moderate


    Read More
  • JetBrains Annual Highlights 2026 Are Here!

    calendar Apr 27, 2026 · blog.jetbrains.com
    JetBrains Annual Highlights 2026 Are Here!

    In our industry, things move fast. There is always something new, something changing, or something worth keeping an eye on. Here is our look back at what happened at JetBrains in 2025, in a news-style recap: JetBrains continues to evolve alongside the software development landscape, helping individuals and …


    Read More
  • State vs Strategy Pattern in C#: Key Differences Explained

    calendar Apr 27, 2026 · devleader.ca
    State vs Strategy Pattern in C#: Key Differences Explained

    Compare state vs strategy pattern in C# with side-by-side code examples, key behavioral differences, and guidance on when to use each. Link to article: https://www.devleader.ca/2026/04/27/state-vs-strategy-pattern-in-c-key-differences-explained


    Read More
  • The next phase of the Microsoft OpenAI partnership

    calendar Apr 27, 2026 · openai.com/blog
    The next phase of the Microsoft OpenAI partnership

    OpenAI and Microsoft announce an amended agreement that simplifies the partnership, adds long-term clarity, and supports continued AI innovation at scale. Link to article: https://openai.com/index/next-phase-of-microsoft-partnership


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top