Skip to content

Instantly share code, notes, and snippets.

@rafaelblink
Last active December 1, 2017 14:56
Show Gist options
  • Save rafaelblink/b863901cf190311ebc4f06ae1cda16f8 to your computer and use it in GitHub Desktop.
Save rafaelblink/b863901cf190311ebc4f06ae1cda16f8 to your computer and use it in GitHub Desktop.
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:

https://bower.io/ - Gereciador de pacotes Front-end.

Web Essentials 2017 - Instalar Extensão para trabalhar melhor com Front-end.

http://bootsnipp.com/ - Componentes Bootstrap.

https://developers.google.com/chart/interactive/docs/gallery - Charts para relatórios do Google.

https://www.nuget.org/packages/ReportViewerMVC/ - Relatorios impressos com Report View para MVC.

https://datatables.net/examples/basic_init/zero_configuration.html - Plugins jQuery para tabelas.

http://alertifyjs.com/ - Componente para notificações bonito.

http://fontawesome.io/ - Componente para icones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment