C# Assembly Manifest

Sdílet
Vložit
  • čas přidán 24. 07. 2013
  • C# .NET assembly manifests determine the identity and dependencies of an assembly.

Komentáře • 6

  • @farhantahmidsabit
    @farhantahmidsabit Před rokem +1

    you are legendary teacher and programmer.

  • @scottadams1091
    @scottadams1091 Před 4 lety +3

    I've been watching a lot of your videos lately and am just commenting on a random one that I happened to be watching to finally say thanks and let you know you're one of the best out there. It's the little things. The humor. The detail. And what made me actually stop the video to comment was when you said "just hitting the up arrow to go through past commands" (or whatever it is you actually said) I already knew this, bit I didn't years ago when I was just starting. So many tutorials blow through these sort of things, and they go so fast that you have to keep pausing every 3 seconds to keep up because you don't know the shortcuts and they never tell you. Thank you for not being one of those. Yes, you can find videos directly specifically on those sort of topics. But it also takes 2 seconds to give the tip, as you show, and doesn't distract even if you know it. Great job on everything I've seen of yours. Thanks again.

  • @mgeorgescu
    @mgeorgescu Před 8 lety +13

    I am the man in the coat and I am offended!

  • @farhantahmidsabit
    @farhantahmidsabit Před rokem

    I think you should spread your legacy by publishing more contents like these... make one on AI, ML, DL please...

  • @eagleeyes3185
    @eagleeyes3185 Před 3 lety

    I now know, that modules in C# have no assembly manifest and what that is, while libraries do! Thanks a lot! I had one more question. What are the cases when you would need a menifest and when dont you need one?