.NET Ramblings
open-menu closeme
Home
Videos
Feeds
About
Contribute
github linkedin
  • Personalizing ChatGPT

    calendar Apr 10, 2026 · openai.com/blog
    Personalizing ChatGPT

    Learn how to personalize ChatGPT using custom instructions and memory to get more relevant, consistent, and tailored responses. Link to article: https://openai.com/academy/personalization


    Read More
  • Prompting fundamentals

    calendar Apr 10, 2026 · openai.com/blog
    Prompting fundamentals

    Learn prompting fundamentals and how to write clear, effective prompts to get better, more useful responses from ChatGPT. Link to article: https://openai.com/academy/prompting


    Read More
  • Research with ChatGPT

    calendar Apr 10, 2026 · openai.com/blog
    Research with ChatGPT

    Learn how to research with ChatGPT using search and deep research to find up-to-date information, analyze sources, and generate structured insights. Link to article: https://openai.com/academy/search-and-deep-research


    Read More
  • Responsible and safe use of AI

    calendar Apr 10, 2026 · openai.com/blog
    Responsible and safe use of AI

    Learn how to use AI responsibly with best practices for safety, accuracy, and transparency when using tools like ChatGPT. Link to article: https://openai.com/academy/responsible-and-safe-use


    Read More
  • Using custom GPTs

    calendar Apr 10, 2026 · openai.com/blog
    Using custom GPTs

    Learn how to build and use custom GPTs to automate workflows, maintain consistent outputs, and create purpose-built AI assistants. Link to article: https://openai.com/academy/custom-gpts


    Read More
  • Using projects in ChatGPT

    calendar Apr 10, 2026 · openai.com/blog
    Using projects in ChatGPT

    Learn how to use orojects in ChatGPT to organize chats, files, and instructions, manage ongoing work, and collaborate more effectively. Link to article: https://openai.com/academy/projects


    Read More
  • Using skills

    calendar Apr 10, 2026 · openai.com/blog
    Using skills

    Learn how to create and use ChatGPT skills to build reusable workflows, automate recurring tasks, and ensure consistent, high-quality outputs. Link to article: https://openai.com/academy/skills


    Read More
  • Working with files in ChatGPT

    calendar Apr 10, 2026 · openai.com/blog
    Working with files in ChatGPT

    Learn how to upload and work with files in ChatGPT to analyze data, summarize documents, and generate content from PDFs, spreadsheets, and more. Link to article: https://openai.com/academy/working-with-files


    Read More
  • Writing with ChatGPT

    calendar Apr 10, 2026 · openai.com/blog
    Writing with ChatGPT

    Learn how to use ChatGPT for writing to draft, revise, and refine content with clear structure, tone, and intent. Link to article: https://openai.com/academy/writing


    Read More
  • Plugin Loading in .NET: AssemblyLoadContext with Dependency Injection

    calendar Apr 9, 2026 · devleader.ca
    Plugin Loading in .NET: AssemblyLoadContext with Dependency Injection

    Master plugin loading in .NET with AssemblyLoadContext and AssemblyDependencyResolver. Covers isolated contexts, DI integration, and plugin unloading. Link to article: https://www.devleader.ca/2026/04/09/plugin-loading-in-net-assemblyloadcontext-with-dependency-injection


    Read More
  • C++23 Support in MSVC Build Tools 14.51

    calendar Apr 9, 2026 · devblogs.microsoft.com
    C++23 Support in MSVC Build Tools 14.51

    We’re pleased to provide an update on C++23 support in the Microsoft C++ (MSVC) Build Tools. This blog post will cover the feature additions in MSVC Build Tools version 14.51, including C++23 language features, libraries, and ISO C++ Core Working Group (CWG) and Library Working Group (LWG) Issue resolutions. We’ll also …


    Read More
  • Foundry Local is now Generally Available

    calendar Apr 9, 2026 · devblogs.microsoft.com
    Foundry Local is now Generally Available

    Today we’re thrilled to announce the General Availability (GA) of Foundry Local — Microsoft’s cross-platform local AI solution that lets developers bring AI directly into their applications across modalities like chat and audio, with no cloud dependency, no network laten Link to article: …


    Read More
  • Understanding Amazon Bedrock model lifecycle

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Understanding Amazon Bedrock model lifecycle

    This post shows you how to manage FM transitions in Amazon Bedrock, so you can make sure your AI applications remain operational as models evolve. We discuss the three lifecycle states, how to plan migrations with the new extended access feature, and practical strategies to transition your applications to newer models …


    Read More
  • The future of managing agents at scale: AWS Agent Registry now in preview

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    The future of managing agents at scale: AWS Agent Registry now in preview

    Today, we're announcing AWS Agent Registry (preview) in AgentCore, a single place to discover, share, and reuse AI agents, tools, and agent skills across your enterprise. Link to article: https://aws.amazon.com/blogs/machine-learning/the-future-of-managing-agents-at-scale-aws-agent-registry-now-in-preview/


    Read More
  • Embed a live AI browser agent in your React app with Amazon Bedrock AgentCore

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Embed a live AI browser agent in your React app with Amazon Bedrock AgentCore

    This post walks you through three steps: starting a session and generating the Live View URL, rendering the stream in your React application, and wiring up an AI agent that drives the browser while your users watch. At the end, you will have a working sample application you can clone and run. Link to article: …


    Read More
  • Running Multiple Instances of an Aspire AppHost Without Port Conflicts

    calendar Apr 9, 2026 · devblogs.microsoft.com
    Running Multiple Instances of an Aspire AppHost Without Port Conflicts

    Running multiple instances of the same source code in parallel is increasingly common — especially with agentic development. Tools like VS Code Copilot's background agent create git worktrees to work on your code independently, AI agents spin up separate environments to test different approaches, and developers use …


    Read More
  • Webinar – OSS Power-Ups: XenoAtom.Terminal.UI

    calendar Apr 9, 2026 · blog.jetbrains.com
    Webinar – OSS Power-Ups: XenoAtom.Terminal.UI

    Join us Thursday, April 16, 2026, 15:00 – 16:30 UTC (check other timezones) for our free live webinar, OSS PowerUps – XenoAtom.Terminal.UI, with Alexandre Mutel. This is the fifteenth episode of our series of OSS Power-Ups, where we put a spotlight on open-source .NET projects. Register now and get a reminder, or join …


    Read More
  • Introducing stateful MCP client capabilities on Amazon Bedrock AgentCore Runtime

    calendar Apr 9, 2026 · aws.amazon.com/blogs/machine-learning
    Introducing stateful MCP client capabilities on Amazon Bedrock AgentCore Runtime

    In this post, you will learn how to build stateful MCP servers that request user input during execution, invoke LLM sampling for dynamic content generation, and stream progress updates for long-running tasks. You will see code examples for each capability and deploy a working stateful MCP server to Amazon Bedrock …


    Read More
  • How do you add or remove a handle from an active Wait­For­Multiple­Objects?

    calendar Apr 9, 2026 · devblogs.microsoft.com
    How do you add or remove a handle from an active <code>Wait­For­Multiple­Objects</code>?

    Last time, we looked at adding or removing a handle from an active Msg­Wait­For­Multiple­Objects, and observed that we could send a message to both break Link to article: https://devblogs.microsoft.com/oldnewthing/20260409-00/?p=112220


    Read More
  • How to Implement Adapter Pattern in C#: Step-by-Step Guide

    calendar Apr 9, 2026 · devleader.ca
    How to Implement Adapter Pattern in C#: Step-by-Step Guide

    Learn how to implement adapter pattern in C# with a step-by-step guide covering target interfaces, adaptees, object adapters, and dependency injection registration. Link to article: https://www.devleader.ca/2026/04/09/how-to-implement-adapter-pattern-in-c-stepbystep-guide


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

.NET Ramblings

Copyright  .NET RAMBLINGS. All Rights Reserved

to-top