Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 500 Bytes

File metadata and controls

35 lines (25 loc) · 500 Bytes

AgendaTDD

.NET FRAMEWORK

SLQXPRESS SSMS + SQL Server Management Studio

Agenda.DALL.Test

app.config

--COAMANDOS PARA CRIAR

Create database Agenda go use Agenda go create table Contato ( ID uniqueidentifier primary key, Nome varchar(100) )

--COMANDOS PARA LIMPAR

use Agenda go SELECT * FROM dbo.Contato; go DELETE FROM dbo.Contato;