Épisodes

  • Episode 126: .NET 9, Holiday Hacks, & GitHub Copilot Free
    Dec 23 2024
    .NET 9 is officially here! We talk a little bit .NET Conf and the major announcements, .NET Aspire, AI, Holiday Hacks, and GitHub Copilot Free! Links: .NET Conf: https://www.youtube.com/playlist?list=PLdo4fOcmZ0oXeSG8BgCVru3zQtw_K4ANY .NET Aspire: https://learn.microsoft.com/dotnet/aspire/get-started/aspire-overview Microsoft Extensions AI: https://devblogs.microsoft.com/dotnet/introducing-microsoft-extensions-ai-preview/ GitHub Copilot Free: https://github.blog/news-insights/product-news/github-copilot-in-vscode-free/ Visual Studio - Copilot Blog: https://code.visualstudio.com/blogs/2024/12/18/free-github-copilot Visual Studio Code - Copilot Blog: https://devblogs.microsoft.com/visualstudio/github-copilot-free-is-here-in-visual-studio/ Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    46 min
  • Episode 125: Hello Xcode 16 & .NET 9 RC 2
    Oct 18 2024
    The latest in greatest for .NET MAUI is here with .NET 9 RC 2 which comes with plenty of awesome enhancements for mobile and desktop developers. We discuss Xcode 16 and iOS 18 support for both .NET 8 and .NET 9 and what to expect when upgrading your apps. Links: What's new: https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-9 Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    36 min
  • Episode 124: CollectionView++, AI Goodies, and VS Code Setup
    Aug 26 2024
    It's time for another .NET MAUI Podcast with James, David, and Matt! This podcast we talk all about VS Code for .NET MAUI and some setup recommendations, new AI enhancements, and goodies coming to .NET MAUI in .NET 9 Preview 7 that you can try today! Links: - James VS Code Setup Guide: https://www.youtube.com/watch?v=1t2zzoW4D98 - James Deploy to iOS Guide: https://www.youtube.com/watch?v=B-kZ-AgEeO8 - .NET 9 Preview 7: https://devblogs.microsoft.com/dotnet/dotnet-9-preview-7/ - OpenAI SDK: https://devblogs.microsoft.com/dotnet/?p=52138 - Inference SDK: https://devblogs.microsoft.com/dotnet/azure-ai-model-catalog-dotnet-inference-sdk/ Follow Us: * James: X (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: X (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: X (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    46 min
  • Episode 123: Building Accessible Apps with .NET MAUI featuring Rachel Kang
    Aug 16 2024
    Show Notes Rachel Kang, .NET MAUI Program Manager, joins the podcast to talk about all things accessibility for .NET MAUI developers. Why is accessibility important, how do you test it, what features are available, and so much more! Links Docs: https://learn.microsoft.com/dotnet/maui/fundamentals/accessibility Blogs: * Keyboard accessibility - https://devblogs.microsoft.com/dotnet/the-journey-to-accessible-apps-keyboard-accessible/ * Screen Readers: https://devblogs.microsoft.com/xamarin/the-journey-to-accessible-apps-screen-readers/ * Making Visual Text Accessible: https://devblogs.microsoft.com/xamarin/the-journey-to-accessible-apps-making-visual-text-accessible/ * Content Ordering: https://devblogs.microsoft.com/xamarin/the-journey-to-accessible-apps-meaningful-content-ordering/ Special Guest: Rachel Kang.
    Voir plus Voir moins
    23 min
  • Episode 122: Has it been a year already?
    Jul 12 2024
    Show Notes C# Azure Search Sample with MAUI! (https://github.com/Azure-Samples/azure-search-openai-demo-csharp) .NET AI Documentation (https://learn.microsoft.com/dotnet/ai) Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    39 min
  • Episode 121: M365 Admin App: A Customer .NET MAUI Migration Story
    Dec 15 2023
    Show Notes The M365 Admin app is used to administer M365 tenants on the go. It's a complex app written in Xamarin.Forms ... or it was. Find out how the team behind the M365 admin app migration from Xamarin.Forms to .NET MAUI. .NET MAUI API Browser (https://learn.microsoft.com/en-us/dotnet/api/?view=net-maui-7.0) Reuse Effects in .NET MAUI (https://learn.microsoft.com/en-us/dotnet/maui/migration/effects?view=net-maui-7.0) Upgrade a Xamarin.Forms app to a .NET MAUI app with the .NET Upgrade Assistant (https://learn.microsoft.com/en-us/dotnet/maui/migration/upgrade-assistant?tabs=vswin) Migrate a Xamarin.Forms custom renderer to a .NET MAUI handler (https://learn.microsoft.com/en-us/dotnet/maui/migration/renderer-to-handler) Namespace changes (https://learn.microsoft.com/dotnet/maui/migration/multi-project-to-multi-project?view=net-maui-8.0#namespace-changes) API changes (https://learn.microsoft.com/dotnet/maui/migration/multi-project-to-multi-project?view=net-maui-8.0#api-changes) Update app dependencies (https://learn.microsoft.com/dotnet/maui/migration/multi-project-to-multi-project?view=net-maui-8.0#update-app-dependencies) Migration troubleshooting tips (https://learn.microsoft.com/dotnet/maui/migration/multi-project-to-multi-project?view=net-maui-8.0#compile-and-troubleshoot) Upgrade from .NET 7 to .NET 8 (https://learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-8?view=net-maui-8.0#upgrade-from-net-7-to-net-8) What's new in .NET MAUI for .NET 8 (https://learn.microsoft.com/dotnet/maui/whats-new/dotnet-8?view=net-maui-8.0) Cross-platform resource files with single project (https://learn.microsoft.com/dotnet/maui/fundamentals/single-project?view=net-maui-8.0#resource-files) Build accessible apps with semantic properties (https://learn.microsoft.com/dotnet/maui/fundamentals/accessibility?view=net-maui-8.0) Mono interpreter on iOS and Mac Catalyst (https://learn.microsoft.com/dotnet/maui/macios/interpreter?view=net-maui-8.0) Microsoft Intune App SDK for .NET MAUI (Android | iOS) (https://github.com/msintuneappsdk) Add authentication to your .NET MAUI app using MSAL.NET (https://learn.microsoft.com/azure/developer/mobile-apps/azure-mobile-apps/quickstarts/maui/authentication?pivots=vs2022-mac) A .NET MAUI sample using MSAL.NET to authenticate users with Azure AD (https://learn.microsoft.com/samples/azure-samples/ms-identity-ciam-dotnet-tutorial/ms-identity-ciam-dotnet-tutorial-2-sign-in-maui/) Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    53 min
  • Episode 120: Polaris : A Customer Migration Story
    Oct 6 2023
    Show Notes Migrate your Xamarin.iOS Binding Library (https://learn.microsoft.com/en-us/dotnet/maui/migration/ios-binding-projects) Migrate your Xamarin.Android Binding Library (https://learn.microsoft.com/en-us/dotnet/maui/migration/android-binding-projects) Auth0 Documentation for .NET MAUI (https://auth0.com/blog/add-authentication-to-dotnet-maui-apps-with-auth0/) Mapbox .NET MAUI Support (https://github.com/tuyen-vuduc/mapbox-maui) Minnesota Enterprise Mobile UG: Party On with 3rd Party Binding Libraries in .NET MAUI (https://www.youtube.com/watch?v=XJMoaH2Tzn0) .NET MAUI API Browser (https://learn.microsoft.com/en-us/dotnet/api/?view=net-maui-7.0) Reuse Effects in .NET MAUI (https://learn.microsoft.com/en-us/dotnet/maui/migration/effects?view=net-maui-7.0) Upgrade a Xamarin.Forms app to a .NET MAUI app with the .NET Upgrade Assistant (https://learn.microsoft.com/en-us/dotnet/maui/migration/upgrade-assistant?tabs=vswin) Migrate a Xamarin.Forms custom renderer to a .NET MAUI handler (https://learn.microsoft.com/en-us/dotnet/maui/migration/renderer-to-handler) Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    50 min
  • Episode 119: Build and MAUI and Recaps
    Jun 23 2023
    Show Notes Microsoft Build just happened - tune in to hear David's, James', and Matt's thoughts! Latest Releases Latest on .NET MAUI (https://devblogs.microsoft.com/dotnet/announcing-dotnet-maui-in-dotnet-8-preview-5/?WT.mc_id=dotnet-99866-masoucou) .NET upgrade assistant w/ support for MAUI (https://devblogs.microsoft.com/dotnet/upgrade-assistant-general-availability/?WT.mc_id=dotnet-99866-masoucou) NET 8 preview 4 & 5 and Visual Studio Previews Visual Studio 17.7 Preview 1 (https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-7-preview-1-is-here/?WT.mc_id=dotnet-99866-masoucou) Visual Studio 17.7 Preview 2 (https://devblogs.microsoft.com/visualstudio/visual-studio-2022-17-7-preview-2-is-here/?WT.mc_id=dotnet-99866-masoucou) .NET 8 Preview 4 (https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-4/?WT.mc_id=dotnet-99866-masoucou) .NET 8 Preview 5 (https://devblogs.microsoft.com/dotnet/announcing-dotnet-8-preview-5/?WT.mc_id=dotnet-99866-masoucou) Speech recognition in .NET MAUI w/ community toolkit (https://devblogs.microsoft.com/dotnet/speech-recognition-in-dotnet-maui-with-community-toolkit/?WT.mc_id=dotnet-99866-masoucou) C# Dev Kit for VS Code (https://devblogs.microsoft.com/visualstudio/announcing-csharp-dev-kit-for-visual-studio-code/?WT.mc_id=dotnet-99866-masoucou) Latest News Visual Studio UI Refresh (https://devblogs.microsoft.com/visualstudio/visual-studio-ui-refresh/?WT.mc_id=dotnet-99866-masoucou) Create a PR in Visual Studio (https://devblogs.microsoft.com/visualstudio/create-a-pull-request-in-visual-studio/?WT.mc_id=dotnet-99866-masoucou) Surround selection (https://devblogs.microsoft.com/visualstudio/surround-selection-experiment/?WT.mc_id=dotnet-99866-masoucou) Azure News QnA assist in MS Learn (https://techcommunity.microsoft.com/t5/microsoft-learn-blog/microsoft-learn-announces-microsoft-q-amp-a-assist-and-new/ba-p/3614012?WT.mc_id=dotnet-99866-masoucou) Azure Service of the Month Azure Deployment Environments Build Session (https://build.microsoft.com/sessions/e102bb71-f8ef-4538-9a59-158ec6f442b6?wt.mc_ID=Build2023_comms_corp_OT_oo_bon_bon&WT.mc_id=dotnet-99866-masoucou) Azure Deployment Environments Azure Friday (https://www.youtube.com/watch?v=_rRiVELgdf4) Follow Us: * James: Twitter (https://twitter.com/jamesmontemagno), Blog (https://montemagno.com), GitHub (http://github.com/jamesmontemagno), Merge Conflict Podcast (http://mergeconflict.fm) * Matt: Twitter (https://twitter.com/codemillmatt), Blog (https://codemilltech.com), GitHub (https://github.com/codemillmatt) * David: Twitter (https://twitter.com/davidortinau), Github (https://github.com/davidortinau)
    Voir plus Voir moins
    38 min