Blog

Articles about IoT, PCB Design, Simulation and Development

4 results for C#

9 min read ES CA EN

DAM_06

UF1 2015-09-23 Course presentation Evaluation criteria. Introduction to C# 2015-09-28 C# Basics C# data types and syntax 2015-09-30 Pr00 --> Hello World! in C# Exercici01 Ex0011(); --> Adds up every…

Read more →
1 min read ES CA EN

BackupTool in C#

Create a backup system so that the user can copy individual files, as well as directories, in the following ways: Specifying a single path: in this case, your application will create a folder/file…

Read more →
2 min read ES CA EN

C# sequencing exercise

Serialize a list of cars: To serialize: List cotxes = new List(); Cotxe c1 = new Cotxe(); c1.marca = "fmesasc"; c1.model ="FMESASC"; c1.any =1999; cotxes.Add(c1); Cotxeseriar objecteQueVolemSeriar =…

Read more →
1 min read ES CA EN

Install MonoDevelop on Linux

Official page. To install MonoDevelop (Ubuntu 14.04 LTS) you can use the following script: sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys…

Read more →