WPF in C# with MVVM using Caliburn Micro

  Рет қаралды 364,759

IAmTimCorey

IAmTimCorey

Күн бұрын

Пікірлер: 1 200
@farsidesc4044
@farsidesc4044 4 жыл бұрын
One of the hardest things to overcome, as a developer, is yourself. I've been avoiding this topic for far too long and FINALLY understand it. Thanks again, Tim.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Awesome! I'm glad this video helped clear things up for you.
@kipskiplay
@kipskiplay 3 жыл бұрын
I have taken at least a dozen online courses in the last three years. Some of them were Udemy Courses, Professional Development courses through my job, and some were tutorials from other KZbin channels. You're videos, channel, and teaching style, in my opinion, are superior to most other free and paid tutorials I have taken. Thank you so much for sharing your knowledge.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
I am glad my content has been helpful.
@elcondor7627
@elcondor7627 4 жыл бұрын
This guy is still answering questions posed to a video in 2017... How is that for dedication... Thanks Tim, I am currently applying all that I am picking up here! KUTGW!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Fantastic! I am glad it is so helpful to you.
@florinchess
@florinchess 3 жыл бұрын
In the part of the video where you activate the child user controls the method "ActivateItem()" was replaced by "ActivateItemAsync()" Thank you so much, Mr. Corey, for creating these outstanding instructive videos! Keep up the great work, can't wait to learn more from your future videos!
@tomthelestaff-iamtimcorey7597
@tomthelestaff-iamtimcorey7597 3 жыл бұрын
Thanks for the encouragement
@solutions65
@solutions65 4 жыл бұрын
Best teacher on the net by far. I can't understand why anyone would give a thumbs down.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Thank you!
@mosth8ed
@mosth8ed 6 жыл бұрын
Lately, I don't even listen to the radio in my car anymore, I just listen to Tim's tutorials. His explanations are great and he often includes a lot of little "gotcha's" that other instructors forget or don't care to talk about. Thanks Tim!
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
You are welcome. I'm glad I make your ride more enjoyable.
@ricklove6689
@ricklove6689 6 жыл бұрын
Amazing! Tim you really helped me understand MVVM and Data Binding. I was lost before this video.
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I'm glad it helped.
@Achdoemaarwat
@Achdoemaarwat 3 жыл бұрын
ActivateItem (at 1:17) is replaced by ActivateItemAsync public async Task LoadPageOneAsync() { await ActivateItemAsync(new FirstChildViewModel()); } You can, but don't have to replace
@pierrebielen7143
@pierrebielen7143 3 жыл бұрын
Thanks for those informations :)
@malachiasharrisgtmalachias
@malachiasharrisgtmalachias 3 жыл бұрын
Thanks so much!
@JoshGBell
@JoshGBell 3 жыл бұрын
Thanks!
@megapro1725
@megapro1725 2 жыл бұрын
Still not working 😐 upd: BRUH i didn't saw that ContentControl was named ActiveItem but not ActivateItem
@timbeard8457
@timbeard8457 2 жыл бұрын
Super helpful Ivo - thank you! I also took a quick excursion with Tim's Sync and Await video, which helped give context to what you provided: kzbin.info/www/bejne/aJ7SmWRuqM1oppY
@jesse6327
@jesse6327 5 жыл бұрын
This is so powerful, especially considering that for buttons, as long as your naming conventions are correct, there's all the wiring that isn't needed. I never realized that this was possible with the Caliburn.Micro package. Thanks for walking through it so completely, Tim!
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
You are most welcome. Thanks for watching.
@dualwolf3d
@dualwolf3d 6 жыл бұрын
You are a flower in a forest of thick Indian accents
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
Thanks :-)
@dev_sda
@dev_sda Жыл бұрын
Even if I agree with you but still this is very ugly to say stop racism 😢
@namelastname4077
@namelastname4077 Жыл бұрын
@@dev_sda but so true do. also, this video useless now that the CommunityToolkit is 8.0
@MadeAlurik
@MadeAlurik Жыл бұрын
@@dev_sda it’s not racist to point out that you can’t understand a foreigner. Languages aren’t races.
@gavinbalajadia8697
@gavinbalajadia8697 Жыл бұрын
@@dev_sdaplease
@dinarakhaydarova4898
@dinarakhaydarova4898 2 жыл бұрын
i just LOVE the way you are trying to keep it as simple as possible
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
I’m glad.
@bhuriwataunguranun6371
@bhuriwataunguranun6371 8 ай бұрын
Thanks a lot always high quality video.
@IAmTimCorey
@IAmTimCorey 8 ай бұрын
You are welcome.
@justintime5021
@justintime5021 Жыл бұрын
I appreciate the fact that you don't talk at a million miles and hour and pause frequently. This puts you miles above a lot of the coding education channels on this platform. This makes it so much easier to follow and I don't have to pause the video all the time to read and absorb what your doing.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I am glad they are helpful.
@saikirangattu2924
@saikirangattu2924 6 жыл бұрын
Great video, learnt a lot. BUT I wish we did not use caliburn, because it is doing some little things behind the scene and we are unaware of them. If we learnt hard core WPF(MVVM) without caliburn we would be much more confident. Or video could have been in two ways with and without claiburn. Just saying... Anyways a great video. Looking forward to more videos for in depth usercontrols, more binding concepts between different kind of UIs. Can do a video on ICommands for buttons
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I considered doing a video on home-grown MVVM but decided against it for a couple reasons. First, that is much more complicated to do, thus increasing the barrier to entry (and greatly increasing the time of the video). Second, it is essentially reinventing the wheel. Some really smart people spent a LOT of time making MVVM simple and easy to use. There has to be a balance between learning the foundation and taking steps forward. I think in this case, moving forward is more important than learning how the MVVM tool was built. In the same way, I don't dive into how WinForms are built really. I mention it but we don't bypass the drag and drop designer to manually code every button. It isn't necessary because someone has made our life easier. Thanks for the suggestions on other videos. I'll make sure those are on the list of possible video ideas.
@2gr82b4gotn
@2gr82b4gotn 7 жыл бұрын
Tim, this is by far the most complete and understandable MVVM tutorial I have seen. Great Job. I have a grasp now.
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
Excellent! I'm glad you have a better understanding of it now.
@RalfsBalodis
@RalfsBalodis 3 жыл бұрын
0:00 - Intro 1:16 - Setting up .NET console app 2:31 - Caliburn Micro NuGetd 3:57 - App configuration 10:29 - Creating MVVM structure 13:36 - Creating a view model 15:19 - Creating a view 15:40 - Launching MVVM app 17:41 - Caliburn Micro explained 21:19 - View setup 25:54 - Displaying data 31:04 - Binding data 33:00 - Notify Of Property Change 40:54 - Adding demo data 47:02 - Adding and wiring up a Combobox 51:55 - Binding to object property 54:19 - Buttons: adding and wiring up 57:01 - Buttons: disable a button 1:06:14 - Multiple forms 1:21:07 - Summary and concluding remarks
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
You are rocking it this weekend!
@Saratoga55
@Saratoga55 2 жыл бұрын
Studying .Net in collage right now and your videos are appreciated by me and my classmates.
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
Awesome!
@flabberdog
@flabberdog 4 жыл бұрын
Thank you so much for this. Some people may say that you break things down too much but sometimes when you are learning a completely new language etc. (I have only ever used python) it is sometimes very helpful to have these things over-explained so you don't have to spend an hour googling to wrap your head around things. These videos are incredibly useful and are often better than paid tutorials on reputable websites!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Thank you!
@somebodyelse3507
@somebodyelse3507 4 жыл бұрын
1000% agree! As someone who knows nothing more advanced than console programming learned at school, I find myself getting overwhelmed by the tutorials I find on KZbin because some of them just feel like reminders for experienced programmers rather than for beginners to understand. But this particular tutorial is great for beginners for the reason you mentioned.
@justadude7455
@justadude7455 Жыл бұрын
Thanks for a great tutorial! I can definitely see some of the benefits of Caliburn.Micro, but I'm struggling to wrap my head around exactly how I should be using it because I don't even know what problems it's solving for me. It also feels like the official documentation explains what to do, but not so much why I'm doing it. Would it be worthwhile to learn MVVM without a framework - or with a lighter framework - first, and then move on to CM once I have a better grasp of MVVM, or am I better off working with CM until I understand it?
@MorselOfBread
@MorselOfBread 6 жыл бұрын
I thought this would be another waste-of-my-time video, but wow! Your explanation is very good and makes a lot of sense. Thank you!
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I am glad I didn't waste your time.
@vasanthakumar1991
@vasanthakumar1991 4 жыл бұрын
Please do MVVM Implementation form scratch without Caliburn Micro. That will be very helpful.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Thanks for the suggestion.
@45nickname
@45nickname 4 жыл бұрын
@@IAmTimCorey wow, replying to comments on a two year old video. Always a good sign
@davidmagerman4553
@davidmagerman4553 4 жыл бұрын
You read my mind! I too wondered how much code might have been required for a given scenario. I suspect this would make the argument for using a polished framework. Also I wonder if C# and WPF may have evolved over the years to require fewer add-ons. PS. @IAmTimCory, I'm really enjoying the content and will consider taking some of your courses in future. Cheers!
@berndtnording4856
@berndtnording4856 4 жыл бұрын
Yes, that would indeed be very helpful. There are many comments in the video about keeping your code human readable yet it seems Caliburn Micro obfuscates many of the connections between view and viewmodel making it difficult to follow what's happening without knowing all it's documentation by heart. Surely that too would be forgotten 6 months down the road especially if it is no longer maintained as other comments suggest and would probably be true for any other 3rd party framework for doing MVVM. Perhaps .NET just hasn't matured in regards to MVVM since there are so many tools around to make it easier...
@dwain.d
@dwain.d 5 жыл бұрын
This is absolutely brilliant. I was taught MVVM from scratch and I sometimes found setting up the 'plumbing code' to get it working a bit of a headache. I am always a little dubious of using magic words but I think it will be OK once using Caliburn Micro becomes second nature. Using this a new WPF project can be setup for MVVM in minutes.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I'm glad you enjoyed it.
@khj5582
@khj5582 5 жыл бұрын
As a WPF MVVM noob, this video adds to my confusion regarding WPF and MVVM. Why are you using a third party tool for MVVM? Can't WPF do MVVM out of the box? Isn't MVVM just a way to structure the files? Why do you need to install a third party tool for that? Is this tool free to use? Is it shareware? How do the developers of this third party tool get paid? What happens when the developers get bored and stop updating the tool and Microsoft makes an update which causes Caliburn to fail? Now you're screwed. Now you need to redo all the code to make it work with another framework. I'm skeptical of using a third party tool for these reasons. If you must use a framework, why not use PRISM as it's made by Microsoft and should therefore be the "official" MVVM framework? It seems safer to use than some random third party tool made by some guys in a basement. I don't understand why you're so excited over Caliburn. Are you promoting them? You say you "loooove the buttons in Caliburn Micro" but give no evidence to back up your enthusiasm. As a first video on WPF MVVM you go straight to Caliburn without first doing it "clean" out of the box, so the viewers have no idea how Caliburn makes the code different from the original. Is there less code to write? Is the code different and how? You should definitely do a video explaining how to do MVVM without any framework to demonstrate how Caliburn makes the code different and give concrete examples on how it supposedly makes life easier.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I definitely understand where you are coming from. However, there isn't a "clean" way of doing MVVM. Yes, you can build your own MVVM system but in the end, you will have built Caliburn Micro (or Prism, etc. - basically you would have done what has already been done). I use Caliburn Micro right away because it makes learning MVVM much, much easier. Think of it as learning to drive a car vs. building a car to then learn to drive. As for what happens if the Caliburn Micro team goes away, that is why I chose Caliburn Micro. They have over a decade of work into Caliburn Micro. They have a good system of governance and development and have proven to be reliable. The CM code is also open source, meaning if they decided to go away tomorrow, you could still use CM and you could continue to develop it on your own. Again, it would be like driving a car that one day you might need to maintain. You save all of the initial work, even if you need to continue it later. As far as Prism goes, it is basically the same as CM. It is not a Microsoft product. It came out of the Microsoft Patterns & Practices but it is an open-source project that is maintained by an independent community of developers. It is no more stable than CM in that regard. When you build software in .NET, you have two choices: do everything yourself or use third-party frameworks and packages. If you do it all yourself, you are going to spend a LOT of time building and maintaining systems that others have already done. Yes, you get to say that you built it and you don't really care if you go away but that actually makes your code more fragile than if you used third-party open-source systems. With you there is only one developer to maintain the system (or your team if you have one). With third-party, open-source projects, there are typically multiple individuals working on the code. On the other hand, if a project goes away, you have to pick up the maintenance on that project or swap it out. But if that is too much of a burden, did you really have time to build the system in the first place? I personally choose to carefully select the packages and frameworks I use. I don't just pick things blindly. I use Dapper because it is quick, powerful, and supported by the team that runs Stack Overflow. I use Caliburn Micro (CM) because I have a long history of using it. It has been around since before Silverlight. It has outlasted multiple Windows products including Windows Phone Silverlight, and more. I use Autofac for dependency injection because the have a simple way of doing things. I use XUnit for unit testing because I like how they structure things. Those are the major ones. I spent a lot of time testing before making these choices. I hope that clears things up. Basically, using CM makes MVVM easier to learn. Yes, it is a tricky subject but by doing things this way, you are building on the shoulders of giants (which is what the .NET Framework/Core is all about).
@LittleBobbyHasTables
@LittleBobbyHasTables 5 жыл бұрын
Thank you for explaining how Caliburn works with this nice example. The following is just a rant against Caliburn, not your great presentation, so please don't take it personally. At least regarding understanding MVVM: I think that a framework makes things a lot more difficult to understand since you not only have to understand WPF and the concept of MVVM, but also how the framework actually works. From my point of view: if you're a beginner then you have to implement an extremely simple app (click counter with a dialog confirmation is my go to app) without any framework. Implement that several times and then you can proceed to using whatever framework you like. You have to agree with me here that Caliburn does tons of black magic based on very specific visual component names. It basically goes against the normal flow: you don't have bindings, commands and behaviors which are MVVM's building blocks. You learn Caliburn, not MVVM. If you were to get hired in another company that does WPF and MVVM, but without Caliburn - you'd be totally screwed. Everything you know about Caliburn will be useless without the basics. IMHO, Caliburn is actually detrimental to a beginner. Actually, I consider that it's also detrimental to any project - too many things have to match up to actually get it to work, it's damn fragile and the knowledge you gain is worthless for another project without Caliburn. Again, don't take it personally. This is about Caliburn, not you. I enjoyed your presentation and demo. Keep up the great work!
@nosslinhh
@nosslinhh 4 жыл бұрын
@@IAmTimCorey Thanks a lot Tim, your comment helped me even more than the video. Maybe you can make a video specificly about Caliburn Micro some day. Cheers!
@TuanTran-og5te
@TuanTran-og5te 5 жыл бұрын
It's now 1:01 AM in Australia, and I just watched up to 1:03:41. I really like and appreciate your effort to write clear if condition and dodge the negation in the boolean expression. And I agree! Somehow, dealing with negation can be tricky - it tripped me over so so many times in the past, and yet, it is used by many devs carelessly. Keep up the good work!! Love how you not only explore the framework but also promote clean code.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I appreciate the kind words.
@swingymcswing
@swingymcswing 4 жыл бұрын
Great video and explanation as always. Do you have any plans to do a plain vanilla intro to MVVM /WPF? Your teaching style is the best and I know I would get a lot out of such a video. Others would like it also from the comments I am seeing.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
It is a possibility. Not sure yet but thanks for suggesting it and showing interest. It helps me gauge the audience.
@oligreenfield1537
@oligreenfield1537 4 жыл бұрын
IAmTimCorey Would like to say I’m also interested for vanilla MVVM and as always it was a great course thanks for your work.
@brokensyn779
@brokensyn779 7 жыл бұрын
This helped me out IMMENSELY! I recently asked how to learn the MVVM design pattern on Reddit, which directed me to Caliburn.Micro, which directed me here. I feel like I understand now! Funny story though... Part way through your video I accidentally hit the hotkey to slow the video down to 0.75x speed and thought to myself "Man, why did he decide to start sounding all condescending"? Caught it, turned it back up and laughed! Great video!
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
Ha! I'm glad you enjoyed the video.
@kevinfurst8163
@kevinfurst8163 4 жыл бұрын
Hi Tim, is there a video from you showing how to do page navigation with MVVM?
@cobratst
@cobratst 6 жыл бұрын
I don't comment in most cases, but you deserve a very big thank you
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I appreciate it.
@eladyehuda8827
@eladyehuda8827 Жыл бұрын
Great explanation, but there's one thing I couldn't figure out how the CanClearText function works? What makes it work exactly? I understand the idea that the ClearText function is enabled but don't understand how CanClearText is enabled? And I probably missed the explanation regarding the matter that the ClearText function should receive parameters, I didn't understand why this should be done
@MikePL101
@MikePL101 7 ай бұрын
I am with you, great tutorial but there is no explanation of how the CanClearText and ClearText communicate with each other. This part of the tutorial completely lost me :(
@anythingpeteives
@anythingpeteives 2 ай бұрын
​​@@MikePL101I've just been watching the video, but am yet to try the code and I too was originally confused by how that function managed to get wired up to the button so I rewound the video back to where Tim starts talking about this function and it sounds like all you have to do is create a function that returns a Boolean, and the name of the function has to match the original button function name, but just needs the word Can appended to the beginning. That's why it's called CanClearText. It wouldn't work if was called by any other name. It must be a naming convention that is required and then it simply works. Of course, when I say function, I mean method. Old habits are hard to change. Been coding for over 40 years.
@davidkhokhar8604
@davidkhokhar8604 6 жыл бұрын
Whats not to like about this, pace is great, voice is soothing and content is relevant and thorough
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I am glad you enjoy the content and the presentation method.
@bobross9370
@bobross9370 4 жыл бұрын
4:32 He didn't mention it, but when deleting that make sure not to get rid of the greater than symbol.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Thanks for sharing.
@TheAngelOfDeath01
@TheAngelOfDeath01 6 жыл бұрын
I love Martin Fowler's design patterns... and an mvc-ish structure for WPF is just utterly brilliant!
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
Yep, there is a lot of good stuff in those design patterns. The key is to not go too crazy with design patterns so that you make a simple application overly complicated. As always, balance is key.
@TheAngelOfDeath01
@TheAngelOfDeath01 6 жыл бұрын
IAmTimCorey Indeed!
@jacksonpitts850
@jacksonpitts850 Жыл бұрын
Great resource! You say at about 19:32 that "the entire thing is the user interface". Does that mean the business logic happens outside the three M, VM, and V folders we create?
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Correct. MVVM is just about user interface. It does not represent the traditional three layers of an application. It is three layers for the UI.
@jacksonpitts850
@jacksonpitts850 Жыл бұрын
@@IAmTimCorey Hmm. In that case, I am quite confused about the utility of the "M" in MVVM.
@JesusMontesGutz
@JesusMontesGutz 7 ай бұрын
OMG Thanks a lot, i do in 1 hour something a i take 2 days just setting up the project, i feel i was trying run before even learn to walk. cal and you save my life.
@IAmTimCorey
@IAmTimCorey 7 ай бұрын
I am glad it was helpful.
@jwdonal
@jwdonal Жыл бұрын
Wow, this seems Brutal for making GUIs. All that XAML typing and work just to add a combo box and some test. Holy cra* man. No thanks!! I'll stick with VB6 and WinForms. 0.o Can't I just drag and drop a combobox width and a text label??? Good grief man. This was a great video to show me why I never want to use WPF! Hahahaha.
@derpmc.herpson6571
@derpmc.herpson6571 Жыл бұрын
It is actually not that bad. WinForms is a bit harder to work with on some of the fronts than WPF apps
@kareemsakr41
@kareemsakr41 4 жыл бұрын
This is really helping me with a greenfield project that I'm handling all by myself which was extremely overwhelming, this is literally putting food on my table. Thank you.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Glad it was helpful!
@唐鹏-s4x
@唐鹏-s4x 4 жыл бұрын
Thanks for this great video! One question, which MVVM framework you recommed in real project? Prism, MVVMLight, or the one in this video? thanks a lot
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
All of them will work well. I recommend Caliburn Micro because I like how it is set up and the opinions it has. I don't do anything in my videos that I don't recommend for production unless I very clearly state that.
@唐鹏-s4x
@唐鹏-s4x 4 жыл бұрын
Thanks!
@stukaracing
@stukaracing 2 жыл бұрын
Very great tutorial and instruction. Similar in style to a fantastic instructor I had a few years ago, you'd probably do well in classroom instruction. Only thing I was a little disappointed there was no touching on dealing with multiple windows in Caliburn, but you gave enough of a foundation that I can reasonably understand the results of my searches now. Even feeling reasonably proficient with C#, without much familiarity with XAML and zero with Caliburn search results / stack overflow read like Greek!
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
I work with multiple windows in Caliburn Micro/WPF in the TimCo Retail Manager series here on KZbin: kzbin.info/aero/PLLWMQd6PeGY0bEMxObA6dtYXuJOGfxSPx
@RobertCastilloC
@RobertCastilloC 3 жыл бұрын
awesome everything ok until 1:17:31 I got an error the method ActivateItem() does not exist in the current context. I tried to continue ignoring the error but it keeps there.I'm inheriting from Conductor. There's a method called *ActivateItemAsync()* i tried it but it doesn't work. Help please
@elvisayo
@elvisayo 3 жыл бұрын
Same issue here
@RobertCastilloC
@RobertCastilloC 3 жыл бұрын
@@elvisayo man I heard Caliburn it's not further getting support and for new projects better find other framework
@Achdoemaarwat
@Achdoemaarwat 3 жыл бұрын
ActivateItem (at 1:17) is replaced by ActivateItemAsync public async Task LoadPageOneAsync() { await ActivateItemAsync(new FirstChildViewModel()); } You can, but don't have to replace
@ryderking100
@ryderking100 7 жыл бұрын
Thanks Tim, you are literally doing miracles with your tutorials keep it up. I would like to see you do a start to finish payroll tutorials, analysis especially, thanks.
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
I'll put those on the suggestion list. Thanks!
@slinky7355
@slinky7355 3 жыл бұрын
Caliburn Micro: No longer under active maitenance This is a very good reason not to rely on external frameworks, kids.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
Thanks for emphasizing the point!
@blawless
@blawless 3 жыл бұрын
​ @IAmTimCorey It's a little unfair to be getting this kind of criticism on a very informative video you went through the effort to make several years ago. I appreciate your optimism and maturity in regards to unnnecessarily callous comments however I think people like *squints at name* @スリンキ--Slinky need to put the keyboard down and watch your video titled "Caliburn Micro Is No Longer Being Maintained. Now What?" before chiming in. I for one will be scouring your video list for other MVVM framework examples to determine whether or not my next cross platform IoT project, that utilizes C# in the Windows portion of the software, will be using something other than Caliburn Micro. I don't mind the difficulties that came with wrapping my head around this framework, but I do recognize its shortcomings. Either way please know that your work here in this video is deeply appreciated and will be useful long after .NET becomes incompatible with this sunsetted framework.
@megapro1725
@megapro1725 2 жыл бұрын
It's more than alive and new version are released. get rekt
@froggenfury6169
@froggenfury6169 6 жыл бұрын
thank you. clear voice. slow tone but not too slow. just right. enjoyed it.
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I'm glad you enjoyed it.
@Qrzychu92
@Qrzychu92 3 жыл бұрын
So, Caliburn Micro saves you few characters on every binding, but takes away all the refactoring features of strongly typed language of C# + XAML. Not nice :) when you setup DataContext in XAML, you get full InteliSense on ViewModel properties in bindings.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
It does a lot more than that, but I understand.
@Qrzychu92
@Qrzychu92 3 жыл бұрын
@@IAmTimCorey I am sure it did much more, but binding by name convention seems odd. If i rename a view model property, i have use text search to change all bindings. I know from experience that I often use the same names in different view models (like IsBusy), so I would have manually check whether given IsBusy is from correct view model. I am aware that with Calibur Micro I could just use unique names, but we all know how that ends , especially in a team. Great video though, I watched it all which is weird since I don't like the technology. Thanks :)
@hachadwick
@hachadwick 2 жыл бұрын
Can I like this video more than one time? Great teacher and great video.
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
Glad you liked it!
@_Aarius_
@_Aarius_ 4 жыл бұрын
Am i the only one that hates frameworks that do all that sort of automagical stuff just by having things named certain ways? I kinda like manually connecting the parts and eg telling which viewmodel connects to which view, rather than letting some framework try to figure it out...
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Nope, you aren't the only one. I'm normally not a proponent of them but I make an exception in this case because of the adoption of it, how easy it makes MVVM, how much it provides that I would otherwise have to do myself, and the long-term support it has been given. But I totally get doing it yourself so there is no magic.
@souleymaneba9272
@souleymaneba9272 4 жыл бұрын
I hate also this kind of framework. I will not use it in my WPF project. Learning WPF is enought work (it worth it), therefore I dont want to learn a framework to be used for another framework (WPF).
@cyberslut1
@cyberslut1 3 жыл бұрын
Excellent video on the MVVM topic! I would love to see another fantastic video where Tim designs his own MVVM framework without using any third-party libraries.
@tomthelestaff-iamtimcorey7597
@tomthelestaff-iamtimcorey7597 3 жыл бұрын
Thank you. I have added this to Tim's list of possible future topics.
@thomaskauran5563
@thomaskauran5563 3 жыл бұрын
I would also love to see this!
@fs8617
@fs8617 5 жыл бұрын
Thank you Tim. Greetings from Germany
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
You are welcome.
@EnerServDoomer
@EnerServDoomer 7 жыл бұрын
Thank you! Finally I was able to understand MVVM, everything is detailed and understandable
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
Awesome!
@EnerServDoomer
@EnerServDoomer 7 жыл бұрын
Please make more videos on MVVM, for example work with streams or with sockets, thanks
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
I'll keep those topics in mind. Thanks.
@EnerServDoomer
@EnerServDoomer 7 жыл бұрын
Please help me, I opened a new view in Content Control and added a button there to change this view to another one, for example to page 2, but in ViewModel I can not call Activator again. Because there is a Screen inherited there and not a Conductor, Tell me how to switch to another a page from FirstViev in SecondViev
@gayratravshanov8409
@gayratravshanov8409 5 жыл бұрын
Большой брат ! Благодаря тебе , начал изучать C# и WPF. Удачи и здоровье тебе !
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I am glad it was helpful.
@notthisguyagain4931
@notthisguyagain4931 2 жыл бұрын
Can't thank you enough for this video. I always had issues with tying some of the concepts of MVVM into practice, but after watching this and implementing the demo myself, I feel i have a much better understanding. Time to get working on refactoring a ton of old code.
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
Glad it helped!
@MishraSanjeevRanjan
@MishraSanjeevRanjan 4 жыл бұрын
Tim, so much thanks. This video is 100 % accurate for the purpose. The speed and the organization of content is just exact. I learnt a lot. I was able to build what I wanted to build by following every second of this video. Each second of the video was only helpful. I am going to refer all your other videos for my requirement of learning and building.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Thank you. I am glad you found it helpful.
@mikey803
@mikey803 4 жыл бұрын
Went through your Fundaments intro into wpf and it wet my whistle enough to learn more before moving on. Looking forward to the new things I can do with it.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Excellent!
@RRaiho
@RRaiho 4 жыл бұрын
Finally a Video worth watching! Literally watched it from the beginning till the End. Really appreciated thanks alot. Unlike other Many videos well explained.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Great!
@jimrodda7732
@jimrodda7732 5 жыл бұрын
Tim, these are really great tutorial videos. Thanks for doing them.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
You are most welcome. Thanks for watching.
@tima7598
@tima7598 2 жыл бұрын
Thanks you Tim, yesterday started with introductory video on WPF, today completed this video, getting a feel of it.
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
You are welcome.
@20102010az
@20102010az 5 жыл бұрын
That was a great course, especially for someone like me who is trying to move off WinForms. Thanks again!
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
You are most welcome. Thanks for watching.
@davidmay2878
@davidmay2878 2 жыл бұрын
Man - this is an awesome tutorial mate; Excellent coverage of all the main basics of MVVM - especially the Conductor patterns.
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
Thank you!
@parko1965
@parko1965 5 жыл бұрын
Thanks Tim, this actually enabled me to understand MVVM in general, but will be using CM as a tool.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
Excellent!
@sylviogiraldes
@sylviogiraldes 5 жыл бұрын
Thanks Tim. Great lesson. To be watched more than once to be fully understood, at least in my case.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
You are welcome.
@diegoburlandotheinformal1217
@diegoburlandotheinformal1217 3 жыл бұрын
Thanks for your work. It gave me the right insights to start without too much initial burden.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
Great to hear!
@devprem11
@devprem11 3 жыл бұрын
Great work Tim,you made it very easy to understand, the active item thing made my life much more easier. i as a beginner was creating new instance of a user control everytime i want a new page and having a goback button in the new page now.
@tomthelestaff-iamtimcorey7597
@tomthelestaff-iamtimcorey7597 3 жыл бұрын
Thanks for trusting Tim to help you along in your coding journey
@dahlola
@dahlola 4 жыл бұрын
As an Android developer who also likes MVVM this looks really clean. Looks a lot nicer than the implementation we use over in Android land, very structured.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
I'm glad you like it.
@robertocallaghan576
@robertocallaghan576 6 жыл бұрын
Excellent Tim looking forward to more on WPF and Caliburn Micro
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
Great! More is coming soon.
@maksa83
@maksa83 4 жыл бұрын
Love the video. Makes learning a lot more simple and enjoyable - please keep up the fantastic work! :-) Found something about Caliburn Micro connections/associations that I think is worth noting. 1:04:53 "Since we pass into the ClearText(), we can also pass into the CanClearText()" However, it looks like we don't need to pass firstName and lastName into CanClearText(), using the corresponding public properties instead: public bool CanClearText() { if(String.IsNullOrWhiteSpace(FirstName) && String.IsNullOrWhiteSpace(LastName)) { return false; } else { return true; } } works just fine. The ClearText(), for it's purpose, does not need those parameters passed in - BUT IF WE DON'T pass those parameters into ClearText(), CanClearText() just does not get invoked (and naturally, the button auto-disable/enable doesn't work). So, it looks like passing the seemingly unnecessary parameters to ClearText(string firstName, string lastName) actually establishes the "magic" link between changes in FirstName/LastName and CanClearText(). Pretty counter-intuitive if you ask me :-)
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Yep, that's what creates the magic.
@andywalter7426
@andywalter7426 4 жыл бұрын
I really liked this video. This actually encouraged me to create my own version of caliburn micro which has some features that caliburn micro does not have.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Excellent!
@computingme1384
@computingme1384 4 жыл бұрын
I was getting so frustrated because the program didn't want to do what it was supposed to do. I changed the Caliburn.Micro from the newest version to 3.1and it worked. Programmers struggle I guess. :D Thank you for all that you do.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Yep, the latest version has some breaking changes in it. We cover how to use it in the TimCo Retail Manager series when we upgrade to .NET Core.
@philiphubbe9725
@philiphubbe9725 4 жыл бұрын
That worked for me, Thanks!
@LudwigvanBeethoven2
@LudwigvanBeethoven2 6 жыл бұрын
I think this was explained in clearest way possible. Thanks a lot ^
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
Awesome! I am glad you found it clear.
@VisualBRON
@VisualBRON 7 жыл бұрын
A great scratching of the surface ... makes me want to look deeper on down. There are things other than combo - text - labels and buttons that I really need to look into. Course add on purchased!
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
I hope you enjoy it. Yep, the add-on course goes through a lot of situations that I think you will find useful.
@juulmorten
@juulmorten 4 жыл бұрын
Really love this, and would love more. Is at the moment going through the TimCo series.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Great!
@truyenyyreview
@truyenyyreview 3 жыл бұрын
Thank you so much Tim. I'm going plan to switch my company framework from MFC to WPF (My company still hold an very old framework). This is very good reference and start for me. Thanks
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
Best of luck!
@georgetomeh8898
@georgetomeh8898 4 жыл бұрын
Thanks Tim, it is a great video. Name conventions actually is something like magic
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
You are welcome.
@saliomgg
@saliomgg 4 жыл бұрын
Thank you, it was a bit slow because of some parts with no relation to MVVM or Caliburn Micro (like the rows and column definitions etc) but it still helped me to learn how to start with MVVM.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Glad it helped!
@Coreyooooo
@Coreyooooo 4 жыл бұрын
I'm learning alot from your content! Keep it up mate, cheers from Australia !
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Glad to hear it!
@swvincent
@swvincent Жыл бұрын
Thanks, I wanted to check out MVVM and this was a great place to start. I worked through it with the older CM 3.x versions and then upgrade to 4.x which wasn't too difficult beyond changing to use the async methods.
@IAmTimCorey
@IAmTimCorey Жыл бұрын
Glad it helped!
@bz100
@bz100 8 ай бұрын
It opens me up a world of possibilities 🤓
@IAmTimCorey
@IAmTimCorey 8 ай бұрын
Great!
@Vitalick15
@Vitalick15 4 жыл бұрын
Можно сказать, что впервые пишу комментарий, и этот комментарий является благодарность за ваш урок) Спасибо)
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
I appreciate it. I am honored to be your first comment.
@boho2005
@boho2005 6 жыл бұрын
Great work Tim. You are one of the best. I suggest that you make a full detailed course about Caliburn Micro. Such course will be a hit, and I definitely will buy it. Keep on the good work.
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I have an add-on course for my C# Application from Start to Finish course that is all about Caliburn Micro. I believe it is 7 hours of content.
@johnzhang1052
@johnzhang1052 3 жыл бұрын
Nice Tutorial, I just want to learn some frontend technology, I have unity3d background, I want to learn some other front-end tech, want to choose WPF, electron, or browser app using js, ts or react. But finally I see your video and decide to learn WPF, thanks for your great effort.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
Great!
@milionowski
@milionowski Жыл бұрын
Even If your content is obsolete I love to work with you on that. You are great
@IAmTimCorey
@IAmTimCorey Жыл бұрын
I would push back on the obsolete comment. This code is still valid and fully supported by Microsoft to this day (and beyond). Also, businesses don't work only on the latest version of .NET. There are a LOT of developers out there working on older versions of .NET and the .NET Framework.
@jourkevin5254
@jourkevin5254 10 ай бұрын
We're learning WPF in school at the moment. Thanks for the video, I'm still struggling with it, and your video does help a lot.
@marcinosiadacz7391
@marcinosiadacz7391 3 жыл бұрын
Thanks a lot Tim! This video is exactly what I needed.
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
You are welcome.
@DarthVaderi
@DarthVaderi 7 жыл бұрын
Tim, thank you so much for this amazing video. I'm finally starting to understand MVVM and I'd be very grateful if you could talk a little more about Caliburn.micro. 😁
@IAmTimCorey
@IAmTimCorey 7 жыл бұрын
I'm glad you enjoyed it. I'll be using Caliburn Micro in the future for other WPF videos but in the meantime, I did create an add-on course for my C# Application from Start to Finish course that is 7 hours of Caliburn Micro content, in case you are able to purchase it. If not, no worries, more content is coming in the next few months.
@Lauking
@Lauking 4 жыл бұрын
Thanks bro u r the best man!!👍👍 You saved my semester!!!!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Excellent!
@patrickdaems6558
@patrickdaems6558 5 жыл бұрын
Hey this is as alway a great explanation. Just what I was looking for.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
Excellent!
@fire460
@fire460 4 жыл бұрын
Great vid! Caliburn Micro seems very powerful, it automates a lot of things. But I would have preferred a more classic approach to MVVM (without Caliburn). Since Caliburn does a lot of things behind our backs, it also has the disadvantage of preventing us from really pinpointing aspects of the MVVM, which is just my opinion, but Caliburn should be used AFTER mastering the "classic" MVVM.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
I debated that but it does feel a bit like reinventing the wheel to see how to do it.
@haydarm.al-samawe9819
@haydarm.al-samawe9819 5 жыл бұрын
i want to give you more than one like
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I am glad you enjoyed it.
@chestertruslow8469
@chestertruslow8469 2 жыл бұрын
Yes, Thanks very much for this and all the other videos!
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
You are welcome.
@saikotturu1811
@saikotturu1811 5 жыл бұрын
Awesome session with clear concepts very helpful video to me.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
Thank you!
@marcostorres7380
@marcostorres7380 6 жыл бұрын
7:38 drinking something huh? lol ! nice video Tim. Im learning a lot with your content. Thanks man!.
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
I try to use the pause to keep those out but it sounds like I cut it too close. Yep, got to stay hydrated.
@BartekChudiniMarek
@BartekChudiniMarek 6 жыл бұрын
Amazing explanation, it is really powerfull and easy. Thanks a lot
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
You are welcome. I'm glad you found it so helpful.
@aymenmt1
@aymenmt1 3 жыл бұрын
Hello sir thank you , you don't know how lucky I am to find your channel and find great teacher such as you , I live in third world country and having access to your videos really changed my life , you are one of if not the only reason I love C# . your way of teaching it really blows my mind .the fact that you keep going back to your 4 yo videos and answering questions shows that you are guy with great character . I've been helping my friends and teaching them C# , and every time they ask from where I learned all that i point them to you, i learned lot of stuff from you not only programming but also the way you slow talk when teaching again thank you . And i have question , do you think Caliburn Micro is good choice in 2021
@IAmTimCorey
@IAmTimCorey 3 жыл бұрын
It depends. If you don't mind staying with .NET 5 and below then yes, I think it is a great option. Otherwise, you need to think about other options like MvvmCross or Prism.
@elbece5917
@elbece5917 6 жыл бұрын
Great video. An addendum to this. You can use the normal binding for anything. Thus you could use if you want. This is useful if you want to change the Mode or the UpdateSourceTrigger so the button updates on every keypress. HOWEVER - if you do this and want to use the property in a guard function (CanXXX), you STILL need to name at least one object for this property in the page/control using the Caliburn Micro conventions. If you use a CanXXX property and handle the NotifyPropertyChanged yourself, it isn't an issue. That is why I usually use the property version of the guard and keep track of the notify's myself. The advantage is that if a button isn't disabling, I usually will look in my ViewModel first. If I am there, I don't need to open a second file. I just thought this might save someone a little time.
@IAmTimCorey
@IAmTimCorey 6 жыл бұрын
Thanks for the tip.
@cliffzhu3553
@cliffzhu3553 4 жыл бұрын
I just wanna thank you so much! Great content!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Glad you enjoyed it!
@kennington4375
@kennington4375 4 жыл бұрын
Thanks Tim, again very good video and explanation. It would be great if you do a second part. For example explain where I put functions and do my logic stuff. Cause I have some trouble to understand where to fill the BinddableCollection when I don't want to do that in the View Model.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
I will add it to the list. Thanks for the suggestion.
@mmurillo09
@mmurillo09 4 жыл бұрын
Here is my vote for Tim to pick up the CM project!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
I would love to but I just don't have the time.
@leonstecher7514
@leonstecher7514 4 жыл бұрын
Thanks, super helpful, your Videos are the best!
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
You are welcome.
@larrypeteet5575
@larrypeteet5575 4 жыл бұрын
AWESOME, Thank you very much. Watched your Into to WPF Video and now this one. Both have been excellent and I will try to find your Add-In Course for this.
@IAmTimCorey
@IAmTimCorey 4 жыл бұрын
Great! The Add-on course is no longer sold separately (it was too confusing since you need the main course to understand the add-on course). Here is the complete bundle: www.iamtimcorey.com/p/c-application-from-start-to-finish-complete-bundle
@larrypeteet5575
@larrypeteet5575 4 жыл бұрын
@@IAmTimCorey Thanks again for your valuable time! I have 20 years with VB/C#.NET but I think it would be good to go over everything again in a structured way and I like the way you present very much. I taught programming in Graduate School for 2 years (PASCAL) and love how thorough you are. I will purchase your C# Bundle to support you and to learn/re-learn a lot I am sure of that.
@rembautimes8808
@rembautimes8808 5 жыл бұрын
Hi Tim, great tutorial. Thanks a lot
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
Thank you!
@stutoms4462
@stutoms4462 3 жыл бұрын
Hi Tim, like everyone else I am so so very grateful for all your hard work on producing your videos. You are now my go-to resource and I don't know what I'd do without you. Quick question, I've seen your more recent video about moving to MVVMCross, as it had been announced that CaliburnMicro wasn't to be supported anymore. I'm about to start a new WPF project, I see that Caliburn seems to have been updated relatively recently (version 4 and subsequent fixes I'm guessing). Is it still a sensible choice?
@americanmultigenic
@americanmultigenic 5 жыл бұрын
Followed through this, and found it extremely interesting. Thank you! It would seem the pitfall here is the way that everything hangs together based on 'names "hooking up" ' and the mechanism thereby "works" . . . but that the application still builds fine if there's a typo in the naming that breaks the mechanism(s). This seems a slight retrograde step from WinForms, where a typo usually results in an immediate "yell." (For example: one could envisage mayhem if some text replacement operation to the source-code was botched: everything still builds OK, but the some of the functionality driven by the naming stops working). Perhaps in later installments you might be addressing those sort of concerns, but this comment is obviously coming from a very ingenue perspective. WPF certainly opens up some interesting UI ideas. Thanks again.
@IAmTimCorey
@IAmTimCorey 5 жыл бұрын
I will add it to the list. Thanks for the suggestion.
@alenloforte8239
@alenloforte8239 2 жыл бұрын
This really helped me reduce my spaghetti code. thanks a lot
@IAmTimCorey
@IAmTimCorey 2 жыл бұрын
Great to hear!
WPF Controls with MVVM: ComboBox
37:04
IAmTimCorey
Рет қаралды 107 М.
Delegates in C# - A practical demonstration, including Action and Func
1:09:11
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 107 МЛН
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
Spongebob ate Michael Jackson 😱 #meme #spongebob #gmod
00:14
Mr. LoLo
Рет қаралды 10 МЛН
C#/WPF - Learn MVVM with the .NET Community Toolkit
1:46:13
Kevin Bost
Рет қаралды 53 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
C# Dependency Injection with Autofac
54:45
IAmTimCorey
Рет қаралды 295 М.
Intro to WPF: Learn the basics and best practices of WPF for C#
1:10:34
What is the MVVM pattern, What benefits does MVVM have?
22:38
James Montemagno
Рет қаралды 99 М.
The Logging Everyone Should Be Using in .NET
15:34
Nick Chapsas
Рет қаралды 72 М.
Is LEARNING WPF still WORTH it in 2023?
10:59
tutorialsEU
Рет қаралды 52 М.
Naming Things in Code
7:25
CodeAesthetic
Рет қаралды 2,1 МЛН
Bike Vs Tricycle Fast Challenge
00:43
Russo
Рет қаралды 107 МЛН