Creating a class library with C# and .NET Core in Visual Studio Code and how to use in another project

Code reusability is very important in the software development process. We can save time and resources and reduce redundancy by using the code that have already been written. Continue reading “Creating a class library with C# and .NET Core in Visual Studio Code and how to use in another project”

Step by step Installation of C# Extension in Visual Studio Code

C# Extension for Visual Studio Code provides lightweight development tools for .NET Core. By default it includes C# editing support, Syntax Highlighting, IntelliSense, Go to Definition feature etc. You need this extension if you are working with .net core in visual studio. Continue reading “Step by step Installation of C# Extension in Visual Studio Code”