An open API service indexing awesome lists of open source software.

https://github.com/selrahcsan/validadata

Exemplo de Validação de Data em C# .NET 6.0
https://github.com/selrahcsan/validadata

csharp

Last synced: about 1 month ago
JSON representation

Exemplo de Validação de Data em C# .NET 6.0

Awesome Lists containing this project

README

          

# Exemplo: Validar Data em C #

Exemplo de Validação da Datas .net 6.0 em C#

## Dependência

* SDK .NET 6.0

### Clonar respositório

```bash
git clone https://github.com/selrahcsan/ValidaData.git
```

### Compilar

```bash
dotnet build
```

### Executar

```bash
dotnet run
```