.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • The Critter Stack Gets Even Better at Testing

    calendar Nov 6, 2025 · jeremydmiller.com
    The Critter Stack Gets Even Better at Testing

    My internal code name for one of the new features I’m describing is “multi-stage tracked sessions” which somehow got me thinking of the ZZ Top song “Stages” and their Afterburner album because the sound track for getting this work done this week. Not ZZ Top’s best stuff, but there’s still some bangers on it, or … …


    Read More
  • Roadmap for AI in Visual Studio (November)

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Roadmap for AI in Visual Studio (November)

    Today, we’re excited to share our public roadmap, which outlines the next steps in evolving Visual Studio with AI-powered agentic experiences. With every month, we aim to deliver smarter, faster, and more intuitive tools that enhance your coding experience. Disclaimer: The items outlined here represent ongoing work for …


    Read More
  • How Copilot Studio uses .NET and WebAssembly for performance and innovation

    calendar Nov 5, 2025 · devblogs.microsoft.com
    How Copilot Studio uses .NET and WebAssembly for performance and innovation

    Microsoft Copilot Studio is at the forefront of conversational AI and automation, empowering organizations to build, customize, and manage intelligent copilots and bots for a wide range of enterprise scenarios. As the platform has evolved, so too have the t Link to article: …


    Read More
  • How Amazon Search increased ML training twofold using AWS Batch for Amazon SageMaker Training jobs

    calendar Nov 5, 2025 · aws.amazon.com/blogs/machine-learning
    How Amazon Search increased ML training twofold using AWS Batch for Amazon SageMaker Training jobs

    In this post, we show you how Amazon Search optimized GPU instance utilization by leveraging AWS Batch for SageMaker Training jobs. This managed solution enabled us to orchestrate machine learning (ML) training workloads on GPU-accelerated instance families like P5, P4, and others. We will also provide a step-by-step …


    Read More
  • The Rider 2025.3 Release Candidate Is Now Available

    calendar Nov 5, 2025 · blog.jetbrains.com
    The Rider 2025.3 Release Candidate Is Now Available

    The next big release for Rider is just around the corner! If you’re eager to get a sneak peek, you can download the Release Candidate version of Rider 2025.3 from our website right now. Here are the feature highlights of the Rider 2025.3 RC build: If you encounter any issues when using the Rider 2025.3 […] Link to …


    Read More
  • The ReSharper, .NET Tools, and ReSharper C++ 2025.3 Release Candidates Are Now Available

    calendar Nov 5, 2025 · blog.jetbrains.com
    The ReSharper, .NET Tools, and ReSharper C++ 2025.3 Release Candidates Are Now Available

    Get a preview of all the latest features and improvements set to be shipped with the next major ReSharper by downloading the Release Candidate builds that have just landed. The ReSharper 2025.3 Release Candidate For the full list of changes included in this build, please refer to the issue tracker. dotTrace, dotMemory, …


    Read More
  • Non-recursively deleting a binary tree in constant space: Traversal with parent pointers

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Non-recursively deleting a binary tree in constant space: Traversal with parent pointers

    As a challenge, a colleague of mine told me to find a non-recursive constant-space algorithm for deleting a binary tree.¹ After a moment's thought, I was able to come up with an algorithm. It is often the case that solving a problem is easier once you are told that a solution exists. When I asked the Internet for a …


    Read More
  • dotInsights | November 2025

    calendar Nov 5, 2025 · blog.jetbrains.com
    dotInsights | November 2025

    Did you know? C# includes a feature called “expression-bodied members“, which allows you to define one-line methods, properties, constructors, and destructors in a very concise way. Welcome to dotInsights by JetBrains! This newsletter is the home for recent .NET and software development related information. 🔗 Links …


    Read More
  • Java Annotated Monthly – November 2025

    calendar Nov 5, 2025 · blog.jetbrains.com
    Java Annotated Monthly – November 2025

    This edition is packed with insightful, practical, and curiosity-fueling reads. From hands-on advice to thought-provoking pieces, we’ve gathered a nice selection of stories that will help you stay sharp and inspired in the tech world. We’re also happy to have Josh Long as our featured content author this month! Expect …


    Read More
  • Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Now Available: Sort Geospatial Query Results by ST_Distance in Azure Cosmos DB

    Azure Cosmos DB’s geospatial capabilities just got even better! We're excited to announce that you can now sort query results by distance using an ORDER BY ST_DISTANCE(...) clause in the NoSQL query language while leveraging a spatial index. [video width="1920 Link to article: …


    Read More
  • Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

    calendar Nov 5, 2025 · devblogs.microsoft.com
    Query Advisor for Azure Cosmos DB: Actionable insights to improve performance and cost

    Azure Cosmos DB for NoSQL now features Query Advisor, designed to help you write faster and more efficient queries. Whether you’re optimizing for performance, cost, or scalability, Query Advisor provides actionable recommendations to help you get the most out of your data. Why Query Optimization Matters Azure Cosmos …


    Read More
  • Growing Kotlin Adoption in Your Company

    calendar Nov 5, 2025 · blog.jetbrains.com
    Growing Kotlin Adoption in Your Company

    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 third post in The Ultimate Guide to Successfully Adopting Kotlin in a Java-Dominated …


    Read More
  • 10 Smart Performance Hacks For Faster Python Code

    calendar Nov 5, 2025 · blog.jetbrains.com
    10 Smart Performance Hacks For Faster Python Code

    This is a guest post from Dido Grigorov, a deep learning engineer and Python programmer with 17 years of experience in the field. In the rapidly evolving domain of software development, Python has established itself as a premier language, renowned for its simplicity, readability, and versatility. It underpins a vast …


    Read More
  • Repository pattern vs. Specification pattern: Which is more maintainable?

    calendar Nov 5, 2025 · blog.elmah.io
    Repository pattern vs. Specification pattern: Which is more maintainable?

    When talking about Domain-Driven Design (DDD), the repository pattern becomes a default choice for the data access layer. Another pattern is the Specification pattern that organizes code into smaller objects. The question raised here is which suits your project and which is more maintainable as your project scales? I …


    Read More
  • 1 million business customers putting AI to work

    calendar Nov 5, 2025 · openai.com/blog
    1 million business customers putting AI to work

    More than 1 million business customers around the world now use OpenAI. Across healthcare, life sciences, financial services, and more, ChatGPT and our APIs are driving a new era of intelligent, AI-powered work. Link to article: https://openai.com/index/1-million-businesses-putting-ai-to-work


    Read More
  • A Unified Experience for all Coding Agents

    calendar Nov 5, 2025 · devblogs.microsoft.com
    A Unified Experience for all Coding Agents

    Agents took over VS Code in 2025. We released agent mode for VS Code, integration for the Copilot coding agent, and the new GitHub Copilot CLI. But Copilot is not the only agent game in town. There are now more coding agents than ever, including options from OpenAI and Anthropic. Link to article: …


    Read More
  • Azure Developer CLI: Azure Container Apps Dev-to-Prod Deployment with Layered Infrastructure

    calendar Nov 4, 2025 · devblogs.microsoft.com
    Azure Developer CLI: Azure Container Apps Dev-to-Prod Deployment with Layered Infrastructure

    This post walks through how to implement "build once, deploy everywhere" patterns using Azure Container Apps with the new azd publish and layered infrastructure features in Azure Developer CLI v1.20.0. You'll learn how to deploy the same containerized application across multiple environments with proper …


    Read More
  • Iterate faster with Amazon Bedrock AgentCore Runtime direct code deployment

    calendar Nov 4, 2025 · aws.amazon.com/blogs/machine-learning
    Iterate faster with Amazon Bedrock AgentCore Runtime direct code deployment

    Amazon Bedrock AgentCore is an agentic platform for building, deploying, and operating effective agents securely at scale. Amazon Bedrock AgentCore Runtime is a fully managed service of Bedrock AgentCore, which provides low latency serverless environments to deploy agents and tools. It provides session isolation, …


    Read More
  • Get Ready for .NET Conf 2025!

    calendar Nov 4, 2025 · devblogs.microsoft.com
    Get Ready for .NET Conf 2025!

    .NET Conf 2025 is just one week away! Join us November 11-13 for this free, three-day virtual conference showcasing the latest advancements in the .NET platform, open-source projects, and developer tools - including the official release of .NET 10 and Link to article: …


    Read More
  • PhpStorm Plugins You Might Not Know

    calendar Nov 4, 2025 · blog.jetbrains.com
    PhpStorm Plugins You Might Not Know

    PhpStorm comes with a ton of built-in features, and you can add even more with plugins. They bring new languages, tools, and small improvements that make everyday coding smoother. Many of the best ones come from independent developers. One of them is Dmitrii Derepko, who built several handy tools for working with web …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top