Skip to content

Instantly share code, notes, and snippets.

View suchja's full-sized avatar
🎓
Ich lerne und übe gerade

Jan Suchotzki suchja

🎓
Ich lerne und übe gerade
View GitHub Profile
@suchja
suchja / TimeSpanKlasse.cs
Last active November 24, 2016 22:13
Gist zum C# Tutorial Deutsch - TimeSpan | .NET Klassen
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace DatentypTimeSpan
{
class Program
{
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace test
{
class mensch
{
@suchja
suchja / boxstarter-cs-beta-devenv
Created July 14, 2015 14:34
Wichtige Programme zur C# Entwicklung unter Windows
choco install visualstudio2015community -pre
choco install visualstudiocode -version 0.5.0.0
choco install wixtoolset -version 3.9.1208.0
choco install sysinternals
choco install wireshark
@suchja
suchja / boxstarter-iif-devenv-setup
Last active August 29, 2015 14:21
Installation von IIF-DevEnv
Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
choco install git -version 1.9.5.20150320
choco install boot2docker -version 1.6.2
choco install docker -version 1.6.2
choco install docker-machine -version 0.2.0