Slide %{start} of %{total}. %{slideTitle}
End of Microsoft products section
use the arrow keys to navigate through the pivots and tab to focus on focusable content inside a pivot section
  • Live-Events

  • Aufzeichnungen

GridListe
12. März

Safety, Reliability & Best Practices in LangChain4j


Learn how to build safe, reliable, and enterprise-ready AI applications in Java, including how to protect API keys and model endpoints, validate tool output, enforce content filters, and keep LLMs from stepping outside their intended boundaries. See how to design prompts defensively, restrict system capabilities, and use structured interfaces to avoid injection attacks. We'll also explore patterns for safe RAG, secure memory, and audit-ready logging that make your Langchain4j applications trustworthy, enterprise-grade, and ready for real users.Learn how to build safe, reliable, and enterprise-ready AI applications in Java, including how to protect API keys and model endpoints, validate tool output, enforce content filters, and keep LLMs from stepping outside their intended boundaries. See how to design prompts defensively, restrict system capabilities, and use structured interfaces to avoid injection attacks. We'll also explore patterns for safe RAG, secure memory, and audit-ready logging that make your Langchain4j applications trustworthy, enterprise-grade, and ready for real users.
JETZT ANMELDEN
19. März

Microsoft Virtual Training Day: Build Agentic AI Solutions with Azure AI Foundry


Gain skills and knowledge to evolve the way you work with AI at a free Microsoft Virtual Training Day from Microsoft Learn. Join us at Build Agentic AI Solutions with Azure AI Foundry, where you’ll learn to create AI agents using leading frameworks and tools. Enhance agent capabilities with custom tools, design multi-agent workflows, and build intelligent apps that collaborate with people and other agents to perform complex tasks.
JETZT ANMELDEN
19. März

VS Code Live: 1.110 Release


Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
JETZT ANMELDEN
19. März

Agentic Patterns with LangChain4j


In this BONUS finale, we graduate from single agents to full multi-agent systems. We'll explore 8 patterns that power production AI: chain agents like an assembly line, fan-out for parallel expert opinions, loop until a critic approves, and route requests to the right specialist. Then unlock Supervisor agents that delegate like project managers and Human-in-the-Loop gates when humans need the final say. Finally, explore goal-oriented planners that find optimal paths and peer-to-peer meshes where agents collaborate as equals without a boss.
JETZT ANMELDEN
24. März

Modernizing .NET at Scale with the GitHub Copilot App Mod Agent


Learn how the GitHub Copilot App Modernization Agent brings agentic automation to .NET modernization. We’ll walk through assessing apps at scale through the CLI, generating modernization plans, and executing upgrades in IDE workflows—accelerating the path to Azure-ready apps.
JETZT ANMELDEN
25. März

DevX EMEA - EMEA Developer Summit


DevX EMEA is a two-day digital summit for developers across Europe, the Middle East, and Africa who care about building real software with AI. This is a hands on, engineering focused event. You will see how teams are using Azure, GitHub, and open source tools to design, build, and ship AI powered applications at scale. No marketing slides. No abstract theory. Just practical patterns, live demos, and code you can reuse.
JETZT ANMELDEN
31. März

From Idea to Intelligent Agent: Build, Debug & Deploy AI Experiences Fast in VS Code


In this session, we’ll walk through an end‑to‑end developer experience that makes AI development feel intuitive, visual, and incredibly fast: explore cutting‑edge models, generate and refine agents with GitHub Copilot, visualize and debug complex workflows, replay agent events to pinpoint issues instantly, evaluate quality with built‑in tools, and deploy directly to Foundry—all without ever leaving VS Code. If you’re building AI apps or agentic systems, this talk will show you how to turn your ideas into intelligent, production‑ready experiences with surprising speed and confidence.
JETZT ANMELDEN
6. April

Model Mondays - GitHub Agentic Workflows


Join lead maintainer Peli de Halleux as he demonstrates GitHub Agentic Workflows and shows how to automate GitHub tasks using AI agents with plain English instructions. Learn about the technology, explore key features, and see real-world examples of AI-powered GitHub automation.
JETZT ANMELDEN
9. April

Microsoft JDConf 2026 (EMEA)


Join us at Microsoft JDConf 2026, a global virtual Java Developer Conference on April 8-9. This year’s JDConf focuses on empowering Java developers to build and scale modern, intelligent, and cloud-native applications. With the rise of large language models (LLMs), agent-oriented architectures, and AI-driven development, JDConf 2026 will showcase how Java remains central to enterprise innovation.
JETZT ANMELDEN
16. April

VS Code Live: 1.110 Release


Join us for VS Code Live! This is your chance to catch up on all the major updates to VS Code and GitHub Copilot, with live demos from members of the product teams - you won't want to miss this!
JETZT ANMELDEN
21. April

Introducing dbt job in Microsoft Fabric


dbt as a tool helps teams transform data in a clean, structured, and repeatable way using SQL. A dbt job is simply the mechanism that runs those transformations—whether on a schedule, after data arrives, or as part of a deployment pipeline.
JETZT ANMELDEN
22. April

Microsoft Virtual Training Day: Build Agentic AI Solutions with Azure AI Foundry


Gain skills and knowledge to evolve the way you work with AI at a free Microsoft Virtual Training Day from Microsoft Learn. Join us at Build Agentic AI Solutions with Azure AI Foundry, where you’ll learn to create AI agents using leading frameworks and tools. Enhance agent capabilities with custom tools, design multi-agent workflows, and build intelligent apps that collaborate with people and other agents to perform complex tasks.
JETZT ANMELDEN
  • Seite 1 ausgewählt
  • 1
