Skip to content

Commit

Permalink
Merge pull request #56 from dotnet-presentations/jongalloway-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jongalloway committed Aug 9, 2022
2 parents f34b477 + 7107ce0 commit 75bd5cf
Showing 1 changed file with 157 additions and 1 deletion.
158 changes: 157 additions & 1 deletion 2022/FocusOnMAUI/Technical/readme.md
Expand Up @@ -11,6 +11,162 @@ Maddy and David open the day with an introduction to .NET Multi-platform App UI,
- [Demo - .NET Podcasts](https://github.com/microsoft/dotnet-podcasts)
- [Demo - .NET Point of Sale](https://github.com/dotnet/maui-samples/tree/main/6.0/Apps/PointOfSale)


> **Note**
> More be added as soon as we get them, keep checking back!
<!---
### Setting up shop for .NET MAUI
[Gerald Versluis](https://twitter.com/jfversluis)
With all this content about .NET MAUI it&#x27;s easy to forget that there comes one step before building amazing apps: setting up your development environment! In this session I will give you an overview of what is involved with setting up your dev box to start developing with .NET MAUI. After this session you will know what to install, how to configure the pieces together and how to run your first .NET MAUI app!
- [Video]
- [Slides]
- [Demo]
### Authenticate users and call protected APIs in your MAUI app
[Sameer Khandekar](https://twitter.com/sameerIOTApps)
Securing customer information is of paramount importance. Come and learn how, using MSAL.NET, you can add authentication of users to your MAUI app, and call a protected web API on behalf of the signed-in user! This session briefly explains OAuth 2.0, and how your app can use MSAL.NET to sign-in a user and get an access token for a protected API. It covers both Azure Active Directory and Azure AD B2C users. B2C user should be able to login in the app using their Facebook, Google, and Microsoft accounts.
- [Video]
- [Slides]
- [Demo]
### Building Beautiful apps for Mac using .NET MAUI
Elizabeth Hare
.NET MAUI support for Visual Studio 2022 for Mac is in preview! Join Elizabeth Hare for a tour of the new VS Mac experience and a demo of .NET MAUI capabilities that you can try today!
- [Video]
- [Slides]
- [Demo]
### From web to native with .NET MAUI and Blazor
[Dan Roth](https://twitter.com/danroth27)
Blazor uses the latest open web standards to enable full stack web development with .NET. But what if you need to build a native client app? Blazor has expanded beyond the web to enable building native client apps using a hybrid of web technologies and .NET. In this session we&#x2019;ll look at the new Blazor Hybrid support in .NET MAUI for building cross-platform native client apps for mobile, desktop using your existing Blazor web UI components.
- [Video]
- [Slides]
- [Demo]
### Single Project - MAUI application architecture and features
McKenna Barlow
In this session, learn about what makes up a MAUI application! .NET MAUI single project takes care of collecting all the development experiences from the different target platforms and abstracts them into a single shared project so that you can have a simplified and consistent cross-platform development experience across all target platforms. Come learn about MAUI application architecture and some of the cool features you can take advantage of!
- [Video]
- [Slides]
- [Demo]
### Code Reuse with .NET MAUI
[Sam Basu](https://twitter.com/samidip)
While .NET MAUI is the next generation of .NET cross-platform development, there are plenty of ways to reuse existing code &amp; skills. Migration &amp; reusability from Xamarin.Forms to .NET MAUI should be natural - tools can help. .NET code &amp; styling can now be shared seamlessly between web, desktop &amp; mobile. Blazor is very welcome in .NET MAUI and developers can do all the native mobile/desktop things with Blazor code, while reusing shared Blazor components between web/.NET MAUI/WPF/WinForms. JavaScript code with Angular or React is also welcome on native mobile/desktop apps with .NET MAUI. Let&#x27;s explore the future of portability &amp; developer productivity with .NET MAUI.
- [Video]
- [Slides]
- [Demo]
### Zero to Mobile Database Hero - Learn to create online/offline data storage capable cross-platform apps in &lt; 30 minutes
[Luce Carter](https://twitter.com/LuceCarter1)
Storage of data is a core part of of many applications. Historically, when you ask developers about databases, they will talk to you about SQLite. But this is not the only way! In this session, Luce will introduce you to the powerful Developer Data Platform of MongoDB and how their cloud-hosted products, including Realm can allow you to easily store, query and manipulate data, with automatic online/offline sync, authentication and more. You will go away feeling more confident to turn your back on SQL and embrace the power of the document data model!
- [Video]
- [Slides]
- [Demo]
### C# 11: The highlights
[Mads Torgersen](https://twitter.com/MadsTorgersen)
Mads takes a whirlwind tour through the language features in the upcoming C# 11. Static virtual members, list patterns, required properties and raw string literals are all among the new tools in your toolbox for writing cleaner, safer, more general and more concise code in C#.
- [Video]
- [Slides]
- [Demo]
### C# and LINQ for Data Access with EF Core
[Jeremy Likness](https://twitter.com/JeremyLikness)
Forget magic strings, hand-written SQL queries and unfamiliar SDKs to deal with local data in your .NET MAUI apps. Entity Framework Core, also known as EF Core, is an object-mapper that empowers .NET developers to work with databases using the .NET languages and type system they know and love. In this session, learn how EF Core simplifies working with a cross-platform SQLite database in a .NET MAUI app and handles everything from complex queries to multiple updates that execute with a single line of developer code. Discover how client developers can use the same APIs that drive most REST, GraphQL, and gRPC backends on the server!
- [Video]
- [Slides]
- [Demo]
### UI Design for .NET MAUI
[Leomaris Reyes](https://twitter.com/LeomarisReyes11)
In this session, you will be able to replicate an amazing UI and to know some important tips to be a hero with XAML in .NET MAUI!
- [Video]
- [Slides]
- [Demo]
### DevOps with .NET MAUI using GitHub Actions &amp; Azure DevOps
[Sweeky Satpathy](https://twitter.com/SweekritiS)
Let&#x27;s learn how to get started with a starter DevOps pipeline in GitHub Actions and Azure DevOps. We&#x27;ll walkthrough some sample pipelines and learn how to configure the settings. You&#x27;ll learn tips and tricks to help you add DevOps goodness to all your .NET MAUI apps!
- [Video]
- [Slides]
- [Demo]
### Getting apps ready for stores &amp; publishing
[Olia Gavrysh](https://twitter.com/oliagavrysh)
Now that you&#x27;ve built a great app with .NET MAUI, it&#x27;s time to publish it! In this session, you&#x27;ll learn how to package and distribute your apps for Windows, Android, iOS, and macOS.
- [Video]
- [Slides]
- [Demo]
### Building Realtime Games with .NET MAUI
[Shaun Lawrence](https://twitter.com/Bijington)
After all of the excellent topics today let&#x27;s kick back and enjoy a good gaming session. We will be looking at how we can build games in .NET MAUI and especially focussing on how we can leverage the power of SignalR to apply a multiplayer/realtime element to our games.
- [Video]
- [Slides]
- [Demo]
-->

0 comments on commit 75bd5cf

Please sign in to comment.