Skip to content

Instantly share code, notes, and snippets.

View davidspiess's full-sized avatar

David Mair Spiess davidspiess

View GitHub Profile

Day 1 - Exploring dotnet core

  • dotnet has built in templates for creating new projects.
  • I can install new templates e.g for the Giraffe webserver.
  • Giraffe builts upon Kestrel, which is the built in dotnet core websever.
  • dotnet watch run builds the project on file change.
  • To use dotnet watch i had to install it as DotNetCliToolReference package in my .fsproj file.
  • dotnet add uses NuGet behind the scenes to install dependencies.
  • NuGet has currently no command to add packages as DotNetClitToolReference.
  • I had to add the package manually in the ItemGroup of my .fsproj file.
@davidspiess
davidspiess / gist:5898948
Last active December 19, 2015 04:39
Responsive Newsletter Tutorial

#Responsive Newsletter Regeln zur Erstellung von responsive Newslettern

Keine Spacer Gifs verwenden

<td width="10" height="1" style="font-size:1px; line-height:1px">&nbsp;</td>

width und height ist für das Spacing verantwortlich. height muss immer gesetzt werden und mindestens 1px betragen. font-size und line-height müssen gesetzt werden, damit Outlook das &nbsp; nicht wie normale Schrift stylt.