Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.21 KB

readme.md

File metadata and controls

25 lines (17 loc) · 1.21 KB

CoreLib

.NET 6.0

Consider this library as productivity boost to achieve stated development goals faster in .NET.

Pros

  • field-proven solutions for everyday problems.
  • doesn't add additional 3rd-party dependencies (beside itself of course).
  • open source and completely free (MIT).
  • faster development by reusing the provided solutions. The more you do it, the faster you'll go.
  • And most important of all: Development feels even more like "batteries included".

Cons

  • CoreLib probably contains more features/solutions than required for your use case. Usually this con should not be a problem, but if a size optimized solution is required, extracting the used parts into the project could be a viable response to this drawback.
  • You must read the documentation. If you don't know the provided solutions you don't use them or make them even better.

Getting started

  1. Install CoreLib via NuGet (Package Cap.Core)
  2. Read the documentation to learn how to use the provided solutions