.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Amazon Quick for marketing: From scattered data to strategic action

    calendar Apr 23, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon Quick for marketing: From scattered data to strategic action

    Amazon Quick changes how you work. You can set it up in minutes and by the end of the day, you will wonder how you ever worked without it. Quick connects with your applications, tools, and data, creating a personal knowledge graph that learns your priorities, preferences, and network. Link to article: …


    Read More
  • LangChain.js for Beginners: A Free Course to Build Agentic AI Apps with JavaScript

    calendar Apr 23, 2026 · devblogs.microsoft.com
    LangChain.js for Beginners: A Free Course to Build Agentic AI Apps with JavaScript

    Want to build AI agents with JavaScript that go beyond basic chat completions? Agents that reason, call tools, and pull from knowledge bases on their own? We put together a free, open source course to help you get there. LangChain.js for Beginners is 8 cha Link to article: …


    Read More
  • Applying multimodal biological foundation models across therapeutics and patient care

    calendar Apr 23, 2026 · aws.amazon.com/blogs/machine-learning
    Applying multimodal biological foundation models across therapeutics and patient care

    In this post, we'll explore how multimodal BioFMs work, showcase real-world applications in drug discovery and clinical development, and contextualize how AWS enables organizations to build and deploy multimodal BioFMs. Link to article: …


    Read More
  • Trivy, KICS, and the shape of supply chain attacks so far in 2026

    calendar Apr 23, 2026 · docker.com
    Trivy, KICS, and the shape of supply chain attacks so far in 2026

    Catching the KICS push: what happened, and the case for open, fast collaboration In the past few weeks we've worked through two supply chain compromises on Docker Hub with a similar shape: first Trivy, now Checkmarx KICS. In both cases, stolen publisher credentials were used to push malicious images through legitimate …


    Read More
  • CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

    calendar Apr 23, 2026 · devblogs.microsoft.com
    CodeAct in Agent Framework: Faster Agents with Fewer Model Turns

    Modern AI agents often aren't bottlenecked by model quality, they are bottlenecked by orchestration overhead. When an agent chains together many small tool calls, each step typically requires a new model turn, driving up latency and token usage. With CodeAct sup Link to article: …


    Read More
  • Another crash caused by uninstaller code injection into Explorer

    calendar Apr 23, 2026 · devblogs.microsoft.com
    Another crash caused by uninstaller code injection into Explorer

    Some time ago, I noted that any sufficiently advanced uninstaller is indistinguishable from malware.¹ During one of our regular debugging chats, a colleague of mine mentione Link to article: https://devblogs.microsoft.com/oldnewthing/20260423-00/?p=112261


    Read More
  • IntelliJ IDEA 2026.1.1 Is Out!

    calendar Apr 23, 2026 · blog.jetbrains.com
    IntelliJ IDEA 2026.1.1 Is Out!

    IntelliJ IDEA 2026.1.1 has arrived with several valuable fixes. You can update to this version from inside the IDE, using the Toolbox App, or using snaps if you are a Ubuntu user. You can also download it from our website. Here are the most notable updates included in this version: To find out more details about the …


    Read More
  • When to Use State Pattern in C#: Decision Guide with Examples

    calendar Apr 23, 2026 · devleader.ca
    When to Use State Pattern in C#: Decision Guide with Examples

    Discover when to use state pattern in C# with real decision criteria, use case examples, and guidance on when simpler alternatives work better. Link to article: https://www.devleader.ca/2026/04/23/when-to-use-state-pattern-in-c-decision-guide-with-examples


    Read More
  • AI in DevOps: Why Adoption Lags in CI/CD (and What Comes Next)

    calendar Apr 23, 2026 · blog.jetbrains.com
    AI in DevOps: Why Adoption Lags in CI/CD (and What Comes Next)

    AI is everywhere except in CI/CD Developers now use AI for nearly everything, except the part that actually ships code. Recent surveys conducted by JetBrains indicate that AI is now widely used in software development, with workplace usage exceeding 90% and a large majority of developers already incorporating it into …


    Read More
  • The CLion 2026.2 Roadmap: Simplified Debugger Configuration and the Ability to Use Multiple Zephyr West Profiles

    calendar Apr 23, 2026 · blog.jetbrains.com
    The CLion 2026.2 Roadmap: Simplified Debugger Configuration and the Ability to Use Multiple Zephyr West Profiles

    We’ve begun work on our next major release, version 2026.2, which we plan to introduce in a few months. After reviewing your feedback and our strategic goals, we’ve decided to focus on improving build tools, including Bazel, as well as project formats, the embedded experience, and the debugger. Here are our more …


    Read More
  • Like Vertical Slice Architecture? Meet Wolverine.Http!

    calendar Apr 23, 2026 · jeremydmiller.com
    Like Vertical Slice Architecture? Meet Wolverine.Http!

    Before you read any of this, just know that it’s perfectly possible to mix and match Wolverine.HTTP, MVC Core controllers, and Minimal API endpoints in the same application. Edit: The documentation links were all wrong when I pushed this late at night of course, so: If you’ve built ASP.NET Core applications of any …


    Read More
  • Write azd hooks in Python, JavaScript, TypeScript, or .NET

    calendar Apr 22, 2026 · devblogs.microsoft.com
    Write azd hooks in Python, JavaScript, TypeScript, or .NET

    Hooks are one of the most popular features in azd, and now you can write them in Python, JavaScript, TypeScript, or .NET, not just Bash and PowerShell. What's new? The Azure Developer CLI (azd) hook system now supports four more languages beyond Bash and PowerShell. You can write hook scripts in Link to article: …


    Read More
  • Cost-effective multilingual audio transcription at scale with Parakeet-TDT and AWS Batch

    calendar Apr 22, 2026 · aws.amazon.com/blogs/machine-learning
    Cost-effective multilingual audio transcription at scale with Parakeet-TDT and AWS Batch

    In this post, we walk through building a scalable, event-driven transcription pipeline that automatically processes audio files uploaded to Amazon Simple Storage Service (Amazon S3), and show you how to use Amazon EC2 Spot Instances and buffered streaming inference to further reduce costs. Link to article: …


    Read More
  • C# StringBuilder vs String Concatenation: Performance, Allocations, and Interpolated Handlers

    calendar Apr 22, 2026 · devleader.ca
    C# StringBuilder vs String Concatenation: Performance, Allocations, and Interpolated Handlers

    Learn when to use C# StringBuilder vs string concatenation, how allocations differ, and how .NET 6 interpolated string handlers change performance calculations. Link to article: https://www.devleader.ca/2026/04/22/c-stringbuilder-vs-string-concatenation-performance-allocations-and-interpolated-handlers


    Read More
  • 7 tips to optimize Azure Cosmos DB costs for AI and agentic workloads

    calendar Apr 22, 2026 · devblogs.microsoft.com
    7 tips to optimize Azure Cosmos DB costs for AI and agentic workloads

    AI apps and agentic workloads expose inefficiencies in your data layer faster than any previous generation of apps. You’re storing embeddings, serving low-latency retrieval, handling bursty traffic from chat and orchestration, and often operating across regions. Done right, Azure Cosmos DB can support these patterns …


    Read More
  • Amazon SageMaker AI now supports optimized generative AI inference recommendations

    calendar Apr 22, 2026 · aws.amazon.com/blogs/machine-learning
    Amazon SageMaker AI now supports optimized generative AI inference recommendations

    Today, Amazon SageMaker AI supports optimized generative AI inference recommendations. By delivering validated, optimal deployment configurations with performance metrics, Amazon SageMaker AI keeps your model developers focused on building accurate models, not managing infrastructure. Link to article: …


    Read More
  • Get to your first working agent in minutes: Announcing new features in Amazon Bedrock AgentCore

    calendar Apr 22, 2026 · aws.amazon.com/blogs/machine-learning
    Get to your first working agent in minutes: Announcing new features in Amazon Bedrock AgentCore

    Today, we're introducing new capabilities that further streamline the agent building experience, removing the infrastructure barriers that slow teams down at every stage of agent development from the first prototype through production deployment. Link to article: …


    Read More
  • Optimizing Git policy management at scale

    calendar Apr 22, 2026 · devblogs.microsoft.com
    Optimizing Git policy management at scale

    With just a single improvement in the REST API of Azure DevOps, we achieved a massive reduction in CPU usage and execution time when managing Git policies: 2x less CPU and 10-15x faster execution! This change is already available to all users of Azure DevOps, and it's time to share a bit more d Link to article: …


    Read More
  • Take the 2026 ISO C++ Developer Survey!

    calendar Apr 22, 2026 · devblogs.microsoft.com
    Take the 2026 ISO C++ Developer Survey!

    The 2026 ISO C++ developer survey is now open: 2026 Annual C++ Developer Survey "Lite" : Standard C++ It takes about 10 minutes and directly informs the standardization committee and tooling ven Link to article: https://devblogs.microsoft.com/cppblog/take-the-2026-iso-c-developer-survey


    Read More
  • C++ Code Intelligence for GitHub Copilot CLI (Preview)

    calendar Apr 22, 2026 · devblogs.microsoft.com
    C++ Code Intelligence for GitHub Copilot CLI (Preview)

    We recently brought C++ code understanding tools to GitHub Copilot in Visual Studio and VS C Link to article: https://devblogs.microsoft.com/cppblog/c-code-intelligence-for-github-copilot-cli-preview


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top