Skip to content

Registration system made in C# with database. The database to be used can be chosen in the database connection configuration.

Notifications You must be signed in to change notification settings

anderson-81/crud-sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CrudSharp 2.0

GitHubGitHub last commitGitHub language countGitHub language countGitHub All Releases

1 - Description:

  • Registration system made in C# with database. The database to be used can be chosen in the database connection configuration.

2 - System Characteristics:

  • Database Connection Configuration:
    • SQL Server
    • PostgreSQL
    • SQLite
    • MySQL
  • Login (SHA512)
  • Registrations:
    • Physical Person registration.
    • Juridical Person registration.
  • Searches:
    • Physical Person search.
    • Juridical Person search.
  • Reports
  • User Management
  • System Log (by text)
  • Hide Icon (Toolbar)

3 - Software and Tools used:

  • Visual Studio 2013
  • .NET Framework 4.8
  • Libraries for database connection:
    • SqlConnection
    • NpgsqlConnection
    • SQLiteConnection
    • MySqlConnection
  • Design Patterns concepts used:
    • Singleton
    • Facade
    • Factory
    • Abstract Factory
    • Adapter