For over 30 years, Visual Studio Live! (VSLive!) conferences have provided expert solutions for developers, engineers, software architects, and designers. Attendees come to Visual Studio Live! to acquire practical, pragmatic, and immediately applicable knowledge. They come for inspiration and to be shown a vision of a better future through the use of concepts, techniques, patterns and technology that they can apply in their organizations. And they come for a glimpse of the future of technology; the cool stuff that Microsoft and others are building that may not be useful today but will factor into their strategic planning process.
The Call for Presentations for Visual Studio Live! Austin 2027 is now OPEN.
Proposals are due: Monday, October 5, 2026, 11:59 CST
Visual Studio Live! Austin - May 2 – 6, 2027
Hyatt Regency, Austin, TX
Visual Studio Live! Austin Session Formats:
Submit in any format above, across one track or several (e.g., split 3 talks across different tracks, or submit all 3 within one).
Tips for a successful submission:
Speakers are typically booked for at least two 75-minute sessions, so submit 3 or more 75-minute topics (plus any labs/fast focuses you'd like to give), especially overview/intro topics that many other speakers are likely to submit. A clear, track-appropriate title and a description with concrete takeaways matter most, since many speakers submit similar topics; a strong title, abstract, and takeaways are often what separates otherwise-similar submissions. Having several selectable talks also helps us say yes to great speakers who'd otherwise be cut for having only one.
Also seeking speakers for 2027 VSLive! Training Courses: 2-day, 4-day, and 6-week hands-on labs.
Session, workshop, and hands-on lab proposals are welcome in the following topic areas:
AI, Agents, and Agentic Apps
The AI, Agents, and Agentic Apps track covers building intelligence into real applications and building the agents that increasingly are the application. We want talks on working with LLMs and small language models, RAG and vector search, prompt and context engineering, tool calling and MCP, and the Microsoft AI stack including Microsoft Foundry, the Microsoft Agent Framework, and Copilot Studio, as well as, sessions grounded in other ecosystems and platforms.
We are especially looking for sessions that move past “here’s how to call a model” into what it takes to run these systems in production. This includes evaluating and testing non-deterministic systems, reliability and observability, cost optimization, latency and performance tuning at scale, identity and permissions for agents, securing tool calls against prompt injection, multi-agent orchestration, human-in-the-loop design, and honest guidance on when not to build an agent. Sessions on smaller or local models, where data residency, latency, or budget rule out frontier APIs, are welcome too.
Here are examples of topics that have been selected in past shows for this track:
Application Development
The Application Development track covers development of applications in and around the Microsoft technology stack. We want talks on ASP.NET Core and minimal APIs, Blazor and modern web UI, .NET MAUI and Blazor Hybrid, desktop development with WPF and WinUI, console and worker services, REST and gRPC services, real-time applications with SignalR, and the client-side technologies these apps depend on, including TypeScript, JavaScript frameworks, and component libraries. Sessions grounded in other stacks and ecosystems are welcome when the lessons travel. While we have a dedicated track for data, databases, and data science, this track is a great home for data access frameworks like EF Core and Dapper.
Your topics might demonstrate applied or integration AI as part of an application, be focused on human user interactions and workflows, or be focused on pure backend computing scenarios. We are especially looking for sessions that go beyond the "new project" template into what it takes to build and maintain real applications: UI and component design, state management, authentication and authorization in the app layer, accessibility, offline and occasionally connected scenarios, API versioning and integration, testing strategy, performance and startup tuning, packaging and deployment, and modernizing or upgrading existing apps rather than rewriting them. Whether you're building greenfield, adding a modern front end to something long-lived, or shipping the same codebase to web, desktop, and mobile, bring concrete patterns, trade-offs, and demo-driven guidance attendees can apply to their own applications.
Here are examples of topics that have been selected in past shows for this track:
Career, Leadership, and Human Factors
The Career, Leadership, and Human Factors track covers the people side of building software: how individuals grow, how teams work well together, and how organizations support both. We want talks on leading and influencing at any level, communicating and collaborating across teams and disciplines, and building the resilience, culture, and practices that make sustainable, high-quality work possible. Whether your story is personal (career, wellbeing, mindset) or organizational (culture, change, delivery), the focus should be on people and how they work, not a specific tool or technology. Practical lessons and frameworks attendees can bring back to their teams to make an immediate, positive impact are especially welcome.
Here are examples of topics that have been selected in past shows for this track:
Cloud, Architecture, and Security
The Cloud, Architecture, and Security track covers how systems are designed, deployed, and defended in the cloud, on-premises, at the edge, or across all of them.
We want cloud talks on Azure, AWS, and GCP, and cloud-native depth on containers, Kubernetes and AKS, Azure Container Apps, serverless, .NET Aspire, distributed application patterns, hybrid and multi-cloud, migration and modernization, cost and governance.
We want architecture talks on the decisions that shape a system including microservices versus modular monoliths, vertical slice architecture and other approaches, domain and API design, messaging and event-driven patterns, integration and legacy interop, resiliency, and observability. Whether you're designing greenfield, rearchitecting something you've outgrown, or hardening a system that's been in production for decades, bring concrete patterns, trade-offs, and lessons from real experiences and environments.
We want security talks that apply to anywhere code runs including identity and access management, authentication and authorization, zero trust, securing APIs and service-to-service calls, secrets and key management, encryption at rest and in transit, supply chain risk, and threat modeling for developers and architects.
Here are examples of topics that have been selected in past shows for this track:
Data Engineering and Analytics
The Data Engineering and Analytics track covers the full lifecycle of getting data from source to insight: storage, movement, modeling, and analysis, on Microsoft platforms and beyond. We want talks on SQL Server and Azure SQL, big data and lakehouse architectures including Microsoft Fabric and Azure Databricks, and data integration and pipelines. We're also looking for sessions on choosing the right data store across relational, NoSQL, and specialized options, data security and encryption, and the data science tooling like Jupyter Notebooks that developers use to explore and work with data. Whether you're deep in a single platform or bridging several, bring practical patterns attendees can apply to their own data estates.
Here are examples of topics that have been selected in past shows for this track:
Developer Experience and DevOps
The Developer Experience and DevOps track covers how teams build, ship, and operate software well. We want topics ranging from the day-to-day developer workflow to the pipelines, platforms, and practices that get code into production reliably. On the inner loop side, we want talks on getting the most out of Visual Studio and Visual Studio Code, source control and branching strategies, performance and profiling, testing strategy and automation, and AI-assisted development across both traditional IDEs and CLI-driven tools like GitHub Copilot, Claude Code, and Codex. On the outer loop side, we're looking for agentic DevOps and AI-assisted delivery, CI/CD and release tooling (Azure DevOps, GitHub Actions, and beyond), Site Reliability Engineering, Platform Engineering, and the DevSecOps practices that keep security built in rather than bolted on. Whether your session is about the IDE, the terminal, the pipeline, or the team running all three, we want practical, demo-driven content that attendees can take back and apply.
Here are examples of topics that have been selected in past shows for this track:
Programming Languages and Fundamentals
The Programming Languages and Fundamentals track focuses on languages and the runtimes that support them. We want talks on C# and the newest language features, the .NET runtime and how it actually executes your code, the base class libraries and the NuGet ecosystem, and any language or runtime in and around the Microsoft ecosphere, including VB, F#, Python, TypeScript, and JavaScript.
We are especially looking for sessions that build durable skills rather than chase a single release: asynchronous programming and threading, memory management, spans and allocation-free code, generics and type system depth, source generators and reflection, interop and native AOT, algorithms and data structures, testable and idiomatic code, and profiling and benchmarking to know whether a change actually helped. Language comparisons and "X for Y developers" talks are welcome, as are fundamentals sessions that give newer developers a solid foundation and give experienced developers a clearer mental model of what the runtime is doing underneath.
Here are examples of topics that have been selected in past shows for this track:
Submission Guidelines
Please include the following information with your submission (failure to supply all requested information may limit opportunities for selection):
Speakers that are chosen to present at Visual Studio Live! events will receive a full-conference pass and a stipend for each session they present. Speakers are responsible for their own travel costs and incidentals. The speaker stipend for two talks typically covers domestic flight costs and travel to/from the airport. Visual Studio Live! will also cover hotel accommodation (room and tax only) for a pre-determined number of nights at a host hotel as outlined in the speaker agreement.
We look forward to your submissions.
The Visual Studio Live! Event Team
If you haven't logged in before, you'll be able to register.
Using social networks to login is faster and simpler, but if you prefer username/password account - use Classic Login.