.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Power up your ML workflows with interactive IDEs on SageMaker HyperPod

    calendar Nov 24, 2025 · aws.amazon.com/blogs/machine-learning
    Power up your ML workflows with interactive IDEs on SageMaker HyperPod

    Amazon SageMaker HyperPod clusters with Amazon Elastic Kubernetes Service (EKS) orchestration now support creating and managing interactive development environments such as JupyterLab and open source Visual Studio Code, streamlining the ML development lifecycle by providing managed environments for familiar tools to …


    Read More
  • Security that moves fast: Docker’s response to Shai Hulud 2.0

    calendar Nov 24, 2025 · docker.com
    Security that moves fast: Docker’s response to Shai Hulud 2.0

    On November 21, 2025, security researchers detected the beginning of what would become one of the most aggressive npm supply chain attacks to date. The Shai Hulud 2.0 campaign compromised over 25,000 GitHub repositories within 72 hours, targeting packages from major organizations including Zapier, ENS Domains, PostHog, …


    Read More
  • Claude Opus 4.5 now in Amazon Bedrock

    calendar Nov 24, 2025 · aws.amazon.com/blogs/machine-learning
    Claude Opus 4.5 now in Amazon Bedrock

    Anthropic's newest foundation model, Claude Opus 4.5, is now available in Amazon Bedrock, a fully managed service that offers a choice of high-performing foundation models from leading AI companies. In this post, I'll show you what makes this model different, walk through key business applications, and demonstrate how …


    Read More
  • Deploy GPT-OSS models with Amazon Bedrock Custom Model Import

    calendar Nov 24, 2025 · aws.amazon.com/blogs/machine-learning
    Deploy GPT-OSS models with Amazon Bedrock Custom Model Import

    In this post, we show how to deploy the GPT-OSS-20B model on Amazon Bedrock using Custom Model Import while maintaining complete API compatibility with your current applications. Link to article: https://aws.amazon.com/blogs/machine-learning/deploy-gpt-oss-models-with-amazon-bedrock-custom-model-import/


    Read More
  • MSSQL Extension for VS Code: Introducing Edit Data (Public Preview)

    calendar Nov 24, 2025 · devblogs.microsoft.com
    MSSQL Extension for VS Code: Introducing Edit Data (Public Preview)

    Overview Working with table data is an essential part of database development — whether you’re validating behavior, debugging issues, or quickly seeding data. But switching between tools or writing repetitive T-SQL statements can slow down your workflow. Link to article: …


    Read More
  • The Ultimate KMP Watchlist: Level Up Your Skills in 10 Talks

    calendar Nov 24, 2025 · blog.jetbrains.com
    The Ultimate KMP Watchlist: Level Up Your Skills in 10 Talks

    The best way to skip the “beginner mistakes” phase is to learn from the teams who have already solved them at scale. For Week 3 of KMP Level Up, we’ve curated the Top 10 KotlinConf talks that cover the full spectrum of adoption, from massive production case studies to deep dives into the compiler. Whether […] Link to …


    Read More
  • New release cadence and support lifecycle for Microsoft C++ Build Tools

    calendar Nov 24, 2025 · devblogs.microsoft.com
    New release cadence and support lifecycle for Microsoft C++ Build Tools

    Starting with Visual Studio 2026, we are introducing a new support lifecycle for the Microsoft C++ (MSVC) Build Tools. We are also updating the MSVC release cadence. As Visual Studio moves to a Modern Link to article: https://devblogs.microsoft.com/cppblog/new-release-cadence-and-support-lifecycle-for-msvc-build-tools


    Read More
  • Visual Studio – Built for the Speed of Modern Development

    calendar Nov 24, 2025 · devblogs.microsoft.com
    Visual Studio – Built for the Speed of Modern Development

    The release of Visual Studio 2026 two weeks ago marks the next evolution in Microsoft’s 50-year commitment to deliver the tools that developers love and enterprises trust, built to move at the pace of modern development. Software development is moving faster than ever, and Visual Studio is evolving right along with …


    Read More
  • Why does XAML break down when I have an element that is half a billion pixels tall?

    calendar Nov 24, 2025 · devblogs.microsoft.com
    Why does XAML break down when I have an element that is half a billion pixels tall?

    A customer reported that their program encountered rendering problems when they created elements that were a half billion pixels tall, and they wondered why this was happening. A half billion pixels is an awful lot of pixels. At 96 pixels per inch, that gives you an element whose height is over 82 miles (132 km). There …


    Read More
  • Amper Update, November 2025 – Extensibility Preview

    calendar Nov 24, 2025 · blog.jetbrains.com
    Amper Update, November 2025 – Extensibility Preview

    Amper 0.9.0 is out, and it brings the first version of our extensibility prototype! Read on for all of the details, and see the release notes for the full list of changes and bug fixes. To get support for Amper’s latest features, use IntelliJ IDEA 2025.3 Beta (or newer). New Amper website We revamped our […] Link to …


    Read More
  • SharePoint Site Creation in Microsoft Graph

    calendar Nov 24, 2025 · devblogs.microsoft.com
    SharePoint Site Creation in Microsoft Graph

    The SharePoint team is excited to (finally) bring Site Collection creation to Graph! Starting in Microsoft Graph beta you can now create new site collections! But that’s not all! Creating site collections through older APIs required that your application have Si Link to article: …


    Read More
  • Scaling Kotlin Adoption Across Your Organization

    calendar Nov 24, 2025 · blog.jetbrains.com
    Scaling Kotlin Adoption Across Your Organization

    Guest post by Urs Peter, Senior Software Engineer and JetBrains-certified Kotlin Trainer. For readers who’d like a more structured way to build Kotlin skills, Urs also leads the Kotlin Upskill Program at Xebia Academy. This is the fifth post in The Ultimate Guide to Successfully Adopting Kotlin in a Java-Dominated …


    Read More
  • Introducing shopping research in ChatGPT

    calendar Nov 24, 2025 · openai.com/blog
    Introducing shopping research in ChatGPT

    Shopping research in ChatGPT helps you explore, compare, and discover products with personalized buyer’s guides that simplify decision-making Link to article: https://openai.com/index/chatgpt-shopping-research


    Read More
  • Defensive Programming Rule #5: Let the Compiler Work for You — Harness the Power of Type Checking

    calendar Nov 23, 2025 · dotnettips.wordpress.com
    Defensive Programming Rule #5: Let the Compiler Work for You — Harness the Power of Type Checking

    The excerpt discusses coding standards highlighted in "Rock Your Code: Coding Standards for Microsoft .NET," emphasizing the pitfalls of using numerous public fields in a class. It advocates for strong typing, proper encapsulation, and input validation to enhance object integrity. The author underscores the …


    Read More
  • How To Automate Azure Naming Conventions with the Build5Nines/naming/azure Terraform Module

    calendar Nov 23, 2025 · build5nines.com
    How To Automate Azure Naming Conventions with the Build5Nines/naming/azure Terraform Module

    Naming resources in Azure shouldn’t feel like deciphering ancient hieroglyphics. Yet, without a solid standard, names can quickly become inconsistent, confusing, and downright chaotic. The result? A messy Azure environment that’s hard to search, manage, and govern. This guide will show you exactly how to establish and …


    Read More
  • The False Comfort of the "Happy Path": Decoupling Your Services

    calendar Nov 22, 2025 · milanjovanovic.tech
    The False Comfort of the "Happy Path": Decoupling Your Services

    Coupling isn't just about code structure; it's about failure boundaries. Discover how to ensure your critical business logic survives when external dependencies like email or analytics go down. Link to article: https://www.milanjovanovic.tech/blog/the-false-comfort-of-the-happy-path-decoupling-your-services


    Read More
  • The Rising Importance of Governance at SwampUP Berlin 2025

    calendar Nov 21, 2025 · docker.com
    The Rising Importance of Governance at SwampUP Berlin 2025

    On November 12-14, the Docker team was out in numbers at JFrog SwampUP Berlin 2025. We joined technical sessions, put on a fireside chat, and had conversations with attendees there. We’d like to thank the folks at JFrog for having us there and putting on such a great show! Here's our takeaways from the event about …


    Read More
  • Streamline AI operations with the Multi-Provider Generative AI Gateway reference architecture

    calendar Nov 21, 2025 · aws.amazon.com/blogs/machine-learning
    Streamline AI operations with the Multi-Provider Generative AI Gateway reference architecture

    In this post, we introduce the Multi-Provider Generative AI Gateway reference architecture, which provides guidance for deploying LiteLLM into an AWS environment to streamline the management and governance of production generative AI workloads across multiple model providers. This centralized gateway solution addresses …


    Read More
  • Announcing OData .NET (ODL) 9 Preview 3 Release

    calendar Nov 21, 2025 · devblogs.microsoft.com
    Announcing OData .NET (ODL) 9 Preview 3 Release

    We’re happy to announce that OData .NET (ODL) 9 Preview 3 has been officially released and is available on NuGet: Microsoft.OData.Core 9.0.0 Preview 3 Link to article: https://devblogs.microsoft.com/odata/announcing-odata-net-odl-9-preview-3-release


    Read More
  • Ignite 2025: A Developer’s Guide to Building Agents for Microsoft 365

    calendar Nov 21, 2025 · devblogs.microsoft.com
    Ignite 2025: A Developer’s Guide to Building Agents for Microsoft 365

    Ignite 2025 brought many innovations for developers building agents for Microsoft 365. From new capabilities in Declarative Agents and Custom Engine Agents to the introduction of Microsoft Agent 365, the platform now enables organizations to arch Link to article: …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top