.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How Much Code Do Developers Really Let Agents Write?

    calendar Aug 26, 2026 · blog.jetbrains.com
    How Much Code Do Developers Really Let Agents Write?

    “100% of my code is written by [insert whichever AI coding agent is popular right now]!”You’ve probably heard this claim many times this year. We wanted to find out how many developers have actually fully outsourced code writing to agents and how the share of agent-generated code differs across regions, tech stacks, …


    Read More
  • Visual Studio Code 1.135

    calendar Aug 26, 2026 · devblogs.microsoft.com
    Visual Studio Code 1.135

    Learn what's new in Visual Studio Code 1.135 Read the full article Link to article: https://devblogs.microsoft.com/vscode-blog/visual-studio-code-1.135


    Read More
  • How GoDaddy transformed its analytics with Amazon Quick

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    How GoDaddy transformed its analytics with Amazon Quick

    In this post, you will learn how GoDaddy migrated from their legacy business intelligence (BI) tool to Amazon Quick. This was a two-year transformation that delivered results across every dimension of the business: 15,000 hours saved annually, 50% reduction in dashboard count, rendering times cut to under 5 seconds, …


    Read More
  • Natera’s intelligent appointment scheduling with Amazon Bedrock AgentCore

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    Natera’s intelligent appointment scheduling with Amazon Bedrock AgentCore

    Learn how Natera built an automated voice agent on Amazon Bedrock AgentCore that lets patients book mobile phlebotomy appointments through natural conversation. The post covers the dual-WebSocket bridge, event-driven latency masking, and progressive-trust authentication behind 100% tool-calling accuracy and …


    Read More
  • Bring your own model with Amazon SageMaker AI: Script mode in SDK v3

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    Bring your own model with Amazon SageMaker AI: Script mode in SDK v3

    The SageMaker Python SDK v3 redesigns script mode with unified ModelTrainer and ModelBuilder classes. This post walks through two end-to-end examples, a scikit-learn Random Forest and a multi-GPU Stable Diffusion 3.5 LoRA fine-tune, showing how SourceCode syncs your local code into any container at runtime so you can …


    Read More
  • Preparing data for supervised fine-tuning Part 2: Advanced data strategies

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    Preparing data for supervised fine-tuning Part 2: Advanced data strategies

    The advanced side of supervised fine-tuning data prep. This second post in a two-part series covers evaluating data readiness with learning curves, selecting high-value data subsets, augmenting data with synthetic and distilled examples, and mixing data sources to prevent catastrophic forgetting. Link to article: …


    Read More
  • Preparing data for supervised fine-tuning Part 1: Formatting and quality

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    Preparing data for supervised fine-tuning Part 1: Formatting and quality

    Data preparation determines the ceiling of any supervised fine-tuning project. This first post in a two-part series covers the foundations of SFT data prep: quality checks, conversational (JSONL) formatting, reasoning and tool-calling schemas, and a representative train/evaluation split. Link to article: …


    Read More
  • The Visual Studio Debugger Agentic Workflow Gets a Test-Driven Upgrade

    calendar Aug 26, 2026 · devblogs.microsoft.com
    The Visual Studio Debugger Agentic Workflow Gets a Test-Driven Upgrade

    A few months ago, we introduced a new guided agentic workflow in the Visual Studio Debugger Agent designed to help you move from a bug report to a verified fix without spending your morning guessing where to begin. Link to article: …


    Read More
  • Connect Amazon Bedrock AgentCore to cross-account knowledge bases

    calendar Aug 26, 2026 · aws.amazon.com/blogs/machine-learning
    Connect Amazon Bedrock AgentCore to cross-account knowledge bases

    Learn how Amazon Bedrock AgentCore agents in one account can generate answers from an Amazon Bedrock knowledge base backed by Amazon Redshift Serverless in another account, without copying source data. This post covers the architecture, security boundary, and two orchestration models: a code-based Strands agent and a …


    Read More
  • Copilot Code Reviews for Azure Repos (public preview)

    calendar Aug 26, 2026 · devblogs.microsoft.com
    Copilot Code Reviews for Azure Repos (public preview)

    Today, we’re announcing the public preview of GitHub Copilot Code Review for Azure Repos, making the feature available to all Azure DevOps customers using the service. There’s no longer a need to sign up for early access. Customers can now enable Copilot Code Review for their Azure Repos repositories and start using …


    Read More
  • Introducing agent and workflow channels

    calendar Aug 26, 2026 · devblogs.microsoft.com
    Introducing agent and workflow channels

    An agent or workflow is only useful when people and other systems can reach it through the interfaces and channels they already use. That might be an OpenAI Responses client, Telegram, another agent using A2A, or an MCP client. As a builder of agents and workflow, you need control over which channels you expose it to …


    Read More
  • AI Agents in DataGrip

    calendar Aug 26, 2026 · blog.jetbrains.com
    AI Agents in DataGrip

    The most recent DataGrip release is packed with goodies, but the headline feature is the ability to work with AI agents. Today, we dropped a new video showing you how to get the most out of this integration. Whether you prefer Claude Code, Codex, or Junie, DataGrip powers them up with database capabilities, thanks to …


    Read More
  • Compose Multiplatform 1.12.0 Released

    calendar Aug 26, 2026 · blog.jetbrains.com
    Compose Multiplatform 1.12.0 Released

    Compose Multiplatform 1.12.0 is out! This version brings new tooling for AI assistants, improvements to web resource management, and finer control over desktop window states. Here are the highlights of this release: For a complete overview of the changes, check out What’s new in Compose Multiplatform 1.12.0 or the …


    Read More
  • Error Handling in C# Pipelines: Exceptions, Results, and Short-Circuiting

    calendar Aug 26, 2026 · devleader.ca
    Error Handling in C# Pipelines: Exceptions, Results, and Short-Circuiting

    Design error handling in C# pipelines with typed results, exception boundaries, short-circuiting, cancellation, idempotency, retry ownership, and tracing. Link to article: https://www.devleader.ca/2026/08/26/error-handling-in-c-pipelines-exceptions-results-and-shortcircuiting


    Read More
  • New Azure SQL Foundations video series with GitHub samples

    calendar Aug 26, 2026 · devblogs.microsoft.com
    New Azure SQL Foundations video series with GitHub samples

    Bob Ward and I recently released a series of videos, read more in the original blog post or go directly to the series on YouTube. The Azure SQL Datab Link to article: https://devblogs.microsoft.com/azure-sql/new-azure-sql-foundations-video-series-with-github-samples


    Read More
  • How Ubuntu Is Using Rust to Rebuild Core System Tools

    calendar Aug 26, 2026 · blog.jetbrains.com
    How Ubuntu Is Using Rust to Rebuild Core System Tools

    This post is based on a RustRover livestream hosted by our Developer Advocate, Orhun Parmaksız, with Jon Seager, VP of Engineering at Canonical. They talked about Ubuntu, Rust, and the future of core system software, including how Canonical is approaching Rust adoption and why some of the most important changes are …


    Read More
  • Bringing ChatGPT for Teachers to more U.S. school districts

    calendar Aug 26, 2026 · openai.com/blog
    Bringing ChatGPT for Teachers to more U.S. school districts

    ChatGPT for Teachers is expanding to 55 U.S. school systems, bringing secure AI tools, training, and support to over 100,000 more educators and staff. Link to article: https://openai.com/index/bringing-chatgpt-for-teachers-to-more-us-school-districts


    Read More
  • Learning never stops: How AI makes learning continuous

    calendar Aug 26, 2026 · openai.com/blog
    Learning never stops: How AI makes learning continuous

    OpenAI’s new report explores how students and educators use ChatGPT to make learning more continuous, with support that extends beyond the classroom. Link to article: https://openai.com/index/learning-never-stops


    Read More
  • OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm

    calendar Aug 26, 2026 · blog.jetbrains.com
    OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm

    OpenTelemetry Comes to IntelliJ IDEA, GoLand, PyCharm, and WebStorm. The OpenTelemetry plugin has broken out of the confines of JetBrains Rider. No sandbox exploit was involved – this escape was planned by our developers. With the 2026.2 release, the OpenTelemetry plugin is now available in IntelliJ IDEA, GoLand, …


    Read More
  • Boost Your .NET Projects with Spargine: Simplify Entity Framework Core with DbContextExtensions

    calendar Aug 26, 2026 · dotnettips.wordpress.com
    Boost Your .NET Projects with Spargine: Simplify Entity Framework Core with DbContextExtensions

    DbContextExtensions, part of the DotNetTips.Spargine.Extensions project, offers reusable methods for common Entity Framework Core data-access patterns. It reduces repetitive code and enhances consistency by providing methods for adding, deleting, and managing entities, executing transactions, and performing existence …


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top