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”
Tag: Visual Studio code
Creating a Hello World application with C# and .NET Core in VS Code
Microsoft .Net core is a free, cross platform, fast, lightweight open-source managed framework for building applications and services that can be run/published on Windows, Linux and Mac operating systems. Continue reading “Creating a Hello World application with C# and .NET Core in VS Code”