Skip to content

joelhenriquedev/mvc-dotnet-core-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exemplo da implementação do MVC usando O .NET Core (Console)

SQL

CREATE DATABASE ESTUDO1;

USE ESTUDO1;

CREATE TABLE PESSOA( id bigint not null primary key, nome varchar(50) not null, telefone varchar(11) not null );

Releases

No releases published

Packages

No packages published

Languages