by far, the best MAUI tutorial that I have seen (James rocks anyway but still, this one was great). , I am already am a pro C# developer and researched MAUI stuff for the last several months so I knew bits and pieces but this really pulled it all together for me. Thanks James, really helped me!
James, I love your videos. I would be really interested in more content about working with local data, building upon your workshop adding for instance a local database of monkeys, caching the online data and loading data not only by user interaction but when an app starts or a page is loaded. All while using a MVVMS approach of course.
@@JamesMontemagno I also liked the intellisense with Xaml, I'm hoping this will be a feature with C# ? I know that might require method extensions and that requires more work.
Great video ! the number of programmers on MAUI after such a video will definitely increase ! the question is- how to change font size in title Content Page
Hi James, I enjoyed your Xamarin Forms tutorial and now this one as well. It's 1 year later since your video was published first and things are looking a bit different now but I got my first project done!
Thanks! Please can you do a similar tutorial using vscode? As you know there is no VS for Mac anymore. Thanks and I appreciate all you do for the community
Nice intro James, very useful. I'm somewhat disappointed though that Visual Studio doesn't provide a WYSIWYG editor to construct the UI. Android Studio has been doing this for years. Very surprised that Microsoft removed this capability from Visual Studio. That's my only gripe really. Like the C# language, and the project structure, with all code and resources nicely accessible.
I wish WYSIWYG would just go away already. I'm not here to tinker around with your little GUI widgets and whatnot... so silly. If you are really handling frontend of any kind, XML based layouts or just widget based layouts like flutter should be no deterrent to you. If you are a backend person it's understandable but still. It's taking away resources from any team to be focusing on something so inessential like that.
@@purplevincent4454 Well, I mean WYSIWYG shouldn’t go away, I’ve got one implemented on my site for users to write notes in and stuff 😂 But as far as for development, it’s completely useless, at least I’ve never felt the need to use one. When I was a PhD student in maths, all of our work was typeset with LaTex and a lot of people weren’t comfortable with the pure markup and they used these WYSIWYG editors but the final code and compiled pdf looked like trash because it just has to guess essentially what you want
So if I want to use my physical iPhone to test out the app, I need to pay for a developer subscription of 99USD per year?? You didn't really go over this step, if I'm not mistaken.
I think these videos are amazing to learn .NET MAUI. I really wish,though, that there was more content on creating .NET MAUI and .MAUI Blazor hybrid apps using VS Code. I do a lot of programming on Macs and since Visual Studio for Mac is retiring on trying to find more resources to learn to use VS Code more efficiently for MAUI and Blazor app building.
Thank you for this great tutorial! I'm hoping to create an app where users could have an account and give x/5 star ratings on a type of thing (restraunts, skate parks, whatever). What would the architecture for something like that look like? I'm guessing that I'd have to have the app and also have a database that it would communicate with. Are there any starting points you'd recommend? Thanks again!
A little bit late to the show, but can it really be that there is no XAML-designer in VS2022? So we are back to the days before Visual Basic 1 and Delphi 1 and have to create UIs by clunky XML? Oh my ... still superb video,, thanx for doing that
I love the hot reload and other debugging features, but it's unfortunate that "Set Next Statement" is not supported. Is this a mobile phone restriction or just something that hasn't been implemented yet. I've historically been able to set a breapoint and adjust values and set statement back a few lines and retry. Would be greate to have that here.
Great video James. Love it. Question. I own a Windows 11 and Mac. I like to build everthing in Windows 11. A project may have API, Blazor Server and App, and .net MAUI Blazor. How would I get the .net MAUI Blazor project form VS on Windows to VS on MAC just to publish in xcode. Can I copy the whole project file off Windows 11 and bring to the Mac and it will run and work or is there a better way to do this? Or should I just build the phone side of things on the Mac from the get go?
I'm running into a bit of an issue. I set up a .NET MAUI Blazor application and tried running it in debug mode for Windows. It keeps saying that I must enable deployment in the configuration manager before it can debug the application (which makes no sense because it's already enabled). Also, checking the bin folder in my project, it appears to have built a debug mode version for ALL platforms rather than just Windows. I do not know what to do at all. Any help would be greatly appreciated.
If you are indeed on a Mac there is limited support for Windows Applications with the Mac Preview version of Maui. Personally, I would stay away from Blazer Web builds until the final release, why deal with the headaches.
Hi, James. Very nice. Could you make a video with two mp3, one in Backgroundmusic with lower volume and one for a voice mp3. The Backgroundmusic i want to choose between different sounds which will be played when the voice file is playing? Thanks Andreas
James, I was curious about the "authentication" selection when you added the Blazor project. Should we not select that since the MAUI app should be handling authentication via API? I'm not quite sure how to handle authentication. By the way, love your video series.
Hi James, my 1st time to program in through maui. Following the tutorial, I have connected my samsung phone through a usb but i dont see it in the debug list. Need your help
How do I add a flyoutpage thats not the first page as I have a login page then a summary page then comes the flyoutpage. i can't see how you do that using shell
Hi, love your .NET MAUI video. As I was trying to run my app, this warning "Resetting for Cold Boot: Emulator Engine failed" showed up and my emulator shut down immediately. I've tried reinstalling VS 2022 but it didn't help. Any suggestions?
Great video :)! What's bugging me though is that the tabbar animation for winui 3 seems to only work half way. The "moving away from" animation goes smooth and that just "pops up" in the new tab, while I expect it to flow in. Dunno, looks strange to me
Myself is novice developer interested in MAUI Blazor. But got stuck in creating simple Login system for my MAUI Blazor app. Like Blazor give ready made login system. Please provide at least easy sample to create easy login system for my MAUI Blazor APP. So that we start creating app without spending ton of time in creating Login System only.Thanks
Have you looked into adding MSAL perhaps as a login system? There is actually full documentation on authentication with Blazor Hybrid - docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/?view=aspnetcore-6.0&pivots=maui
I'm getting to grips with MAUI but a few things I don't understand. Why does Shell have all tabs and flyouts content defined there. Surely each page should manage its own content and layout. I couldn't fine anything online that explained why this is. Also you can't us DI without Shell, is that correct ?
Shell doesn't have to have tabs and flyout, it is only an option to define a hierarchy, you can use the specific pages later if you want too. For DI it is the only navigation that does it automatically, but you could pass the service provider around easily enough if you are using non-shell navigation.
I keep getting an error in the android device manager. "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host." I've tried downloading different devices with no luck. Any ideas?
My biggest pain in MAUI is that a Windows app cannot be customized like a WPF app (I know it should replace Xamarin in the first place). Right now at our company we plan to create a new app which would have some common elements with our mobile application but I don't feel like it is possible to do it yet. We most likely will start working on it in WPF and will migrate later if MAUI will meet our expectations.
Early preview support now out there devblogs.microsoft.com/visualstudio/announcing-the-dotnet-maui-extension-for-visual-studio-code/ I recently did a live stream with it
How can I create couples applications Android and windows and it's complete each other not same content the windows application that can manage Android app
James, I am sure you know the current state of Last Stable Version 8.0.0 of CommunityToolkit.Mvvm regarding [ICommand] and [AlsoNotifyChangeFor] have error editing and stopped working. My question is was something new introduced to replace those two attributes and I am not aware of the new replacements? I have found that going back to 8.0.0-preview3 (preview4 - doesn’t work either), clears the error up. I have reported the problem but have not received a response. Can you share any insight? Thanks in advance.
Instead of showing on how the default template works, how about showing on how to create a real dynamic app? SQL (CRUD operations), Passing on data to new pages or getting stuff from SQL.
@@JamesMontemagno do MAUI applications require an Android phone to have a .NET framework installed on it? if not, what is the overhead size of a MAUI application?
Finally someone with a great voice for giving tutorials. Great !
You re-spark the developer within me. Thank you!
Thank you for your awesome work, really useful for devs like me.
Glad you like them! THank you so much!
by far, the best MAUI tutorial that I have seen (James rocks anyway but still, this one was great). , I am already am a pro C# developer and researched MAUI stuff for the last several months so I knew bits and pieces but this really pulled it all together for me. Thanks James, really helped me!
Thank you so much James! I'm very excited about the .NET MAUI! Keep going!
Great video! James is a fantastic teacher.
Very good video! Helped me understand the basics and quickly start with MAUI. Thanks James!
these tips are enough to star building an application. Thanks a lot! Very useful !
Thanks!
Easily the best video on the topic
James, I love your videos. I would be really interested in more content about working with local data, building upon your workshop adding for instance a local database of monkeys, caching the online data and loading data not only by user interaction but when an app starts or a page is loaded. All while using a MVVMS approach of course.
Completely agree with you, Christian! I'd love James to cover that too, please!
I would love to see that too, it would be much appreciated.
It's coming along nicely, very happy to see C# content pages
Wanted to make sure I get that in there as I always get asked :)
@@JamesMontemagno I also liked the intellisense with Xaml, I'm hoping this will be a feature with C# ? I know that might require method extensions and that requires more work.
Checkout the c# markup library for .net Maui it gives you you a lot of nice things
@JamesMontemagno Thanks James. Unfortunately, I've moved onto Rust 🦀 thank you
Really inspiring. You have the touch to teach. Keep on!
Thank you!
Super James! It was a real good start!
Thanks once again James, great tutorial.
Amazing video, thanks for sharing all your knowledge
Awesome .NET MAUI Tutorial
Bravo James, as always. Now I start the 4hours one
Wow, this is a super helpful and thorough intro to MAUI. Thanks for the detail.
Please make API Project (CRUD Operation) with Android, IOS, MacOS, & Windows. And how make project with VS Code?
@James Can you make a tutorial for VSCode? At the moment, as you know there is no VS on Mac anymore. I think it will be a great video
Great video ! the number of programmers on MAUI after such a video will definitely increase !
the question is-
how to change font size in title Content Page
Σε ευχαριστουμε JAMES!!!
Thank you for sharing knowledge. Great tutorial.
Just one word: SUPERB!
Let's do my first .NET MAUI project!
Thank you so much! Amazing tutorial.
THank you so much, please keep posting videos like this
Hi James, I enjoyed your Xamarin Forms tutorial and now this one as well. It's 1 year later since your video was published first and things are looking a bit different now but I got my first project done!
Glad it was helpful!
Great tutorial. Thank you 🙏
Glad it was helpful!
Thanks! Please can you do a similar tutorial using vscode? As you know there is no VS for Mac anymore. Thanks and I appreciate all you do for the community
Here you go ruclips.net/video/1t2zzoW4D98/видео.htmlsi=SDanUlnFr5pWFLrf
Great video, congratulations !!!
Nice intro James, very useful. I'm somewhat disappointed though that Visual Studio doesn't provide a WYSIWYG editor to construct the UI. Android Studio has been doing this for years. Very surprised that Microsoft removed this capability from Visual Studio. That's my only gripe really. Like the C# language, and the project structure, with all code and resources nicely accessible.
@AnotherCompany I've never even seen a WYSIWYG editor for UI lol
I wish WYSIWYG would just go away already. I'm not here to tinker around with your little GUI widgets and whatnot... so silly. If you are really handling frontend of any kind, XML based layouts or just widget based layouts like flutter should be no deterrent to you. If you are a backend person it's understandable but still. It's taking away resources from any team to be focusing on something so inessential like that.
@@purplevincent4454 Well, I mean WYSIWYG shouldn’t go away, I’ve got one implemented on my site for users to write notes in and stuff 😂 But as far as for development, it’s completely useless, at least I’ve never felt the need to use one. When I was a PhD student in maths, all of our work was typeset with LaTex and a lot of people weren’t comfortable with the pure markup and they used these WYSIWYG editors but the final code and compiled pdf looked like trash because it just has to guess essentially what you want
Thanks for this video. You gave me nice jump start.
Glad I could help!
Can you do one about uploading to appstore?
Really excellent video. Neat tools, great presentation!
So if I want to use my physical iPhone to test out the app, I need to pay for a developer subscription of 99USD per year?? You didn't really go over this step, if I'm not mistaken.
Outstanding. Thanks for contributing your skills and time.
This is a great video - thank you!
Really enjoyed this video.
Glad you enjoyed it
Thanks for the video, is incredible useful
Thank you so much for your efforts and help. This is a great video for starters and i really appreciate it. thanks again.
Glad it was helpful!
Awesome easy to start. Love it because not so fast, and clear described. Makes my entrance to MAUI alot easier. great video @JamesMontemagno
I would love for a visual builder like blend, or a name change for visual studio to just studio.
James thank you a lot! 👍
I think these videos are amazing to learn .NET MAUI. I really wish,though, that there was more content on creating .NET MAUI and .MAUI Blazor hybrid apps using VS Code. I do a lot of programming on Macs and since Visual Studio for Mac is retiring on trying to find more resources to learn to use VS Code more efficiently for MAUI and Blazor app building.
@thetechlife5460 I Agree…. More resources with vscode will be appreciated
Excellent video! So well done
This video is great and very informative🙏
This guy is a coding ninja, I tell you. Can't mess with him 😁
Thank you so much! Amazing !
Thanks for sharing, great programmer
Great video. I am expecting more videos from you for designing form to enter details, validation and customizing controls
Subscribed.. I love C#
This is great, keep it up!
thank you for this awesome video
Glad you liked it!
thanks, man. very helpful.
ok sir what are the pre required skills to start MAUI.Need some road map.
What's for web apps? Maybe creating another web project with sharing code?
Take a look at Blazor Hybrid docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/?view=aspnetcore-6.0
Thank you for this great tutorial! I'm hoping to create an app where users could have an account and give x/5 star ratings on a type of thing (restraunts, skate parks, whatever). What would the architecture for something like that look like? I'm guessing that I'd have to have the app and also have a database that it would communicate with. Are there any starting points you'd recommend? Thanks again!
A little bit late to the show, but can it really be that there is no XAML-designer in VS2022? So we are back to the days before Visual Basic 1 and Delphi 1 and have to create UIs by clunky XML? Oh my ... still superb video,, thanx for doing that
ok james please how to use this DisplayAlert or any popup alert from the viewModel Using MVVM pleaseeeee. thanks
hello how to add Serial Port & Timer control in MAUI frame work ?
do you have tutorial for Maui and Identity server 4 ?
Is Maui a feascible base for a commercial VPN application?
Are there still additional considerations when developing Xamarin and Maui apps using an M1 macbook?
Can I change an emulator demo example room?
I love the hot reload and other debugging features, but it's unfortunate that "Set Next Statement" is not supported. Is this a mobile phone restriction or just something that hasn't been implemented yet. I've historically been able to set a breapoint and adjust values and set statement back a few lines and retry. Would be greate to have that here.
great video, thank you!
MAUI with vscode ? or it will stay a dream
Great video James. Love it.
Question. I own a Windows 11 and Mac. I like to build everthing in Windows 11. A project may have API, Blazor Server and App, and .net MAUI Blazor. How would I get the .net MAUI Blazor project form VS on Windows to VS on MAC just to publish in xcode. Can I copy the whole project file off Windows 11 and bring to the Mac and it will run and work or is there a better way to do this? Or should I just build the phone side of things on the Mac from the get go?
How to put a tabbed page at the bottom in windows??
I'm running into a bit of an issue. I set up a .NET MAUI Blazor application and tried running it in debug mode for Windows. It keeps saying that I must enable deployment in the configuration manager before it can debug the application (which makes no sense because it's already enabled). Also, checking the bin folder in my project, it appears to have built a debug mode version for ALL platforms rather than just Windows. I do not know what to do at all. Any help would be greatly appreciated.
If you are indeed on a Mac there is limited support for Windows Applications with the Mac Preview version of Maui. Personally, I would stay away from Blazer Web builds until the final release, why deal with the headaches.
@@UX-FLEX Im on Windows 10 though
Hi, James. Very nice. Could you make a video with two mp3, one in Backgroundmusic with lower volume and one for a voice mp3. The Backgroundmusic i want to choose between different sounds which will be played when the voice file is playing? Thanks Andreas
James, I was curious about the "authentication" selection when you added the Blazor project. Should we not select that since the MAUI app should be handling authentication via API? I'm not quite sure how to handle authentication. By the way, love your video series.
Hi James, my 1st time to program in through maui. Following the tutorial, I have connected my samsung phone through a usb but i dont see it in the debug list. Need your help
How do I add a flyoutpage thats not the first page as I have a login page then a summary page then comes the flyoutpage. i can't see how you do that using shell
@James Montemagno any chance to make a tut about compiling for iOS, we face a lot of problems in compiling for iOS and make our app on Apple store .
Have you walked through: learn.microsoft.com/en-us/dotnet/maui/ios/deployment/overview ?
Hi Sir,
How to write platform specific View(XAML). I want to show different XAML(view) for android as well as Windows. How to do that. Please help me!
Hi, love your .NET MAUI video. As I was trying to run my app, this warning "Resetting for Cold Boot: Emulator Engine failed" showed up and my emulator shut down immediately.
I've tried reinstalling VS 2022 but it didn't help.
Any suggestions?
You should increase the size of your cursor so we don't loose track of it all the time.
Great video.
Great video :)! What's bugging me though is that the tabbar animation for winui 3 seems to only work half way. The "moving away from" animation goes smooth and that just "pops up" in the new tab, while I expect it to flow in. Dunno, looks strange to me
Myself is novice developer interested in MAUI Blazor. But got stuck in creating simple Login system for my MAUI Blazor app. Like Blazor give ready made login system. Please provide at least easy sample to create easy login system for my MAUI Blazor APP. So that we start creating app without spending ton of time in creating Login System only.Thanks
Have you looked into adding MSAL perhaps as a login system? There is actually full documentation on authentication with Blazor Hybrid - docs.microsoft.com/en-us/aspnet/core/blazor/hybrid/security/?view=aspnetcore-6.0&pivots=maui
Great tutorial
thanks!!!
I'm getting to grips with MAUI but a few things I don't understand. Why does Shell have all tabs and flyouts content defined there. Surely each page should manage its own content and layout. I couldn't fine anything online that explained why this is. Also you can't us DI without Shell, is that correct ?
Shell doesn't have to have tabs and flyout, it is only an option to define a hierarchy, you can use the specific pages later if you want too.
For DI it is the only navigation that does it automatically, but you could pass the service provider around easily enough if you are using non-shell navigation.
I keep getting an error in the android device manager. "Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host." I've tried downloading different devices with no luck. Any ideas?
My biggest pain in MAUI is that a Windows app cannot be customized like a WPF app (I know it should replace Xamarin in the first place). Right now at our company we plan to create a new app which would have some common elements with our mobile application but I don't feel like it is possible to do it yet. We most likely will start working on it in WPF and will migrate later if MAUI will meet our expectations.
how do you adjust the window size for windows platform, for me when i load is huge window size almost same with my screen ,im using .net 6.0
This was a feature added in .NET 7 - learn.microsoft.com/en-us/dotnet/maui/fundamentals/windows?view=net-maui-7.0#position-and-size-a-window
Is it possible to build it with VS Code nowadays?
Early preview support now out there devblogs.microsoft.com/visualstudio/announcing-the-dotnet-maui-extension-for-visual-studio-code/ I recently did a live stream with it
I've tried creating the basic app, but nothing loads when I run it, no matter what I try. Any suggestions would be greatly appreciated.
I dont see the xaml preview window, is it removed in the newest VS?
It is still there. I heard there was a bug though that for some people it isn’t showing up. Double check versions
How can I create couples applications Android and windows and it's complete each other not same content the windows application that can manage Android app
@James How to Play MP3 Files in MAUI.
I'm getting a issue inside android and editor tag, it wrap words while typing.
Can we publish app without MAC?
No, you can’t. You need a Mac to publish iOS and Mac apps. But for debug only, you don’t need a Mac, but u still have to setup Apple Dev Account.
James, I am sure you know the current state of Last Stable Version 8.0.0 of CommunityToolkit.Mvvm regarding [ICommand] and [AlsoNotifyChangeFor] have error editing and stopped working. My question is was something new introduced to replace those two attributes and I am not aware of the new replacements? I have found that going back to 8.0.0-preview3 (preview4 - doesn’t work either), clears the error up. I have reported the problem but have not received a response. Can you share any insight? Thanks in advance.
The name have changed in the final version devblogs.microsoft.com/dotnet/announcing-the-dotnet-community-toolkit-800/
Instead of showing on how the default template works, how about showing on how to create a real dynamic app? SQL (CRUD operations), Passing on data to new pages or getting stuff from SQL.
just use entity framework core with sqlite, it's not that different from an aspnet core setup.
does MAUI make Xamarin obsolete?
Think of .NET MAUI as the next version of Xamarin. It is the evolution. So you can upgrade your projects to .NET MAUI from Xamarin/Xamarin.Forms.
@@JamesMontemagno do MAUI applications require an Android phone to have a .NET framework installed on it?
if not, what is the overhead size of a MAUI application?
No, then you bundle up your application there is a self consigned optimized version of the runtime that is there handling your code.
Great video, James! Thank you! Is it possible connect a MAUI app to a USB device?
thank you so much
You're welcome!