Skip to content

Class libraries to implement functionality for common, cross-cutting concerns

License

Notifications You must be signed in to change notification settings

Daniel-Miller/Common

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Common .NET Libraries

This repository contains class libraries that implement functionality for common, cross-cutting concerns.

The code here is bare-metal by design, so the intent is to have no third-party references (unless absolutely necessary), and also to minimize the number of references to Microsoft and/or .NET System libraries. In addition, notice these libraries contain no dependencies on any specific database platform, database schema, or data access library.

The code targets .NET Standard 2.0 to maximize the potential for reuse, so you should be able to use these libraries in any .NET Standard, .NET Core, or .NET Framework project, including Console, Web, and Windows.

About

Class libraries to implement functionality for common, cross-cutting concerns

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages