Skip to content

Instantly share code, notes, and snippets.

View stifskere's full-sized avatar
😃
c#

Esteve Autet Alexe stifskere

😃
c#
View GitHub Profile
@stifskere
stifskere / PortfolioIntroduction.md
Last active May 12, 2024 13:26
Introduction to the gists section in my portfolio

HELLO :)

This is a Github Gist view, this file and all the other files you can see in here are hosted in github.

If you are seing this from github, go to https://memw.es

This view is limited to 500 characters, but you can still click to see the whole thing!

@stifskere
stifskere / C# Tutorial.cs
Last active June 4, 2024 20:06
Un tutorial de C# en español.
/*
C# Tutorial © 2024 by Esteve Autet Alexe is licensed under
Creative Commons Attribution-ShareAlike 4.0 International.
To view a copy of this license, visit https://creativecommons.org/licenses/by-sa/4.0/
*/
// LOS SIGUIENTES WARNING ESTAN DESHABILITADOS POR QUE ESTO ES UNA GUIA.
using System.Collections;
using System.Runtime.InteropServices;