
Der Event-Katalog für Developer
Finde auf unserer Eventseite jede Menge Veranstaltungen für Developer!

5. Januar 2026
Microsoft Power Platform - Agent in a Day
Dieses Einsteiger-Training, das jedem, egal ob Business-Experte oder IT-Entwickler, dabei hilft, mithilfe von Agenten schnell... und bedarfsgerecht auf Kunden, Mitarbeiter und Lieferanten zu reagieren. In nur einem Tag lernen Sie, mit Microsoft Copilot Studio schnell Agenten zu erstellen. Dieser Workshop umfasst praktische, schrittweise Übungen, zum Erstellen moderner Agenten für jedes Szenario und jeden Anwendungsfall.

8. Januar 2026
Microsoft Power Platform - Dashboard in a Day
Erfahren Sie aus erster Hand, wie Sie Ihre Daten mit leistungsstarken Werkzeugen auswerten und präsentieren.
8. Januar 2026
Modernizing BizTalk: Accelerate Migration with Azure Integration Services
Legacy integration platforms limit agility, scalability, and innovation in today’s AI-driven landscape. In this technical ses...sion, dive deep into the end-to-end process of modernizing and migrating BizTalk Server workloads to Azure Integration Services. Learn proven approaches for assessment, design, and deployment using real-world migration patterns that map messaging, orchestration, and pipelines to modern equivalents in Logic Apps Standard, API Management, and Service Bus. Explore tooling, automation, and DevOps practices that simplify migration and accelerate delivery. See how organizations are reducing risk, improving governance, and extending integrations with AI and agentic workflows—bringing intelligence and adaptability into every process.

9. Januar 2026
Microsoft Power Platform - Agent in a Day
Dieses Einsteiger-Training, das jedem, egal ob Business-Experte oder IT-Entwickler, dabei hilft, mithilfe von Agenten schnell... und bedarfsgerecht auf Kunden, Mitarbeiter und Lieferanten zu reagieren. In nur einem Tag lernen Sie, mit Microsoft Copilot Studio schnell Agenten zu erstellen. Dieser Workshop umfasst praktische, schrittweise Übungen, zum Erstellen moderner Agenten für jedes Szenario und jeden Anwendungsfall.

12. Januar 2026
Microsoft Power Platform - Automation in a Day
Automation in a Day (AuIAD) ist eine Schulung für Anfänger, in der Sie mehr über die Automatisierung mit Power Automate und P...ower Automate-Desktop erfahren. Sie werden lernen, eine auf der digitalgesteuerten Prozessautomatisierung (DPA) und eine auf der robotergesteuerten Prozessautomatisierung (RPA) basierende Automatisierung an einem einzigen Tag mit Desktop- und Cloud-Flows zu entwickeln.

12. Januar 2026
Microsoft Power Platform - Agent in a Day
Dieses Einsteiger-Training, das jedem, egal ob Business-Experte oder IT-Entwickler, dabei hilft, mithilfe von Agenten schnell... und bedarfsgerecht auf Kunden, Mitarbeiter und Lieferanten zu reagieren. In nur einem Tag lernen Sie, mit Microsoft Copilot Studio schnell Agenten zu erstellen. Dieser Workshop umfasst praktische, schrittweise Übungen, zum Erstellen moderner Agenten für jedes Szenario und jeden Anwendungsfall.

12. Januar 2026
Model Mondays - Microsoft Agent Framework
Want to build scalable AI solutions with multi-agent orchestration on Microsoft Foundry? Join us as we talk to experts on the... features and usage of Microsoft Agent Framework.