5. März

Python + Agents: Adding a human in the loop to agentic workflows


In the final session of our Python + Agents series, we’ll explore how to incorporate human‑in‑the‑loop (HITL) interactions into agentic workflows using the Microsoft Agent Framework. This session focuses on adding points where a workflow can pause, request input or approval from a user, and then resume once the human has responded. HITL is especially important because LLMs can produce uncertain or inconsistent outputs, and human checkpoints provide an added layer of accuracy and oversight.
JETZT ANSEHEN
5. März

Tools, MCP and Agents with LangChain4j


Transform your AI from a text generator into an autonomous agent that takes real action. Build custom tools the AI decides when to use, chain multiple operations together, and handle failures gracefully. Then discover the Model Context Protocol—an open standard for shareable AI tools—and connect to ecosystem servers for file systems, Git repositories, and databases running in Docker containers.
JETZT ANSEHEN
4. März

Python + Agents: Orchestrating advanced multi-agent workflows


In Session 5 of our Python + Agents series, we’ll go beyond workflow fundamentals and explore how to orchestrate advanced, multi‑agent workflows using the Microsoft Agent Framework. This session focuses on patterns that coordinate multiple steps or multiple agents at once, enabling more powerful and flexible AI‑driven systems. We’ll begin by comparing sequential vs. concurrent execution, then dive into techniques for running workflow steps in parallel.
JETZT ANSEHEN
4. März

End-to-End Model Development on Microsoft Foundry


In this session, we explore the end-to-end journey of designing and developing AI solutions with Microsoft Foundry models. The session is structured around four key phases of the model development journey.
JETZT ANSEHEN
3. März

Python + Agents: Building your first AI-driven workflows


In Session 4 of our Python + Agents series, we’ll explore the foundations of building AI‑driven workflows using the Microsoft Agent Framework: defining workflow steps, connecting them, passing data between them, and introducing simple ways to guide the path a workflow takes. We’ll begin with a conceptual overview of workflows and walk through their core components: executors, edges, and events. You’ll learn how workflows can be composed of simple Python functions or powered by full AI agents when a step requires model‑driven behavior.
JETZT ANSEHEN
2. März

Local AI Development with Foundry Local


Discover how to run powerful AI models entirely on-device using Foundry Local. We’ll cover the architecture, how to compile Hugging Face models for local execution, and how to integrate everything with LangChain.js. You’ll also see a compact Android demo showcasing low-latency, offline AI experiences. By the end, you’ll know how to set up, optimize, and build local-first AI apps, and how to join the private preview to go deeper.
JETZT ANSEHEN
26. Februar

Python + Agents: Monitoring and evaluating agents


In the third session of our Python + Agents series, we’ll focus on two essential components of building reliable agents: observability and evaluation. We’ll begin with observability, using OpenTelemetry to capture traces, metrics, and logs from agent actions. You'll learn how to instrument your agents and use a local Aspire dashboard to identify slowdowns and failures.
JETZT ANSEHEN
26. Februar

Data-Driven Apps with RAG with LangChain4j


Your AI only knows what it learned during training—until you give it access to your documents. Build a complete Retrieval-Augmented Generation system that chunks documents, creates semantic embeddings, and finds relevant context for every question. Watch your AI answer questions about your own files with source citations and confidence scores, grounded in facts rather than hallucinations.
JETZT ANSEHEN
25. Februar

Python + Agents: Adding context and memory to agents


In the second session of our Python + Agents series, we’ll extend agents built with the Microsoft Agent Framework by adding two essential capabilities: context and memory. We’ll begin with context, commonly known as Retrieval‑Augmented Generation (RAG), and show how agents can ground their responses using knowledge retrieved from local data sources such as SQLite or PostgreSQL.
JETZT ANSEHEN
24. Februar

Python + Agents: Building your first agent in Python


In the first session of our Python + Agents series, we’ll kick things off with the fundamentals: what AI agents are, how they work, and how to build your first one using the Microsoft Agent Framework. We’ll start with the core anatomy of an agent, then walk through how tool calling works in practice—beginning with a single tool, expanding to multiple tools, and finally connecting to tools exposed through local MCP servers.
JETZT ANSEHEN
19. Februar

Prompt Engineering with LangChain4j


The same AI gives wildly different results based on how you ask. Master eight prompting patterns that control GPT-5's reasoning depth, from quick calculations to deep architectural analysis. Learn to write self-reflecting prompts that iterate until code meets quality criteria, structured analysis frameworks for consistent reviews, and chain-of-thought techniques that reveal the AI's reasoning process.
JETZT ANSEHEN
19. Februar

VS Code Live: Agent Sessions Day


Join us for VS Code Live: Agent Sessions Day on Feb 19th: a global virtual event celebrating how Visual Studio Code continues to evolve as the world’s most loved editor, now redefined with AI. Join the VS Code product team, special guests, and community builders for live demos and behind‑the‑scenes stories showing how VS Code enables agentic development while staying true to its core values: open, extensible, and deeply community‑driven. See how developers are using agents, customizable workflows, and open integrations to build smarter.
JETZT ANSEHEN
  • Seite 1 ausgewählt
  • 1
Eine Frau sitzt an ihrem Arbeitsplatz und und spricht mit einer Kollegin.

Trainings & Events für Developer

Lernen, austauschen, weiterkommen: Wir bieten kostenlose Veranstaltungen, Lerninhalten und Bits for Devs an, um dir zu helfen, dein Wissen und dein Netzwerk zu erweitern.

#bits4devs

Microsoft folgen

  • Facebook
  • X
  • LinkedIn