Skip to content

renlih/tiqe_web_csharp

Repository files navigation

Welcome to ASP.NET 5 Preview

We've made some big updates in this release, so it’s important that you spend a few minutes to learn what’s new.

ASP.NET 5 has been rearchitected to make it lean and composable. It's fully open source and available on GitHub. Your new project automatically takes advantage of modern client-side utilities like Bower and npm (to add client-side libraries) and Gulp (for client-side build and automation tasks).

We hope you enjoy the new capabilities in ASP.NET 5 and Visual Studio 2015. The ASP.NET Team

You've created a new ASP.NET 5 project. Learn what's new

This application consists of:

  • Sample pages using ASP.NET MVC 6
  • Gulp and Bower for managing client-side resources
  • Theming using Bootstrap

NEW CONCEPTS

CUSTOMIZE APP

DEPLOY

We would love to hear your feedback

Comandos para rodar os migrations:

  • dnu restore
  • dnx ef migration add Initial (tem que ter o banco criado)
  • dnx ef migration add Users
  • dnx ef database update Users -v

Comando para rodar a aplicação:

  • dnu restore
  • dnx web

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published