Tag Archives: Visual Code
IDE’s Studio and Code – part 003 .
In this tutorial, I will present two features for the Visual Code user. The first is using regular expressions. If you want to convert a large text into HTML code, you can use Ctr+H and activate the function of the regular expression and automatically replace areas of the initial text. A good example that adds… Read More »
IDE’s Studio and Code – part 002 .
In this tutorial, I will show you how can easily update/remove/install packages from the NuGet server in Visual Studio. You need to install this NuGet Package Manager GUI. After installation you can use easily these steps: Open your project workspace in Visual Code; Open the Command Palette with these keys Ctrl+Shift+P; Select the Nuget Package… Read More »
C# – First steps with C# and .NET – part 025 .
Refactoring is the process of modifying code in order to make it easier to maintain, understand, and extend, but without changing its behavior., see Wikipedia webpage. If you use an integrated development environment known as I.D.E. then some refactoring commands are present under the refactoring menu. If not, then you need to do it manually.… Read More »
IDE’s Studio and Code – part 001 .
An integrated development environment (IDE) is a software application that provides comprehensive facilities to computer programmers for software development. An IDE normally consists of at least a source code editor, build automation tools, and a debugger…, see the Wikipedia webpage. I started this series of tutorials related to IDEs called Visual Studio and Visual Code.… Read More »