.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • How to Train Your First TensorFlow Model in PyCharm

    calendar Apr 7, 2026 · blog.jetbrains.com
    How to Train Your First TensorFlow Model in PyCharm

    This is a guest post from Iulia Feroli, founder of the Back To Engineering community on YouTube. TensorFlow is a powerful open-source framework for building machine learning and deep learning systems. At its core, it works with tensors (a.k.a multi‑dimensional arrays) and provides high‑level libraries (like Keras) that …


    Read More
  • Running AI agents safely in a microVM using docker sandbox

    calendar Apr 7, 2026 · andrewlock.net
    Running AI agents safely in a microVM using docker sandbox

    In this post I show how to run AI coding agents safely while still using YOLO/dangerous mode using docker sandboxes and the sbx tool Link to article: https://andrewlock.net/running-ai-agents-safely-in-a-microvm-using-docker-sandbox/


    Read More
  • Mapping database views in EF Core without breaking migrations

    calendar Apr 7, 2026 · blog.elmah.io
    Mapping database views in EF Core without breaking migrations

    Entity Framework Core (EF Core) is working fine in your project. But the moment you use views, the migration gets messy. As a developer, I know any problem in the migration is haunting. You have to update and take care of other migrations so they don't get disturbed. Link to article: …


    Read More
  • Agent Academy Spring Drop: Special Ops, Cowork Collective, and a Whole New Look

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Agent Academy Spring Drop: Special Ops, Cowork Collective, and a Whole New Look

    We've shipped a big round of updates to Agent Academy. Two new sections, a completely redone site experience, and more missions on the way. Here's what's changed. Quick recap for anyone new Agent Academy is a free, open-source curriculum for learning how to build agents with Microsoft Copilot Studio. Since launching in …


    Read More
  • Azure AI Foundry Agents with Microsoft Agent Framework in C#

    calendar Apr 6, 2026 · devleader.ca
    Azure AI Foundry Agents with Microsoft Agent Framework in C#

    Connect azure ai foundry agents with microsoft agent framework in C# -- learn Azure backend setup, project connections, managed deployment, and cost management. Link to article: https://www.devleader.ca/2026/04/06/azure-ai-foundry-agents-with-microsoft-agent-framework-in-c


    Read More
  • C# Source Generators vs Reflection: Which Should You Use?

    calendar Apr 6, 2026 · devleader.ca
    C# Source Generators vs Reflection: Which Should You Use?

    Compare C# source generators vs reflection in .NET 10. Understand performance differences, AOT compatibility, and when to choose source generators over runtime reflection. Link to article: https://www.devleader.ca/2026/04/06/c-source-generators-vs-reflection-which-should-you-use


    Read More
  • Announcing the end of support for Node.js 20.x in the Azure SDK for JavaScript

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Announcing the end of support for Node.js 20.x in the Azure SDK for JavaScript

    After July 9, 2026, the Azure SDK for JavaScript will no longer support Node.js 20.x, which reaches end-of-life on April 30, 2026. We encourage you to upgrade to an Active Node.js Long Ter Link to article: …


    Read More
  • Build AI-powered employee onboarding agents with Amazon Quick

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Build AI-powered employee onboarding agents with Amazon Quick

    In this post, we walk through building a custom HR onboarding agent with Quick. We show how to configure an agent that understands your organization’s processes, connects to your HR systems, and automates common tasks, such as answering new-hire questions and tracking document completion. Link to article: …


    Read More
  • Accelerate agentic tool calling with serverless model customization in Amazon SageMaker AI

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Accelerate agentic tool calling with serverless model customization in Amazon SageMaker AI

    In this post, we walk through how we fine-tuned Qwen 2.5 7B Instruct for tool calling using RLVR. We cover dataset preparation across three distinct agent behaviors, reward function design with tiered scoring, training configuration and results interpretation, evaluation on held-out data with unseen tools, and …


    Read More
  • Building Intelligent Search with Amazon Bedrock and Amazon OpenSearch for hybrid RAG solutions

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Building Intelligent Search with Amazon Bedrock and Amazon OpenSearch for hybrid RAG solutions

    In this post, we show how to implement a generative AI agentic assistant that uses both semantic and text-based search using Amazon Bedrock, Amazon Bedrock AgentCore, Strands Agents and Amazon OpenSearch. Link to article: …


    Read More
  • From isolated alerts to contextual intelligence: Agentic maritime anomaly analysis with generative AI

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    From isolated alerts to contextual intelligence: Agentic maritime anomaly analysis with generative AI

    This blog post demonstrates how Windward helps enhance and accelerate alert investigation processes by combining geospatial intelligence with generative AI, enabling analysts to focus on decision-making rather than data collection. Link to article: …


    Read More
  • MCP Apps on Azure Functions: Quickstart with TypeScript

    calendar Apr 6, 2026 · devblogs.microsoft.com
    MCP Apps on Azure Functions: Quickstart with TypeScript

    Azure Functions makes hosting MCP apps simple: build locally, create a secure endpoint, and deploy fast with Azure Developer CLI (azd). This guide shows you how using a weather app example. What are MCP Apps? MCP Apps let MCP servers return interac Link to article: …


    Read More
  • Connecting MCP servers to Amazon Bedrock AgentCore Gateway using Authorization Code flow

    calendar Apr 6, 2026 · aws.amazon.com/blogs/machine-learning
    Connecting MCP servers to Amazon Bedrock AgentCore Gateway using Authorization Code flow

    Amazon Bedrock AgentCore Gateway provides a centralized layer for managing how AI agents connect to tools and MCP servers across your organization. In this post, we walk through how to configure AgentCore Gateway to connect to an OAuth-protected MCP server using the Authorization Code flow. Link to article: …


    Read More
  • Learning to read C++ compiler errors: Illegal use of -> when there is no -> in sight

    calendar Apr 6, 2026 · devblogs.microsoft.com
    Learning to read C++ compiler errors: Illegal use of <tt>-></tt> when there is no <tt>-></tt> in sight

    A customer reported a problem with a system header file. When they included ole2.h, the compiler reported an error in oaidl.h: MIDL_INTERFACE("3127CA40-446E-11CE-8135-00AA004BB851") IErrorLog : public IUnknown { public: virtual HRESULT STDM Link to article: …


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

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

    Discover when to use composite 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/06/when-to-use-composite-pattern-in-c-decision-guide-with-examples


    Read More
  • Accessing files from the action repository in a GitHub Composite Action

    calendar Apr 6, 2026 · meziantou.net
    Accessing files from the action repository in a GitHub Composite Action

    GitHub Actions allows you to create reusable actions. One of the easiest ways to do this is to use Composite Actions, which let you combine multiple steps into a single action. This reduces code duplication across your workflows. When creating a composite action, you may need to reference files stored in the action …


    Read More
  • Java Annotated Monthly – April 2026

    calendar Apr 6, 2026 · blog.jetbrains.com
    Java Annotated Monthly – April 2026

    It’s safe to say March was defined by one thing: Java 26. In this issue of Java Annotated Monthly, we’ve curated a rich selection of articles to help you get the full picture of the release. Marit van Dijk joins us as the featured guest author, bringing her expertise to help you navigate the changes […] Link to …


    Read More
  • Announcing the OpenAI Safety Fellowship

    calendar Apr 6, 2026 · openai.com/blog
    Announcing the OpenAI Safety Fellowship

    A pilot program to support independent safety and alignment research and develop the next generation of talent Link to article: https://openai.com/index/introducing-openai-safety-fellowship


    Read More
  • Have I Finally Moved Away From Visual Studio? - Dev Leader Weekly 134

    calendar Apr 6, 2026 · devleader.ca
    Have I Finally Moved Away From Visual Studio? - Dev Leader Weekly 134

    Welcome to another issue of Dev Leader Weekly! In this issue, I talk about finally stepping away from Visual Studio after a lifetime of using it, why Copilot CLI clicked for me, and how I'm using Roslyn analyzers as guardrails to stop AI from repeating its own mistakes. Link to article: …


    Read More
  • Industrial policy for the Intelligence Age

    calendar Apr 6, 2026 · openai.com/blog
    Industrial policy for the Intelligence Age

    Explore our ambitious, people-first industrial policy ideas for the AI era—focused on expanding opportunity, sharing prosperity, and building resilient institutions as advanced intelligence evolves. Link to article: https://openai.com/index/industrial-policy-for-the-intelligence-age


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top