Class Library Project example in C# with Visual Studio Solution tutorial

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

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

  • @Gabriela-uz8gg
    @Gabriela-uz8gg 3 года назад +10

    thank you soooo much!That is the best explanation that i have ever seen , please don't stop making new content , because you're doing an AMAZING job !

  • @vice8811
    @vice8811 3 года назад

    You have no idea how much you saved my life with this

  • @mikebledig7208
    @mikebledig7208 2 года назад +2

    Thank you for this tutorial. I'm learning a lot from it to help me understand how to create a .dll if I should need to. Very well done dude.

  • @solarblast5959
    @solarblast5959 3 года назад +2

    Very nicely made video, easy to follow, no clutter to be seen. Loved it. That's a sub and like in my books. Thanks!

  • @BishalUdash
    @BishalUdash 3 года назад

    Coming from interpreter language like php, python and js, was required to fix abug with dotnet project. This video helped me understand about the dotnet library project types and how to execute them via console app . Thanks a lot.

  • @jhonatan8670
    @jhonatan8670 2 года назад

    Thanks a lot you're amazing, I bought your intermediate C# course

  • @SurendraSingh-bd5wc
    @SurendraSingh-bd5wc 3 года назад

    Well done videos. Wonder if I can a copy of the code to learn. I have stayed with VB but consider learning C#

  • @David-iq1kd
    @David-iq1kd 3 года назад +1

    Awesome thank you! One thing I'm confused on, is handling Git repos when there are multiple projects.
    If adding more projects to my main project, I get problems that the "solution contains projects outside the project folder."
    How do you maintain a git repo for each project separately, but still pull other projects into the main project?

    • @jnyendwa
      @jnyendwa 2 года назад

      You have to add a reference to the main program from the class which you intend to access information from, I think he has shown in the tutorial how to make a reference.

  • @hristotanchev6036
    @hristotanchev6036 3 года назад

    Brilliant tutorial!

  • @mdiqbalhossain8844
    @mdiqbalhossain8844 2 года назад

    Excellent explanation

  • @rekarpc98
    @rekarpc98 4 года назад

    Many thanks for sharing these tutorials.

  • @suresh-0129
    @suresh-0129 Год назад

    The best explanation

  • @orenwolfe6506
    @orenwolfe6506 3 года назад +1

    If a class in a library is modified, is it necessary to recompile programs that reference that class?

  • @johnlombardo3534
    @johnlombardo3534 3 года назад

    I don't understand when you add a reference to the class library in your program that it's doesn't allow access to the library until you add the directive using statement. I tried removing the reference and my project still runs with access to the Class Library. Is there any point to adding a reference? Great lesson Thank you

  • @nikitab3709
    @nikitab3709 2 года назад

    I like developers .. so cool and funny approach .. haha

  • @sloneplusgaming5120
    @sloneplusgaming5120 4 года назад

    very important stuff...thank u sir

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

    gracias.. me ayudaste mucho.

  • @zohirbensalem7622
    @zohirbensalem7622 3 года назад

    thanks so much ,,, it is very helpful , please show us a course of localDB handling

  • @adminsignon2704
    @adminsignon2704 3 года назад +1

    Can I use a class library written in C# in a VB.Net project?

    • @shadsluiter
      @shadsluiter  3 года назад

      I believe so. .net supports a wide variety of languages. C# and VB are the most common.

  • @mikepowertech2679
    @mikepowertech2679 4 года назад

    I love your videos). Could I ask you to provide the source code for this app?

  • @goatyt3010
    @goatyt3010 4 года назад

    I subscribe to your channel just to support you.

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

    ty

  • @digitalmarketingviral2591
    @digitalmarketingviral2591 2 года назад

    How can I get your type of Visual Studio on my MAC. All the ones I downloaded have different GUI, making it difficult to follow your tutorials. Thanks

    • @shadsluiter
      @shadsluiter  2 года назад

      The visual studio for mac is a different product with a different user interface. Although you can develop web applications with asp.net. You cannot create windows apps on a mac version of visual studio. I installed Windows on my mac in order to get the best and full experience of Visual Studio. To use Windows you have two choices: install with a virtual machine emulator, such as Parallesl, or divide the hard drive into two partitions and install two operating systems. With the M1 and M2 chips you only have the option for installing Parallels and a virtual machine. The experience of running windows and Visual studio 2022 on an M1 mac is very poor. You have to get the experimental version of Windows for ARM chips (free from Microsoft) and install with Parallels ($100 per year). Visual Studio runs slowly. It works ok for making Winforms apps but is really slow if you are trying to run asp .net web applications. The solution I landed on was to simply run Windows natively on an intel chip. I have an older Macbook pro with an intel cpu. Bootcamp allows you to install windows on a hard drive partition so there are no virtual machines or emulation. Performance is good considering the computer is older. So now I have two computers.

  • @GEM15037
    @GEM15037 2 года назад

    Informative video but FYI it's Fahrenheit.

  • @anon_148
    @anon_148 2 года назад +1

    this is a 30 seconds long video that takes 20 minutes to watch

  • @AkbarJmiel
    @AkbarJmiel 4 месяца назад

    Hi