Solution: Full Stack Development Challenge in C#

Поделиться
HTML-код
  • Опубликовано: 9 ноя 2024

Комментарии • 44

  • @jtech8959
    @jtech8959 Год назад +3

    Thanks Tim for continuing to provide free content. Love watching your videos. They've become part of our teams 'lunch and learn' sessions at work.

  • @andergarcia1115
    @andergarcia1115 Год назад +2

    I'm from Colombia, and starting the day listening to your and learning from you master is a blessing.

  • @filipsochanski6306
    @filipsochanski6306 Год назад +2

    Tim - You are the real MVP - please keep it up. Love when notification pops up with Your new content !

  • @vladberlin6853
    @vladberlin6853 Год назад

    Love to see your work , finished a local course and still learning a lot more from you

  • @burn_cooper
    @burn_cooper 10 месяцев назад

    I started with the domain, tim started with BD, its fun to see how people do it different ways

  • @TheAbdalla2012
    @TheAbdalla2012 Год назад

    Thanks Tim, I've learned a lot from this.🎉

  • @khanfaizan05
    @khanfaizan05 Год назад

    Thanks tim as always
    ..🎉

  • @embossCoder
    @embossCoder Год назад

    Love it. Keep the good work

  • @YabalTeklebrhan
    @YabalTeklebrhan Год назад

    Thanks Tim learned alot 😊. I want to ask if you have any videos for how to integrate payment gateway system (paypal or stripe) it would be so helpful even if you have it on your paid course it would be great to check it out.

    • @IAmTimCorey
      @IAmTimCorey  Год назад

      Not yet, but you can add it as a suggestion (or upvote an existing one if there is one) here: suggestions.iamtimcorey.com

  • @hutchm92
    @hutchm92 11 месяцев назад

    What additional tools do you have installed? On 18:19, you right-click on the method and related options appeared... When I right-click on get the regular VS options.

    • @IAmTimCorey
      @IAmTimCorey  10 месяцев назад

      I didn't right-click. I hit Ctrl+. to bring up the quick actions and refactoring list.

  • @NahidHussain-y6n
    @NahidHussain-y6n Год назад

    Mr Tim Corey don't U have Async Programming in your paid C# Masterclass course ???

  • @thefattysplace
    @thefattysplace Год назад

    As its all under one solution (and if it was going to be delivered as one solution to the client), I would reference the model in the model in EmployeeLibrary and use it as a base for the model in MVC, would you agree with this approach? My reasoning for this is that if you know its always going to be under one developement team/solution, it would allow you to know for sure that you have all the required fields? Thanks.

    • @IAmTimCorey
      @IAmTimCorey  Год назад +1

      In concept, that would work. However, that's not always how things will eventually work out. For instance, you might not want all of the fields in the UI that you have in the data layer. Or, you might want to change the field names. Or you might want to add validation to all of the properties (and thus using it as a base model is useless because you are recreating the entire model). If you treat UI models as entirely different than data models, you will have a much better development experience long-term.

  • @kandycan
    @kandycan Год назад

    Watched the whole video. It was quite hard to do all this from scratch. Initially i was trying to do it using entity framework core. But was having issues during migrations. I wonder how can we configure multiple providers. Such as, this same app getting configured to accomodate entity framework core devs as well.
    I did it using blazor wasm on web instead of mvc. And thinking about doing the desktop part with Maui but wondering if i should use maui or maui blazor.
    Can a maui app be converted into maui blazor?
    And i even added a razor components project to try this.
    What i have seen is that web view looks pretty ugly in flutter.
    I wonder if it's the same with maui.
    If I'm not using the web view, will i get the truly native feel with Maui?
    If I'm using maui blazor,
    Is it gonna look same as flutter ?

    • @IAmTimCorey
      @IAmTimCorey  Год назад +1

      You can make Blazor Hybrid (Blazor in MAUI) look like anything you want, including native applications. However, it takes understanding how to work with CSS (or using CSS libraries that do it for you).

  • @fieryscorpion
    @fieryscorpion Год назад

    What's the benefit of having Sql Db project in the solution?
    Does it help with CI CD? Can you please explain that more?

    • @IAmTimCorey
      @IAmTimCorey  Год назад +2

      It puts the database in source control, I can rename a column in a table and Visual Studio can update all of the places that reference that column (stored procedures, views, etc.) intelligently (it won't just change every string that matches), and I can deploy/update my database using CI/CD. The SQL Database project is great at developing databases. SSMS is great at managing databases.

  • @NahidHussain-y6n
    @NahidHussain-y6n Год назад +1

    Where to Learn Async Programming in C# ?

    • @IAmTimCorey
      @IAmTimCorey  Год назад

      Here you go: www.youtube.com/@IAmTimCorey/search?query=async

  • @ahmedifhaam7266
    @ahmedifhaam7266 Год назад +3

    First Comment Baby! Love this series btw