Hello James, your Xamarin is my lifeline in my previous job (which gathered millions of image & geolocation data paired with .netcore backend), looking forward to jump into MAUI for my future endeavor. Hope for the best for you and the community 😁
Thanks James, another excellent summary of the Net Maui environment suitable for both Newbies and experienced developers alike. By showing all the available resources, especially as many are free you will definitely be helping the Maui community to grow and the quality of Maui Apps to improve; good on you! I will probably return to this video over the next couple of months and steadily check out what I should add to my current Net Maui setup. Thanks again.
Great video as always James. My biggest challenge is trying to determine the best way to handle data. You have some videos on scaffolding in VS to general minimal APIs for CRUD but where does the Generic Repository approach with Unit of Work fit into handling data with .NET Maui? Other folks advocate for Clean Architecture and I'm wondering how that fits into the many different approaches to software development with .NET Maui. Keep up the good work and I appreciate the great videos.
Hey James, one thing ive noticed while trying to develop a maui app, many of the videos on UA-cam are out of date, specifically the ones on unit testing and how to manipulate the apps main page. If you could go over testing on maui, and especially how to avoid the exceptions that come any time you try to test anything that touches the filesystem, that would be a huge help to people like me.
@JamesMontemagno thanks, does that mean I also need to keep my eyes open for a video going over testing in .net 9 and Maui? Maybe something that will include both unit testing and UI testing? If so YAY.
Gerald has a lot of content on this already to checkout: ua-cam.com/video/C9vIDLQwc7M/v-deo.html devblogs.microsoft.com/dotnet/dotnet-maui-ui-testing-appium/ learn.microsoft.com/en-us/dotnet/maui/deployment/unit-testing?view=net-maui-9.0
Hi James, can you point us in the right direction for securing a MAUI app with Entra Id in an external configuration? The samples on Microsoft are outdated and this seems to be a major hurdle for us.., every LOB app needs authentication authorization but this is a killer right out of the gate… if you have a relevant link you recommend that would be awesome thank you! Keep up the good work 🤙🏻
I used to connect to the Mac from Visual Studio on my Windows machine with pair to Mac, but that does not seem to work now since Visual Studio for Mac has been depricated. Can you still use your Windows Machine and just connect to the Mac when testing Iphone/Ipad apps?
Although I started with .net maui, but I'm jealous of the amount and various swanky animated controls in flutter, maybe create some prod ready vids on customizing more of the native controls that come with maui for ios and droid
When will debugging with breakpoints like vs2022 be possible when developing iOS apps in vs code for mac? Currently, it is not possible to proceed beyond the breakpoint.
I just wish to be easier to customize application icons, as well as splash screens. It is still very difficult to adjust the app icons, as well as the splash screens, even following the the tutorials it doesnt work as expected. Also, there are some basic controls that are not fully customizable such as search bar, entries, pickers, date pickers. you have to do a lot of stuff just to change color from the little bar. Overall maui is good, i got my first job after college due to maui. I hope MAUI compete against those js frameworks one day.
At first, I started with Xamarin, but the design was very bad. However, Flutter is very distinctive in design, and I am very surprised how Microsoft does not know how to reach this level in design.
Hi James, Thanks for this excellent video and expecting similar topics. Basically, I'm a .NET Developer mostly working on WebAPI and MVC. I like to learn about .NET MAUI and BLAZOR completely by developing sample applications first. Just like to know your thoughts that can i able to use and learn all the concepts both .NET MAUI & Blazor fully, while using this new .NET MAUI BLAZOR Hybrid & WebAPP template (or) better to create separate .NET MAUI and Blazor application to learn efficiently? Thanks
If you are coming from the web i think i would just go down the Blazor Hybrid route. it is just blazor and then when you need native capabilities you can with dependency injection.
Yes, it is in use by large companies around the globe, i cover this in the video, and tons of deep dives from the .NET MAUI team for example: ua-cam.com/video/kn-nmFsaMHc/v-deo.html
@@JamesMontemagno Yes, I know, but I was asking about official support if Microsoft has any plans for it. I also checked jsuarezruiz/maui-linux, but it's just a nice experiment. Thanks for your reply.
I talked about this with both Blazor Hybrid and the new HybridWebView: learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/hybridwebview?view=net-maui-9.0 Watch the video
Nice one James! Thanks for all the encouragement, support and enthusiasm you bring to the community, it's appreciated. Best wishes!
This level of content should have million of views! You explain everything in so much details without getting boring! Congrats!!!
Appreciate that
It was a pleasure getting to meet you in Orlando in November! Thanks for all you do for the community :)
Hello James, your Xamarin is my lifeline in my previous job (which gathered millions of image & geolocation data paired with .netcore backend), looking forward to jump into MAUI for my future endeavor. Hope for the best for you and the community 😁
Thanks James, another excellent summary of the Net Maui environment suitable for both Newbies and experienced developers alike. By showing all the available resources, especially as many are free you will definitely be helping the Maui community to grow and the quality of Maui Apps to improve; good on you! I will probably return to this video over the next couple of months and steadily check out what I should add to my current Net Maui setup. Thanks again.
Great video as always James. My biggest challenge is trying to determine the best way to handle data. You have some videos on scaffolding in VS to general minimal APIs for CRUD but where does the Generic Repository approach with Unit of Work fit into handling data with .NET Maui? Other folks advocate for Clean Architecture and I'm wondering how that fits into the many different approaches to software development with .NET Maui. Keep up the good work and I appreciate the great videos.
Hey James, one thing ive noticed while trying to develop a maui app, many of the videos on UA-cam are out of date, specifically the ones on unit testing and how to manipulate the apps main page. If you could go over testing on maui, and especially how to avoid the exceptions that come any time you try to test anything that touches the filesystem, that would be a huge help to people like me.
MainPage was deprecated, but you just access it via the window: learn.microsoft.com/en-us/dotnet/maui/whats-new/dotnet-9?view=net-maui-9.0#mainpage
@JamesMontemagno thanks, does that mean I also need to keep my eyes open for a video going over testing in .net 9 and Maui? Maybe something that will include both unit testing and UI testing? If so YAY.
Gerald has a lot of content on this already to checkout:
ua-cam.com/video/C9vIDLQwc7M/v-deo.html
devblogs.microsoft.com/dotnet/dotnet-maui-ui-testing-appium/
learn.microsoft.com/en-us/dotnet/maui/deployment/unit-testing?view=net-maui-9.0
I hope this video will also cover Hybrid WebView 👀 commenting before it premieres
I do a bit!
Nice video! I happened to recently be thinking of a new app I want to try and was thinking of MAUI, Electron, or Tauri!
Hi James, can you point us in the right direction for securing a MAUI app with Entra Id in an external configuration? The samples on Microsoft are outdated and this seems to be a major hurdle for us.., every LOB app needs authentication authorization but this is a killer right out of the gate… if you have a relevant link you recommend that would be awesome thank you! Keep up the good work 🤙🏻
See learn.microsoft.com/en-us/entra/msal/dotnet/
Very good and interesting presentation!
Hi James, I'm curious about which platform to use to build my cross-platform app, .NET MAUI, or UNO Platform. They seem similar . . . .
Very nice 👍 James
I used to connect to the Mac from Visual Studio on my Windows machine with pair to Mac, but that does not seem to work now since Visual Studio for Mac has been depricated.
Can you still use your Windows Machine and just connect to the Mac when testing Iphone/Ipad apps?
Although I started with .net maui, but I'm jealous of the amount and various swanky animated controls in flutter, maybe create some prod ready vids on customizing more of the native controls that come with maui for ios and droid
17:17 Hi James, I wonder if it is possible to write interop between Arduino c library and .net? Thanks
When will debugging with breakpoints like vs2022 be possible when developing iOS apps in vs code for mac? Currently, it is not possible to proceed beyond the breakpoint.
I just wish to be easier to customize application icons, as well as splash screens. It is still very difficult to adjust the app icons, as well as the splash screens, even following the the tutorials it doesnt work as expected. Also, there are some basic controls that are not fully customizable such as search bar, entries, pickers, date pickers. you have to do a lot of stuff just to change color from the little bar.
Overall maui is good, i got my first job after college due to maui.
I hope MAUI compete against those js frameworks one day.
Thanks a lot James
Looking forward to MAUI deep dive, hybrid apps and more live coding streams
At first, I started with Xamarin, but the design was very bad. However, Flutter is very distinctive in design, and I am very surprised how Microsoft does not know how to reach this level in design.
Do you have an example of using Bluetooth on an iphone/andriod to receive data from a device like a microcontroller ?
Take a look: shinylib.net/client/ble/
Hi James,
Thanks for this excellent video and expecting similar topics.
Basically, I'm a .NET Developer mostly working on WebAPI and MVC.
I like to learn about .NET MAUI and BLAZOR completely by developing sample applications first.
Just like to know your thoughts that can i able to use and learn all the concepts both .NET MAUI & Blazor fully,
while using this new .NET MAUI BLAZOR Hybrid & WebAPP template (or) better to create separate .NET MAUI and Blazor application to learn efficiently?
Thanks
If you are coming from the web i think i would just go down the Blazor Hybrid route. it is just blazor and then when you need native capabilities you can with dependency injection.
Cool 👍🙋👋
Great!
Hello Brother🌹
Is .NET MAUI stable for developing enterprise-grade software?"
Yes, it is in use by large companies around the globe, i cover this in the video, and tons of deep dives from the .NET MAUI team for example: ua-cam.com/video/kn-nmFsaMHc/v-deo.html
@@JamesMontemagno Thank you so much dear!
"Enable hybrid apps with JavaScript frontends". Please explain this message in depth.
I'll do some deep dives, but checkout: ua-cam.com/video/zeR5ouptvE8/v-deo.html
iOS, Android, Mac and Windows..... why not yet official on GNU/Linux with gtk or qt?
You could look at Uno or Avalonia if you need linux client apps with .NET
@@JamesMontemagno Yes, I know, but I was asking about official support if Microsoft has any plans for it. I also checked jsuarezruiz/maui-linux, but it's just a nice experiment. Thanks for your reply.
make it easy to use js and hmtl for UI instead of crappy XML
I talked about this with both Blazor Hybrid and the new HybridWebView: learn.microsoft.com/en-us/dotnet/maui/user-interface/controls/hybridwebview?view=net-maui-9.0
Watch the video
Please even a plugin for mobile money fintech, thanks in advance
The only winning move is not to play.
Can't win if you don't play
Same dhruv ratthe 😅
Lol Silverlight & Xamarin & MAUI 😂
Not sure about this...
me either!