Skip to content

Instantly share code, notes, and snippets.

View franciscosens's full-sized avatar

Francisco Lucas Janesch Lange Sens franciscosens

  • Blumenau/SC, Brasil
View GitHub Profile
https://github.com/jergusg/k380-function-keys-conf
https://github.com/Ulauncher/Ulauncher/wiki/Hotkey-In-Wayland
#282A36
@franciscosens
franciscosens / gist:8e6be3474085fd4224e925f1b6300672
Created January 5, 2020 14:27 — forked from johanmeiring/gist:3002458
"git lg" alias for pretty git log
# From http://garmoncheg.blogspot.com/2012/06/pretty-git-log.html
git config --global alias.lg "log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --"
- Criar projeto View
- Criar projeto Model
- Criar projeto Repository
- Adicionar Referencia do Model no projeto Repository
- Adicionar Referencia do Model e Repository no projeto View
- Adicionar o Entity Framework em todos os projetos através do NuGet
- Criar a(s) classe(s) de modelo no projeto View
- Criar a(s) interface(s) de Repository no projeto Repository
- Criar a(s) classe(s) de Repository no projeto Repository
- Criar o banco de dados dentro da pasta App_Data do projeto View