C# – Build a .NET Standard library with Visual C# – Video

Following the Microsoft tutorial for building a .Net Standard library with Visual Basic from here, I have decided to make a video for .Net Standard library with C#. Pretty much, it is one and the same.

The library contains one class and there is one method in the class, checking whether the first char of the string is an upper case or not:

Once the “library” is created, some tests are built as well:

At the end, some show case is presented, showing the usage of the extension methods for the library. The code is a bit overcomplicated there, but this is how the tutorial looks like:

The whole code in GitHub is here. Enjoy it!

Tagged with: , , , , ,