The .NET MAUI Community Toolkit: Converters, Controls and More!

  Рет қаралды 17,555

Gerald Versluis

Gerald Versluis

Күн бұрын

Пікірлер: 59
@jfversluis
@jfversluis 2 жыл бұрын
⚠Want to learn all about .NET MAUI? I've got the right playlist for you, right here 👉 kzbin.info/aero/PLfbOp004UaYWu-meDkRN6_Y1verl96npI 🛠 Or if you want to learn about the .NET MAUI Community Toolkit features, check out this playlist: kzbin.info/www/bejne/bnayfKWLqdOdqLc
@jeff-creations
@jeff-creations 23 күн бұрын
Yeah - this is cool for a new Maui developer like myself. Can't wait to dig into the features and code. Thanks for making the video, great presentation as always!
@kplkasteel
@kplkasteel 2 жыл бұрын
Great video Gerald. Started playing around with .Net MAUI since the RC and so far enjoying it. Looking at migrating my apps as soon as possible too .Net MAUI. Had already installed the toolkit and so far easily to implement. It does help though that I used the Xamarin Community Toolkit quite extensively.
@jfversluis
@jfversluis 2 жыл бұрын
Great to hear! If you’ve used the XCT you should indeed feel right at home
@purplepanther4153
@purplepanther4153 2 жыл бұрын
Thank you, Downloaded and installed with my Maui project just fine.
@jfversluis
@jfversluis 2 жыл бұрын
Awesome! Enjoy working with it!
@Dazza_Doo
@Dazza_Doo 2 жыл бұрын
Maui extensions are exciting :D
@jfversluis
@jfversluis 2 жыл бұрын
.NET MAUI is exciting! 😏
@devarajsekar3570
@devarajsekar3570 2 жыл бұрын
Hi @Gerald, thank you for the awesome video. Kindly requesting you to provide details about "CAMERA VIEW" which is available in XCT, will it be available in MAUI CT?? Kindly do the needful.
@jfversluis
@jfversluis 2 жыл бұрын
It will be, but not right now unfortunately
@devarajsekar3570
@devarajsekar3570 2 жыл бұрын
@@jfversluis Thanksss a lottttt, alwayss the best!!
@Dimitris.Christoforidis
@Dimitris.Christoforidis 2 жыл бұрын
Thank you Gerald once again for your nice videos. Why toolkit is not embedded inside Maui? Also, do you know when effects will be released in toolkit? Example ripple effect for android.
@jfversluis
@jfversluis 2 жыл бұрын
There are certain things that will never be part of .NET MAUI simply because we don't want to force certain implementations on people. And this is a nice project where new features can start and grow before they go into .NET MAUI. The Touch effect progress can be followed here: github.com/CommunityToolkit/Maui/issues/86
@Brendan2Alexander
@Brendan2Alexander 2 жыл бұрын
Awesome thank u! Regarding the fluent approach, I had thought that I would need comet. U didn't mention comet. Can I use the fluent approach out of the box now?
@jfversluis
@jfversluis 2 жыл бұрын
Comet is something different! Maybe I should make a follow up on code vs XAML ;) In the Toolkit we have C# Markup Extensions: docs.microsoft.com/dotnet/communitytoolkit/maui/markup/markup which is just a different syntax for C# code that makes it a bit easier to deal with. Comet is a completely different design pattern: github.com/dotnet/Comet
@Brendan2Alexander
@Brendan2Alexander 2 жыл бұрын
@@jfversluis yes a vid on code vs xaml would be great!
@pragneshmistry7525
@pragneshmistry7525 2 жыл бұрын
Awesome, I am waiting for this.
@jfversluis
@jfversluis 2 жыл бұрын
What are you looking forward to?
@pragneshmistry7525
@pragneshmistry7525 2 жыл бұрын
@@jfversluis I was looking for Popup View
@jfversluis
@jfversluis 2 жыл бұрын
That should be in there now!
@valversum
@valversum 2 жыл бұрын
This is what i'm waiting for!!!
@jfversluis
@jfversluis 2 жыл бұрын
Almost!
@fieryscorpion
@fieryscorpion 2 жыл бұрын
Wow, UI code 🤩! Is that something similar to Comet? If Yes, isn't the effort redundant (in Community Toolkit and Comet)?
@resler7ooo118
@resler7ooo118 2 жыл бұрын
Nice more video waiting
@jfversluis
@jfversluis 2 жыл бұрын
More coming, stay tuned!
@xamerdev7381
@xamerdev7381 2 жыл бұрын
Hello Gerald do you have any information about when tabview will be ready in maui toolkit?
@jfversluis
@jfversluis 2 жыл бұрын
Keep your eye on this one for the progress: github.com/CommunityToolkit/Maui/issues/121
@xamerdev7381
@xamerdev7381 2 жыл бұрын
@Tiago Alberto for sure. In my case this control is crucial to start developing in maui
@LosWochos76
@LosWochos76 2 жыл бұрын
Would you be so kind to make a video how to use the ObservableValidator in maui? I dont really get the point how to reflect validation errors in xaml, e.g. enabling/disabling a save-button or settings the background color of an entry to red, if there was an error on it.
@jfversluis
@jfversluis 2 жыл бұрын
Is that a library of some sort? I don't know the ObservableValidator
@LosWochos76
@LosWochos76 2 жыл бұрын
@Gerald Versluis Its a base-class of the MVVM Tookit to help validate user input: docs.microsoft.com/en-us/dotnet/communitytoolkit/mvvm/observablevalidator James Montemagno and Sergio Petri talk about it here: kzbin.info/www/bejne/pXywi5x6dp6ina8
@obinnaokafor6252
@obinnaokafor6252 2 жыл бұрын
UI in code ❤️. Especially Comet C# MVU
@jfversluis
@jfversluis 2 жыл бұрын
I should create more content for that!
@obinnaokafor6252
@obinnaokafor6252 2 жыл бұрын
@@jfversluis ❤️
@mariselvam6702
@mariselvam6702 2 жыл бұрын
@Gerald , can you share video about MAUI essentials ? Explaining about all the available API's in MAUI essentials. It would be great. Thanks.
@jfversluis
@jfversluis 2 жыл бұрын
A lot of them are covered already here: kzbin.info/aero/PLfbOp004UaYWUR5MC_eck7ldVWkGY9lea The namespaces will be different, but the APIs and functionality are the same. Let me know if you’re missing something
@mariselvam6702
@mariselvam6702 2 жыл бұрын
@@jfversluis thanks for the immediate response. I got it now. You are great. I am a big fan of you.
@troupebase2292
@troupebase2292 2 жыл бұрын
I would like to bind a command to an entry field when text changes. Will this toolkit allow me to do so?
@jfversluis
@jfversluis 2 жыл бұрын
Yep if you do the EventToCommand functionality and connect that with the text changed event
@troupebase2292
@troupebase2292 2 жыл бұрын
@@jfversluis thanks Gerald, keep up up the amazing work!
@Marqel1-q6x
@Marqel1-q6x 2 жыл бұрын
Great! Why is zxing package for scanning qr not working in MAUI? Is it an alternative I can use?
@jfversluis
@jfversluis 2 жыл бұрын
There is being worked on a .NET MAUI compatible version, but not sure when it will be ready :)
@MuhammadNadeem-wj6xd
@MuhammadNadeem-wj6xd 2 жыл бұрын
Great @Gerald
@jfversluis
@jfversluis 2 жыл бұрын
Thanks Muhammad! Are you using the Toolkit already?
@MuhammadNadeem-wj6xd
@MuhammadNadeem-wj6xd 2 жыл бұрын
@@jfversluis yes so far
@kalixthuska8846
@kalixthuska8846 2 жыл бұрын
Thanks for your videos and work for community. This might be too soon to ask and its OT but... I am using PC as main dev platform but I would like use Mac also when I am off the site, I am watching VS 2022 for mac news, but I want to know if there would be possibility to open THE SAME solution on PC and Mac, because it wasn't the case with Xamarin. I had errors on Mac prolly related to different solution file structure in Project.Android and Project.iOS.
@jfversluis
@jfversluis 2 жыл бұрын
Thank you for the kind words! I would be very curious to you experiences then. I never had these issues and have always been able to open the exact same solutions and projects between Windows and Mac. I switch very frequently between both. So as far as I am concerned that has been possible and still will be ;)
@chhinsras
@chhinsras 2 жыл бұрын
Is .NET Maui VS code development reach Flutter development on VS Code yet?
@jfversluis
@jfversluis 2 жыл бұрын
I'm not sure what you mean by this, sorry
@cbradbaer
@cbradbaer 2 жыл бұрын
Hi Gerald, any word on Expander control?
@jfversluis
@jfversluis 2 жыл бұрын
Check the repo. I’m sure there is an issue there with the status. Not sure if it will make it anytime soon as it wasn’t that stable.
@comediehero
@comediehero 2 жыл бұрын
Hey Gerald could you do a tutorial on how to authenticate a MAUI app against a Identity Provider like Keycloak?
@jfversluis
@jfversluis 2 жыл бұрын
Probably not anytime soon as I don't know Keycloak :D
@andrealorisgalvanin246
@andrealorisgalvanin246 2 жыл бұрын
Every time I add the latest Maui Community Toolkit 3.1.0 I have lots of issues and instability in my solution, when running MacCatalyst application. Is there anyone experience the same issue?
@jfversluis
@jfversluis 2 жыл бұрын
What kind of things?
@andrealorisgalvanin246
@andrealorisgalvanin246 2 жыл бұрын
@@jfversluis My mistake it is not related to Community Toolkit (luckily). Some other things are happening, I am investigating about.
@thomaschek_cz
@thomaschek_cz 2 жыл бұрын
Hi Gerald, I'm creating .NET(core) multiplatform applications. I already heard about MAUI, but I'm wondering, is there a possibility to run it on linux like any other .NET(core) app? I like on .NET, there are no dependencies on linux, it just run, I cannot install dependencies on our servers, so I cannot even install X-server. But I heard MAUI should come with all-in, so it should be possible to just run MAUI app on linux without any dependencies with terminal redirected to local xserver client (i.e. xming) and it should work. Is it true or is it planned? Because it would be awesome addition to my textbased applications to have just one binary, no extra dependencies and it would run on linux (just the same way it runs on Windows). Or is it any workaround, with other technology? Any suggestion is appreciated. But running XAML and C# natively on linux without dependencies .... would be just awesome dealbreaker!
@jfversluis
@jfversluis 2 жыл бұрын
We don't have any official Linux support for .NET MAUI right now. There is some work being done here (by a .NET MAUI team member) but we'll have to see where that goes: github.com/jsuarezruiz/maui-linux
@thomaschek_cz
@thomaschek_cz 2 жыл бұрын
@@jfversluis Thanks, I will ask there.
.NET MAUI Code & Control Sharing Strategies
10:56
James Montemagno
Рет қаралды 14 М.
.NET Community Toolkit
24:15
Microsoft Visual Studio
Рет қаралды 13 М.
Леон киллер и Оля Полякова 😹
00:42
Канал Смеха
Рет қаралды 4,7 МЛН
Каха и дочка
00:28
К-Media
Рет қаралды 3,4 МЛН
Save Files With Just 1 Line of Code with .NET MAUI FileSaver!
10:51
Gerald Versluis
Рет қаралды 15 М.
.NET MAUI Welcomes Syncfusion Open-source Contributions
18:20
Javier Suárez
Рет қаралды 944
Creating .NET MAUI UIs in C# Markup
24:49
dotnet
Рет қаралды 22 М.
Start Your New .NET MAUI App with These Amazing Templates!
15:06
Gerald Versluis
Рет қаралды 26 М.
Take Pictures in Your App with CameraView for .NET MAUI
19:05
Gerald Versluis
Рет қаралды 10 М.
Display Popup In .NET MAUI Using Community Toolkit
15:58
Programming With Pragnesh
Рет қаралды 12 М.
Build .NET MAUI Apps Faster with App Accelerator
22:22
dotnet
Рет қаралды 20 М.