Glenn Condron and David Fowler:
Building Cloud Native apps with .NET 8
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Glenn Condron and David Fowler:
Building Cloud Native apps with .NET 8
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Daniel Roth and Steve Sanderson:
Full stack web UI with Blazor in .NET 8
The most optimal web app experiences in.NET 8 may be provided fully within Blazor by utilizing Blazor`s practical component model. Blazor allows you to create your full online application without requiring you to mix web frameworks or write JavaScript. This webinar will cover how to power your web apps from the server for optimum performance and scalability with Blazor`s new server-side rendering functionality. You`ll discover how to further optimize the user experience by adding sophisticated features like streaming rendering and improved form handling and navigation with ease. Next, use Blazor WebAssembly or Blazor Server to add robust client-side interactivity as needed.
The most optimal web app experiences in.NET 8 may be provided fully within Blazor by utilizing Blazor`s practical component model. Blazor allows you to create your full online application without requiring you to mix web frameworks or write JavaScript. This webinar will cover how to power your web apps from the server for optimum performance and scalability with Blazor`s new server-side rendering functionality. You`ll discover how to further optimize the user experience by adding sophisticated features like streaming rendering and improved form handling and navigation with ease. Next, use Blazor WebAssembly or Blazor Server to add robust client-side interactivity as needed.
Daniel Roth and Steve Sanderson:
Full stack web UI with Blazor in .NET 8
The most optimal web app experiences in.NET 8 may be provided fully within Blazor by utilizing Blazor`s practical component model. Blazor allows you to create your full online application without requiring you to mix web frameworks or write JavaScript. This webinar will cover how to power your web apps from the server for optimum performance and scalability with Blazor`s new server-side rendering functionality. You`ll discover how to further optimize the user experience by adding sophisticated features like streaming rendering and improved form handling and navigation with ease. Next, use Blazor WebAssembly or Blazor Server to add robust client-side interactivity as needed.
Glenn Condron and David Fowler:
Building Cloud Native apps with .NET 8
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Glenn Condron and David Fowler:
Building Cloud Native apps with .NET 8
Take a deep dive into the future of cloud-native programming in.NET to start off your first day of the conference. Get an early peek at the new features in.NET 8.0 to create dependable, high-performing services that work flawlessly on any cloud platform. Discover how Native AOT transforms app size and speed, and take use of Open Telemetry support to get even more insight. Don`t miss the unique revelation and live demos that will take your.NET development skills to the next level!
Burke Holland, Leslie Richardson:
Packing light with VS Code and the C# Dev Kit
Learn about lightweight C# development with Visual Studio Code and the brand-new C# DevKit plugin during this informative presentation. We`ll go over the main functions of the C# Dev Kit in this session, along with some helpful hints and suggestions for making the most of Visual Studio Code. Discover how to use debugging tools efficiently, explore your codebase with ease, and transfer your existing knowledge to an editor that you may not be familiar with. This webinar will teach you practical insights and approaches to make your C# programming lightweight and efficient, regardless of your experience level as a developer.
Learn about lightweight C# development with Visual Studio Code and the brand-new C# DevKit plugin during this informative presentation. We`ll go over the main functions of the C# Dev Kit in this session, along with some helpful hints and suggestions for making the most of Visual Studio Code. Discover how to use debugging tools efficiently, explore your codebase with ease, and transfer your existing knowledge to an editor that you may not be familiar with. This webinar will teach you practical insights and approaches to make your C# programming lightweight and efficient, regardless of your experience level as a developer.
Burke Holland, Leslie Richardson:
Packing light with VS Code and the C# Dev Kit
Learn about lightweight C# development with Visual Studio Code and the brand-new C# DevKit plugin during this informative presentation. We`ll go over the main functions of the C# Dev Kit in this session, along with some helpful hints and suggestions for making the most of Visual Studio Code. Discover how to use debugging tools efficiently, explore your codebase with ease, and transfer your existing knowledge to an editor that you may not be familiar with. This webinar will teach you practical insights and approaches to make your C# programming lightweight and efficient, regardless of your experience level as a developer.
Arthur Vickers, Shay Rojansky:
Entity Framework Core 8: Improved JSON, queryable collections , and more…
Entity Framework Core 8 (EF8) brings many of the much-needed new capabilities and significant underlying infrastructure modifications that prepare EF Core for upgrades in the future. Among the new EF8 features are: - Additional relational database support for JSON, such as: - Map and query collections of primitive types; - Send multi-value arguments for translations, such {List.Contains}, using JSON - SQLite mapping to JSON columns Make use of the additional assistance to boost performance, such as when utilizing Contains - Split the contents of your classes across many database columns using C# structs with DDD value object semantics - Use raw SQL queries for unmapped types - EF Core on SQL Server now officially supports {HierarchyId} - Lazy loading and change tracking API improvements.
Entity Framework Core 8 (EF8) brings many of the much-needed new capabilities and significant underlying infrastructure modifications that prepare EF Core for upgrades in the future. Among the new EF8 features are: - Additional relational database support for JSON, such as: - Map and query collections of primitive types; - Send multi-value arguments for translations, such {List.Contains}, using JSON - SQLite mapping to JSON columns Make use of the additional assistance to boost performance, such as when utilizing Contains - Split the contents of your classes across many database columns using C# structs with DDD value object semantics - Use raw SQL queries for unmapped types - EF Core on SQL Server now officially supports {HierarchyId} - Lazy loading and change tracking API improvements.
Arthur Vickers, Shay Rojansky:
Entity Framework Core 8: Improved JSON, queryable collections , and more…
Entity Framework Core 8 (EF8) brings many of the much-needed new capabilities and significant underlying infrastructure modifications that prepare EF Core for upgrades in the future. Among the new EF8 features are: - Additional relational database support for JSON, such as: - Map and query collections of primitive types; - Send multi-value arguments for translations, such {List.Contains}, using JSON - SQLite mapping to JSON columns Make use of the additional assistance to boost performance, such as when utilizing Contains - Split the contents of your classes across many database columns using C# structs with DDD value object semantics - Use raw SQL queries for unmapped types - EF Core on SQL Server now officially supports {HierarchyId} - Lazy loading and change tracking API improvements.
Wish to quickly incorporate LLM AI into your app? In the wake of the ChatGPT explosion in late 2022, it is the purpose for which the open-source project Semantic Kernel was developed. Discover the most recent developments in Semantic Kernel for creating AI planners and plugins.
Wish to quickly incorporate LLM AI into your app? In the wake of the ChatGPT explosion in late 2022, it is the purpose for which the open-source project Semantic Kernel was developed. Discover the most recent developments in Semantic Kernel for creating AI planners and plugins.
Wish to quickly incorporate LLM AI into your app? In the wake of the ChatGPT explosion in late 2022, it is the purpose for which the open-source project Semantic Kernel was developed. Discover the most recent developments in Semantic Kernel for creating AI planners and plugins.
Luis Quintanilla, Maria Naggaga:
Build Intelligent Apps with .NET and Azure
Come learn how to use artificial intelligence (AI) to build the next wave of intelligent apps that will revolutionize productivity, streamline workflows, and yield important insights. The process of creating intelligent apps is made more efficient by.NET and Azure throughout the whole stack, including the runtime, libraries, SDKs, tools, and services.
Come learn how to use artificial intelligence (AI) to build the next wave of intelligent apps that will revolutionize productivity, streamline workflows, and yield important insights. The process of creating intelligent apps is made more efficient by.NET and Azure throughout the whole stack, including the runtime, libraries, SDKs, tools, and services.
Luis Quintanilla, Maria Naggaga:
Build Intelligent Apps with .NET and Azure
Come learn how to use artificial intelligence (AI) to build the next wave of intelligent apps that will revolutionize productivity, streamline workflows, and yield important insights. The process of creating intelligent apps is made more efficient by.NET and Azure throughout the whole stack, including the runtime, libraries, SDKs, tools, and services.
David Ortinau, Maddy Montaquila:
What’s New in .NET MAUI
Businesses all across the world are using.NET MAUI to create desktop and mobile applications, and.NET 8 offers improved memory management, increased stability, and new desktop features to all users. This talk will cover the latest features of.NET 8, how businesses are using.NET MAUI to successfully deliver production-quality applications, and how to get the most out of Visual Studio and Visual Studio Code.
Businesses all across the world are using.NET MAUI to create desktop and mobile applications, and.NET 8 offers improved memory management, increased stability, and new desktop features to all users. This talk will cover the latest features of.NET 8, how businesses are using.NET MAUI to successfully deliver production-quality applications, and how to get the most out of Visual Studio and Visual Studio Code.
David Ortinau, Maddy Montaquila:
What’s New in .NET MAUI
Businesses all across the world are using.NET MAUI to create desktop and mobile applications, and.NET 8 offers improved memory management, increased stability, and new desktop features to all users. This talk will cover the latest features of.NET 8, how businesses are using.NET MAUI to successfully deliver production-quality applications, and how to get the most out of Visual Studio and Visual Studio Code.
Scott Hunter:
Building and scaling cloud-native, intelligent applications on Azure and .NET
Discover how to use Azure Kubernetes Service and Azure Container Apps to run cloud-native serverless and container apps. We assist you in selecting the best service for your apps. We demonstrate why Azure is the ideal platform for storing intelligent and cloud-native programs, as well as an app that makes use of Azure Data and Azure OpenAI Service. Discover all of the additional features that our container platforms offer, such as how to monitor, test for scale, deploy, and much more.
Discover how to use Azure Kubernetes Service and Azure Container Apps to run cloud-native serverless and container apps. We assist you in selecting the best service for your apps. We demonstrate why Azure is the ideal platform for storing intelligent and cloud-native programs, as well as an app that makes use of Azure Data and Azure OpenAI Service. Discover all of the additional features that our container platforms offer, such as how to monitor, test for scale, deploy, and much more.
Scott Hunter:
Building and scaling cloud-native, intelligent applications on Azure and .NET
Discover how to use Azure Kubernetes Service and Azure Container Apps to run cloud-native serverless and container apps. We assist you in selecting the best service for your apps. We demonstrate why Azure is the ideal platform for storing intelligent and cloud-native programs, as well as an app that makes use of Azure Data and Azure OpenAI Service. Discover all of the additional features that our container platforms offer, such as how to monitor, test for scale, deploy, and much more.