Skip to content

Carzuiliam/useful-sources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful Source Codes in C#

This project has some examples of source codes that I use in ERP systems when needed. Bear in mind that these codes are generally for systems developed in Brasil.

Introduction

The codes presented in this project are:

  • Holidays, with codes for manipulate brazilian and britain holidays;
  • NTPClient, which shows an example of how to obtain th current date/time directly from the Microsoft servers;
  • PersonalIDs, to validate some documents from Brazil, e.g. RG, CPF and CNPJ;
  • TextFormat, for text formatting;
  • ViaCEP, which uses the ViaCEP webservice to request brazilian CEP's.

They are simple codes, but they may be useful on small daily problems. Finally, you may use only the source codes available on the sources folder, if you wish.

Utilized Material

You may test the above codes using the Visual Studio. For this, it's necessary:

Additional Info

Since this is a work in progress, probably I will add more features in the future. Stay tuned!

License

The available source codes here are under the Apache License, version 2.0 (see the attached LICENSE file for more details). Any questions can be submitted to my email: carloswilldecarvalho@outlook.com.

Releases

No releases published

Packages

No packages published

Languages