Tools
Tools for building cool stuff ASCII art The ASCII Art EU home page. ASCII Art EU home page The ASCII Art UK table page. ASCII Art UK table page ASCII art is a graphic design technique tha...
Tools for building cool stuff ASCII art The ASCII Art EU home page. ASCII Art EU home page The ASCII Art UK table page. ASCII Art UK table page ASCII art is a graphic design technique tha...
Python Documentation Python Documentation is the official documentation for the Python programming language. Python Documentation Thonny Thonnny is a Python IDE for beginners. It is a s...
Introduction to Microservices Microservices is an architectural style that structures an application as a collection of small, independent, and loosely coupled services. Each of these services is ...
Introduction APS.NET stands for Active Server Pages Network Enabled Technologies. It is a server-side web-application framework designed for web development to produce dynamic web pages. AS...
Introduction When you are working on a .NET application, you may need to work with files and directories. In this post, we will Build an app that manipulates files and directories with C# and .NET...
Introduction Before you start Make sure you are already familiar with the VS Code Debugger and how to use it. Check out the VS Code Debugger Interface post to learn more about the V...
Introduction When you are working on a project in DOTNET, you may need to add packages to your project just like using npm in Node.js or pip in Python. In DOTNET, you can use NuGet to add packages...
Introduction The official .NET Landing Page .NET is a free, cross-platform, open source developer platform for building many different types of applications. With .NET, you can use multiple lang...
Introduction to .NET .NET is a free, open-source, cross-platform framework for building many types of applications. Free means you can use it without paying a licensing fee. Op...
Introduction In this post, we will continue to develop the Contoso Pets adoption console application. We will add details for the dog search and suggested donation features. Dog attribute sear...