.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Supercharge your EWS migration with AI and GitHub Copilot

    calendar Jul 14, 2025 · devblogs.microsoft.com
    Supercharge your EWS migration with AI and GitHub Copilot

    Are you running apps on Exchange Web Services (EWS)? With EWS support ending in October 2026, this is the perfect time to modernize. We’re excited to announce a new hands-on tutorial that helps you accelerate migrations from EWS to Microsoft Graph, using AI tools you already have access to. This tutorial Link to …


    Read More
  • Build AI-driven policy creation for vehicle data collection and automation using Amazon Bedrock

    calendar Jul 14, 2025 · aws.amazon.com/blogs/machine-learning
    Build AI-driven policy creation for vehicle data collection and automation using Amazon Bedrock

    Sonatus partnered with the AWS Generative AI Innovation Center to develop a natural language interface to generate data collection and automation policies using generative AI. This innovation aims to reduce the policy generation process from days to minutes while making it accessible to both engineers and non-experts …


    Read More
  • How Rapid7 automates vulnerability risk scores with ML pipelines using Amazon SageMaker AI

    calendar Jul 14, 2025 · aws.amazon.com/blogs/machine-learning
    How Rapid7 automates vulnerability risk scores with ML pipelines using Amazon SageMaker AI

    In this post, we share how Rapid7 implemented end-to-end automation for the training, validation, and deployment of ML models that predict CVSS vectors. Rapid7 customers have the information they need to accurately understand their risk and prioritize remediation measures. Link to article: …


    Read More
  • Build secure RAG applications with AWS serverless data lakes

    calendar Jul 14, 2025 · aws.amazon.com/blogs/machine-learning
    Build secure RAG applications with AWS serverless data lakes

    In this post, we explore how to build a secure RAG application using serverless data lake architecture, an important data strategy to support generative AI development. We use Amazon Web Services (AWS) services including Amazon S3, Amazon DynamoDB, AWS Lambda, and Amazon Bedrock Knowledge Bases to create a …


    Read More
  • AI-Powered Testing: Using Docker Model Runner with Microcks for Dynamic Mock APIs

    calendar Jul 14, 2025 · docker.com
    AI-Powered Testing: Using Docker Model Runner with Microcks for Dynamic Mock APIs

    The non-deterministic nature of LLMs makes them ideal for generating dynamic, rich test data, perfect for validating app behavior and ensuring consistent, high-quality user experiences. Today, we’ll walk you through how to use Docker’s Model Runner with Microcks to generate dynamic mock APIs for testing your …


    Read More
  • Announcing Cosmos DB in Microsoft Fabric (Preview) with New Capabilities!

    calendar Jul 14, 2025 · devblogs.microsoft.com
    Announcing Cosmos DB in Microsoft Fabric (Preview) with New Capabilities!

    We’re excited to unveil the open Public Preview of Cosmos DB in Microsoft Fabric, now available to all users! Since our initial announcement at Microsoft Build 2025, we’ve introduced an array of powerful new features to enhance your data workflows. Link to article: …


    Read More
  • Enhancing Code Quality at Scale with AI-Powered Code Reviews

    calendar Jul 14, 2025 · devblogs.microsoft.com
    Enhancing Code Quality at Scale with AI-Powered Code Reviews

    At Microsoft, we are constantly looking for ways to improve developer productivity and code quality. One of our most impactful innovations in this space is AI-powered code review assistant — an AI tool that augments pull request (PR) reviews. This AI Assistant started as an internal experiment and now has scaled to …


    Read More
  • JetBrains .NET Days Online 2025 — Call for Speakers

    calendar Jul 14, 2025 · blog.jetbrains.com
    JetBrains .NET Days Online 2025 — Call for Speakers

    Streaming worldwide 8 – 9 October 2025 Have you cracked a performance bottleneck?Built something clever with AI agents?Discovered a design pattern the .NET world should know? Share it with thousands of developers at JetBrains .NET Days Online 2025 – a free, community-driven event broadcast live around the globe. Submit …


    Read More
  • There is a std::chrono::high_resolution_clock, but no low_resolution_clock

    calendar Jul 14, 2025 · devblogs.microsoft.com
    There is a <CODE>std::<WBR>chrono::<WBR>high_<WBR>resolution_<WBR>clock</CODE>, but no <CODE>low_<WBR>resolution_<WBR>clock</CODE>

    The C++ standard provides a std::chrono::high_resolution_clock which provides the implementation's clock with the smallest tick period. This gives you the best resolution available to the implementation. But what if you don't need the best resolution available to the implementation? For examp Link to article: …


    Read More
  • Announcing Full Cross-Platform Support for the mssql-python Driver

    calendar Jul 14, 2025 · devblogs.microsoft.com
    Announcing Full Cross-Platform Support for the mssql-python Driver

    Link to article: https://devblogs.microsoft.com/python/announcing-full-cross-platform-support-for-the-mssql-python-driver


    Read More
  • The Second Release of the MPS 2025.2 Early Access Program Is Ready

    calendar Jul 14, 2025 · blog.jetbrains.com
    The Second Release of the MPS 2025.2 Early Access Program Is Ready

    Today marks another milestone on our journey to MPS 2025.2. You can now download the second build of the MPS 2025.2 EAP and try it out! DOWNLOAD MPS 2025.2 EAP It comes with bug fixes and improvements, such as: Java source and target compatibility was raised to Java 21. VCS libraries are now part of […] Link to …


    Read More
  • Boost Your .NET Projects: Add Thread-Safety with ConcurrentHashSet from Spargine

    calendar Jul 13, 2025 · dotnettips.wordpress.com
    Boost Your .NET Projects: Add Thread-Safety with ConcurrentHashSet from Spargine

    The HashSet in .NET is efficient for storing unique elements but is not thread-safe. To overcome this issue, ConcurrentHashSet was created, offering thread-safe operations while maintaining HashSet behavior. It features various constructors, supports custom comparers, and includes methods for adding, removing, and …


    Read More
  • How to Mentor Mid-Level Engineers - Dev Leader Weekly 102

    calendar Jul 12, 2025 · devleader.ca
    How to Mentor Mid-Level Engineers - Dev Leader Weekly 102

    Welcome to another issue of Dev Leader Weekly! In this issue, I discuss how to mentor mid-level engineers -- even if they are doing awesome already! Link to article: https://www.devleader.ca/2025/07/12/how-to-mentor-midlevel-engineers-dev-leader-weekly-102


    Read More
  • Weekly Recap - 2025-07-11

    calendar Jul 12, 2025 · devleader.ca
    Weekly Recap - 2025-07-11

    Check out this week from Dev Leader! Here's a list including articles and videos on software engineering, career development, and programming in C#! Link to article: https://www.devleader.ca/2025/07/12/weekly-recap-20250711


    Read More
  • Global Error Handling in ASP.NET Core: From Middleware to Modern Handlers

    calendar Jul 12, 2025 · milanjovanovic.tech
    Global Error Handling in ASP.NET Core: From Middleware to Modern Handlers

    Learn How to handle errors globally in ASP.NET Core using middleware, IProblemDetailsService, and the new IExceptionHandler in .NET 8. This week's issue walks you through pragmatic approaches to error handling, with real-world tips for validation, chaining, and observability. Link to article: …


    Read More
  • Critter Stack Futures for the rest of 2025

    calendar Jul 11, 2025 · jeremydmiller.com
    Critter Stack Futures for the rest of 2025

    It’s the halfway point of 2025 some how, and we’ve now gotten past the big Marten 8.0 and Wolverine 4.0 releases. Right before I go on vacation next week, I thought it would be a good time to jot down some thoughts about where the Critter Stack might go for the rest of 2025 and … Continue reading Critter Stack Futures …


    Read More
  • PIX 2507.11 - misc bug fixes + improvements

    calendar Jul 11, 2025 · devblogs.microsoft.com
    PIX 2507.11 - misc bug fixes + improvements

    Today we released PIX version 2507.11, which can be downloaded here. This release includes everything in the previous 2505.30 release, plus the following bug fixes: GPU Captures (capture time Link to article: https://devblogs.microsoft.com/pix/pix-2507-11


    Read More
  • Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions

    calendar Jul 11, 2025 · devblogs.microsoft.com
    Building Event-Driven Go applications with Azure Cosmos DB and Azure Functions

    The Go programming language is a great fit for building serverless applications. Go applications can be easily compiled to a single, statically linked binary, making deployment simple and reducing external dependencies. They start up quickly, which is ideal for serverless Link to article: …


    Read More
  • Advanced fine-tuning methods on Amazon SageMaker AI

    calendar Jul 11, 2025 · aws.amazon.com/blogs/machine-learning
    Advanced fine-tuning methods on Amazon SageMaker AI

    When fine-tuning ML models on AWS, you can choose the right tool for your specific needs. AWS provides a comprehensive suite of tools for data scientists, ML engineers, and business users to achieve their ML goals. AWS has built solutions to support various levels of ML sophistication, from simple SageMaker training …


    Read More
  • Streamline machine learning workflows with SkyPilot on Amazon SageMaker HyperPod

    calendar Jul 11, 2025 · aws.amazon.com/blogs/machine-learning
    Streamline machine learning workflows with SkyPilot on Amazon SageMaker HyperPod

    This post is co-written with Zhanghao Wu, co-creator of SkyPilot. The rapid advancement of generative AI and foundation models (FMs) has significantly increased computational resource requirements for machine learning (ML) workloads. Modern ML pipelines require efficient systems for distributing workloads across …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top