14. Januar 2026
Microsoft Power Platform - Real-Time Intelligence in a Day
Real-Time Intelligence ist ein leistungsstarker Dienst in Microsoft Fabric, der es jedem in Ihrem Unternehmen ermöglicht, Ech...tzeitdaten zu verstehen und Maßnahmen zu ergreifen, um Ihre Geschäftsabläufe zu verbessern. Es verbindet nahtlos Daten aus verschiedenen Quellen und ermöglicht sofortige visuelle Einblicke, tiefgreifende forensische Analysen und Aktionen aufgrund definierter Begebenheiten mit No-Code-, Low-Code- und Entwicklererfahrungen. Copilot- und KI-gestützte Funktionen sind durchgehend integriert, sodass Benutzer aller Erfahrungsstufen schnell einen Nutzen aus diesen Daten ziehen können. Ihre Daten bleiben im gesamten Unternehmen geschützt, verwaltet und integriert und lassen sich nahtlos mit allen Fabric-Angeboten kombinieren.
9. September 2024Microsoft Reactor
Building RAG apps with Java and Semantic Kernel
RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particula...r domain's data. Learn how to develop apps using RAG with Java and Semantic Kernel. We'll walk through our RAG solution, showing the process of data ingestion with Azure Document Intelligence and AI Search, then walking through the RAG steps of query rewriting, hybrid search, and question answering. You'll learn how to easily bring your own data into the RAG solution and deploy it to Azure.
6. September 2024Microsoft Reactor
Add multi-channel communication in your RAG app
In this session, we will explore how to enhance your Retrieval-Augmented Generation (RAG) applications by integrating various... communication channels, including chat, voice, SMS, and WhatsApp, using Azure Communication Services. By connecting the intelligence of a RAG app with these channels, you can create more versatile and user-friendly AI solutions. We'll show you how to implement these integrations to improve user engagement by using their preferred mode of communication.
6. September 2024Microsoft Reactor
Intro to GraphRAG
In this presentation, you'll gain an understanding of GraphRAG, a technique that enhances document analysis and question-and-...answer performance by leveraging large language models (LLMs) to create knowledge graphs. We'll explore how GraphRAG builds upon Retrieval-Augmented Generation (RAG) by using knowledge graphs instead of vector similarity for retrieval. You'll learn how to set up the environment, prepare data, and implement GraphRAG using LangChain, with practical code examples. Additionally, we'll explore some advanced features and customization options available in LangChain to optimize and tailor GraphRAG to your specific needs.
5. September 2024Microsoft Reactor
RAG with Azure AI Search
RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particula...r domain's data. Azure AI Search is a powerful search engine, with many features designed specifically for RAG applications. We'll demonstrate optimal retrieval using hybrid search with the semantic ranker, show the new integrated vectorization feature for cloud-based data ingestion, and discuss vector storage optimization.
4. September 2024Microsoft Reactor
Scalable RAG apps with Azure Cosmos DB for NoSQL
Join us to learn about building scalable RAG applications using Azure Cosmos DB for NoSQL! Learn foundational concepts, gener...ate embeddings with Azure OpenAI, process, store, and search over document data in Azure Cosmos DB leveraging vector similarity search using DiskANN, a vector indexing method that enable fast and cost-efficient vector search at any scale!
4. September 2024Microsoft Reactor
Building RAG apps with Langchain4J
RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particula...r domain's data. Langchain4J is a great way to use large language models from Java, and is modeled on the most popular Python orchestrator, Langchain. Learn how to use Langchain4J to build a RAG solution, connecting to different LLMs, embedding models, and vector stores. We'll share multiple open-source solutions so that you can get started with Langchain4J today.
4. September 2024Microsoft Reactor
Building RAG apps with LangchainJS
RAG (Retrieval Augmented Generation) is the most common approach used to get LLMs to answer questions grounded in a particula...r domain's data. Learn how to develop RAG apps with JavaScript and TypeScript, using both the OpenAI SDK and LangchainJS. We'll demonstrate multiple RAG starter apps with different architectures, including static web apps with serverless backends. You'll learn how to bring your own data into these RAG solutions and customize for your domain.
4. September 2024Microsoft Reactor
.NET Aspire in Action: Cloud-Native App Development with Messaging Components
In this session, Ryan will introduce .NET Aspire and provide a quick demo on how to start building cloud-native apps. I will ...also demonstrate how to use various .NET Aspire messaging components, including how to integrate them into projects and optimize their functionality.
25. DezemberMeetup
Stammtisch (gemeinsam mit der Functional Programmers UG KA)
5. Januar 2026Meetup
Azure Meetup Konstanz & Region - Monthly
7. Januar 2026DortmundMeetup
AI-Driven Development mit GitHub Copilot in Visual Studio
7. Januar 2026HamburgMeetup
Hamburg C# and .NET User Group Meetup
8. Januar 2026BerlinMeetup
Math and Coding: Solving Real-Life Probability Problems - FLINTA* only
8. Januar 2026DresdenMeetup
JavaScript Meetup
13. Januar 2026Frankfurt am MainMeetup
Monster-Meeting Rhein-Main Januar 2026
13. Januar 2026DüsseldorfMeetup