W3 Web validator If you wonder why validate my HTML you should take a look at this: Why validate
First of all you need to install the Wox launcher and figure out how it works: press alt+space and WOX should apear on center of the screen
The WOX launcher is automatically started and you can close it by clicking the WOX ico...
What is a class library / DLL A class library can be seen as a container for code that can be used in different applications. The DLL files saves a lot of space on your hard drive because different application cn use the same code instead of having its own set of duplicated code.
modulization
DL...
programs are basically written in any editor. a simple notepad or an advanced Integrated Development Environment (IDE). We call the code you write source code. A good IDE is usually as important for the programmer as good quality tools are for a mechanic. An IDE will assist the programmer while he...
In calss we use a Raspberry Pi and the sense hat
The Rapsberry Pi comes in different shapes and but they all fit the sens hat which is a collection and sensors and LED's fit into a single thing you can attach to the pi's IO complains
using Microsoft.VisualStudio.TestTools.UnitTesting;
using Prime.Services;
namespace Prime.UnitTests.Services
{
[TestClass]
public class PrimeService_IsPrimeShould
{
private readonly PrimeService _primeService;
public PrimeService_IsPrimeShould()...