WPF in C# with MVVM using Caliburn Micro

Поділитися
Вставка
  • Опубліковано 26 лип 2024
  • WPF can be a tricky topic to get right. At first, it is fairly easy to get started. Then, you figure out that seemingly simple things aren't that simple. That's when you realize WPF was built on a different set of rules and ideas from WinForms. It works best with standards and systems in place. One popular standard is to use the MVVM pattern. In this video, I show you how to implement MVVM in WPF using a tool called Caliburn Micro.
    Source Code: leadmagnets.app/?Resource=WPF...
    Newsletter signup (with exclusive discounts): signup.iamtimcorey.com/ (your email will be kept safe and you will not be spammed).
    Facebook Page: / iamtimcorey
    Want to see a full C# application built from scratch (now with WPF and ASP.NET Add-Ons available)?
    Check out this course: www.iamtimcorey.com/p/c-appli...
    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
    Thanks to Ralfs HBK for the chapter breakdown

КОМЕНТАРІ • 1,2 тис.

  • @farsidesc4044
    @farsidesc4044 4 роки тому +27

    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 роки тому +1

      Awesome! I'm glad this video helped clear things up for you.

  • @kipskiplay
    @kipskiplay 3 роки тому +9

    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 UA-cam 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.

  • @florinchess
    @florinchess 2 роки тому +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!

  • @elcondor7627
    @elcondor7627 4 роки тому +7

    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 роки тому +1

      Fantastic! I am glad it is so helpful to you.

  • @Achdoemaarwat
    @Achdoemaarwat 3 роки тому +13

    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 роки тому +1

      Thanks for those informations :)

    • @malachiasharrisgtmalachias
      @malachiasharrisgtmalachias 3 роки тому +1

      Thanks so much!

    • @JoshGBell
      @JoshGBell 2 роки тому

      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: ua-cam.com/video/2moh18sh5p4/v-deo.html

  • @ricklove6689
    @ricklove6689 6 років тому +7

    Amazing! Tim you really helped me understand MVVM and Data Binding. I was lost before this video.

  • @mosth8ed
    @mosth8ed 5 років тому +1

    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  5 років тому

      You are welcome. I'm glad I make your ride more enjoyable.

  • @jesse6327
    @jesse6327 5 років тому +1

    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.

  • @solutions65
    @solutions65 4 роки тому +6

    Best teacher on the net by far. I can't understand why anyone would give a thumbs down.

  • @dualwolf3d
    @dualwolf3d 6 років тому +61

    You are a flower in a forest of thick Indian accents

    • @IAmTimCorey
      @IAmTimCorey  6 років тому

      Thanks :-)

    • @dev_sda
      @dev_sda Рік тому +2

      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 Рік тому +1

      @@dev_sda it’s not racist to point out that you can’t understand a foreigner.
      Languages aren’t races.

    • @gavinbalajadia8697
      @gavinbalajadia8697 Рік тому

      @@dev_sdaplease

  • @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.

  • @dinarakhaydarova4898
    @dinarakhaydarova4898 2 роки тому +1

    i just LOVE the way you are trying to keep it as simple as possible

  • @bhuriwataunguranun6371
    @bhuriwataunguranun6371 6 місяців тому +3

    Thanks a lot always high quality video.

  • @RalfsBalodis
    @RalfsBalodis 3 роки тому +6

    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 роки тому +2

      You are rocking it this weekend!

  • @justintime5021
    @justintime5021 11 місяців тому

    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  11 місяців тому

      I am glad they are helpful.

  • @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.

  • @saikirangattu2924
    @saikirangattu2924 6 років тому +8

    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 років тому +3

      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.

  • @khj5582
    @khj5582 4 роки тому +6

    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  4 роки тому +12

      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 4 роки тому +3

      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!

  • @tima7598
    @tima7598 2 роки тому

    Thanks you Tim, yesterday started with introductory video on WPF, today completed this video, getting a feel of it.

  • @davidmay2878
    @davidmay2878 2 роки тому

    Man - this is an awesome tutorial mate; Excellent coverage of all the main basics of MVVM - especially the Conductor patterns.

  • @justadude7455
    @justadude7455 Рік тому +5

    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?

  • @swingymcswing
    @swingymcswing 4 роки тому +3

    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 роки тому +2

      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.

  • @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.

  • @dwain.d
    @dwain.d 5 років тому +1

    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.

  • @vasanthakumar1991
    @vasanthakumar1991 4 роки тому +7

    Please do MVVM Implementation form scratch without Caliburn Micro. That will be very helpful.

    • @IAmTimCorey
      @IAmTimCorey  4 роки тому +6

      Thanks for the suggestion.

    • @45nickname
      @45nickname 4 роки тому +5

      @@IAmTimCorey wow, replying to comments on a two year old video. Always a good sign

    • @davidmagerman4553
      @davidmagerman4553 4 роки тому +1

      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 3 роки тому

      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...

  • @kevinfurst8163
    @kevinfurst8163 3 роки тому +3

    Hi Tim, is there a video from you showing how to do page navigation with MVVM?

  • @MishraSanjeevRanjan
    @MishraSanjeevRanjan 3 роки тому

    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  3 роки тому

      Thank you. I am glad you found it 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.

  • @jacksonpitts850
    @jacksonpitts850 Рік тому +3

    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  Рік тому +3

      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.

  • @bobross9370
    @bobross9370 4 роки тому +3

    4:32 He didn't mention it, but when deleting that make sure not to get rid of the greater than symbol.

  • @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.

  • @RobertCastilloC
    @RobertCastilloC 3 роки тому +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 роки тому +2

      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 роки тому +9

      ActivateItem (at 1:17) is replaced by ActivateItemAsync
      public async Task LoadPageOneAsync()
      {
      await ActivateItemAsync(new FirstChildViewModel());
      }
      You can, but don't have to replace

  • @jwdonal
    @jwdonal Рік тому +4

    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 Рік тому +1

      It is actually not that bad. WinForms is a bit harder to work with on some of the fronts than WPF apps

  • @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.

  • @flabberdog
    @flabberdog 4 роки тому +1

    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 роки тому +1

      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 UA-cam 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.

  • @eladyehuda8827
    @eladyehuda8827 Рік тому +2

    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 5 місяців тому

      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 14 днів тому

      ​​@@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.

  • @user-zv6jx6fk8t
    @user-zv6jx6fk8t 4 роки тому +3

    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 роки тому +3

      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.

    • @user-zv6jx6fk8t
      @user-zv6jx6fk8t 4 роки тому

      Thanks!

  • @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.

  • @MorselOfBread
    @MorselOfBread 5 років тому +1

    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  5 років тому

      I am glad I didn't waste your time.

  • @slinky7355
    @slinky7355 3 роки тому +3

    Caliburn Micro: No longer under active maitenance
    This is a very good reason not to rely on external frameworks, kids.

    • @IAmTimCorey
      @IAmTimCorey  3 роки тому +2

      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

  • @Qrzychu92
    @Qrzychu92 3 роки тому +4

    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 роки тому +1

      It does a lot more than that, but I understand.

    • @Qrzychu92
      @Qrzychu92 3 роки тому +2

      @@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 :)

  • @robertocallaghan576
    @robertocallaghan576 5 років тому

    Excellent Tim looking forward to more on WPF and Caliburn Micro

  • @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.

  • @_Aarius_
    @_Aarius_ 4 роки тому +3

    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 роки тому +1

      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).

  • @Coreyooooo
    @Coreyooooo 3 роки тому

    I'm learning alot from your content! Keep it up mate, cheers from Australia !

  • @parko1965
    @parko1965 5 років тому

    Thanks Tim, this actually enabled me to understand MVVM in general, but will be using CM as a tool.

  • @diegoburlandotheinformal1217
    @diegoburlandotheinformal1217 3 роки тому

    Thanks for your work. It gave me the right insights to start without too much initial burden.

  • @JesusMontesGutz
    @JesusMontesGutz 5 місяців тому +1

    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  5 місяців тому

      I am glad it was helpful.

  • @gayratravshanov8409
    @gayratravshanov8409 4 роки тому

    Большой брат ! Благодаря тебе , начал изучать C# и WPF. Удачи и здоровье тебе !

  • @jimrodda7732
    @jimrodda7732 5 років тому +1

    Tim, these are really great tutorial videos. Thanks for doing them.

    • @IAmTimCorey
      @IAmTimCorey  5 років тому

      You are most welcome. Thanks for watching.

  • @ryderking100
    @ryderking100 7 років тому +1

    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!

  • @sylviogiraldes
    @sylviogiraldes 5 років тому

    Thanks Tim. Great lesson. To be watched more than once to be fully understood, at least in my case.

  • @stukaracing
    @stukaracing 2 роки тому +1

    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 UA-cam: ua-cam.com/play/PLLWMQd6PeGY0bEMxObA6dtYXuJOGfxSPx.html

  • @froggenfury6169
    @froggenfury6169 6 років тому +2

    thank you. clear voice. slow tone but not too slow. just right. enjoyed it.

  • @TheAngelOfDeath01
    @TheAngelOfDeath01 6 років тому

    I love Martin Fowler's design patterns... and an mvc-ish structure for WPF is just utterly brilliant!

    • @IAmTimCorey
      @IAmTimCorey  6 років тому +1

      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!

  • @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.

  • @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.

  • @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.

  • @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.

  • @cobratst
    @cobratst 6 років тому +1

    I don't comment in most cases, but you deserve a very big thank you

  • @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 роки тому +1

      Yep, that's what creates the magic.

  • @boho2005
    @boho2005 5 років тому

    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  5 років тому +1

      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.

  • @cyberslut1
    @cyberslut1 3 роки тому +2

    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.

  • @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

  • @chestertruslow8469
    @chestertruslow8469 Рік тому

    Yes, Thanks very much for this and all the other videos!

  • @fs8617
    @fs8617 4 роки тому +2

    Thank you Tim. Greetings from Germany

  • @milionowski
    @milionowski 11 місяців тому

    Even If your content is obsolete I love to work with you on that. You are great

    • @IAmTimCorey
      @IAmTimCorey  11 місяців тому +1

      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 8 місяців тому

      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.

  • @Saratoga55
    @Saratoga55 2 роки тому +1

    Studying .Net in collage right now and your videos are appreciated by me and my classmates.

  • @juulmorten
    @juulmorten 4 роки тому

    Really love this, and would love more. Is at the moment going through the TimCo series.

  • @marcinosiadacz7391
    @marcinosiadacz7391 3 роки тому

    Thanks a lot Tim! This video is exactly what I needed.

  • @georgetomeh8898
    @georgetomeh8898 4 роки тому

    Thanks Tim, it is a great video. Name conventions actually is something like magic

  • @EnerServDoomer
    @EnerServDoomer 7 років тому +1

    Thank you! Finally I was able to understand MVVM, everything is detailed and understandable

    • @IAmTimCorey
      @IAmTimCorey  7 років тому +1

      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 6 років тому +1

      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

  • @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.

  • @hachadwick
    @hachadwick 2 роки тому +1

    Can I like this video more than one time? Great teacher and great video.

  • @patrickdaems6558
    @patrickdaems6558 5 років тому

    Hey this is as alway a great explanation.
    Just what I was looking for.

  • @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.

  • @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.

  • @Lauking
    @Lauking 4 роки тому +1

    Thanks bro u r the best man!!👍👍
    You saved my semester!!!!

  • @gramos999
    @gramos999 6 років тому

    Great course! Cristal clear.

  • @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!

  • @DarthVaderi
    @DarthVaderi 6 років тому

    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  6 років тому +1

      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.

  • @cliffzhu3553
    @cliffzhu3553 4 роки тому

    I just wanna thank you so much! Great content!

  • @rembautimes8808
    @rembautimes8808 4 роки тому

    Hi Tim, great tutorial. Thanks a lot

  • @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.

  • @johnzhang1052
    @johnzhang1052 3 роки тому +1

    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.

  • @leonstecher7514
    @leonstecher7514 4 роки тому

    Thanks, super helpful,
    your Videos are the best!

  • @stutoms4462
    @stutoms4462 2 роки тому +1

    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?

  • @saikotturu1811
    @saikotturu1811 5 років тому

    Awesome session with clear concepts very helpful video to me.

  • @gear1100
    @gear1100 6 років тому

    Awesome, great tutorial - thanks!

  • @nabilberrada4665
    @nabilberrada4665 5 років тому

    Thank you soo mush for sharing !! Great content Great Video ! I loooove it

    • @IAmTimCorey
      @IAmTimCorey  5 років тому +1

      You are welcome.

    • @nabilberrada4665
      @nabilberrada4665 5 років тому +1

      @@IAmTimCorey watched bunch of your videos today, very helpful, the best c# teacher !!

  • @humermar
    @humermar 6 років тому

    Congratulation!! This is what i need.

  • @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.

  • @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.

  • @marcinek5018
    @marcinek5018 2 роки тому

    Your tutorials are awesome :D Thank you.

  • @marcostorres7380
    @marcostorres7380 5 років тому

    7:38 drinking something huh? lol ! nice video Tim. Im learning a lot with your content. Thanks man!.

    • @IAmTimCorey
      @IAmTimCorey  5 років тому

      I try to use the pause to keep those out but it sounds like I cut it too close. Yep, got to stay hydrated.

  • @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.

  • @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 роки тому +1

      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.

  • @aymenmt1
    @aymenmt1 3 роки тому +1

    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 роки тому +1

      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.

  • @pedroreisbr
    @pedroreisbr 5 років тому

    You just saved my life, thanks!

  • @tuval012
    @tuval012 6 років тому

    Excellent Course!