Skip to content

Instantly share code, notes, and snippets.

View rafaelblink's full-sized avatar
🏠
Working from home

Rafael Ferreira rafaelblink

🏠
Working from home
View GitHub Profile
@rafaelblink
rafaelblink / courses_notes.md
Last active March 29, 2018 00:15
Courses Notes

CSS

Display

display block, inline and inline-block

block: same line but with width 100%, to check if is block element, sets background color. width or heigth affect the size element. inline: in the same line, but width or heigth don't makes affect.

inline-block: mix of both properties, keeps inline but width and height makes affect.

@rafaelblink
rafaelblink / dicas.md
Last active December 1, 2017 14:56
Dicas Desenvolvimento ASP.NET MVC

Dicas para Desenvolvimento Front-end em ASP.NET

Framework: Usar 4.0 ou 4.5 pelo fato da maioria das hospedagens usar esses por padrão.

Rotas: Rota default sempre deve estar abaixo das demais.

Controllers: Não pode se repetir nome de controllers, mesmo sendo em outras areas.

Útil:

@rafaelblink
rafaelblink / pauta-visualstudio-2017.md
Created March 5, 2017 18:29
Instalando Visual Studio 2017 + Dicas de Produtividade.

Instalando Visual Studio 2017 + Dicas de Produtividade.

Atualmente está na versão Release Candidate(RC), refere-se a uma versão com potencial para ser o produto final.

Requisitos Mínimos

Windows 7 SP1, Processador de 1,8 GHz, 2 GB de RAM(Recomendados 4 GB de RAM), Espaço em disco rígido: 1 GB a 40 GB(Dependendo do recursos escolhidos).

Selecionar os componentes a serem instalados.

Selecionar as ramificações que o usuário deseja trabalhar.