added README file
parent
42f097aaa4
commit
f36f6c48fd
|
@ -10,6 +10,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "solution items", "solution
|
|||
Directory.Build.props = Directory.Build.props
|
||||
Notes.txt = Notes.txt
|
||||
NuGet.config = NuGet.config
|
||||
README.md = README.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0202271-4E92-4DB8-900D-B5FD745B9278}"
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
# Netamash
|
||||
|
||||
Netamash is a collection of .NET projects from which nuget packages are generated.
|
||||
The purpose of these packages is to facilitate the development of .NET applications and services.
|
||||
|
||||
* Netmash.Core.Abstractions
|
||||
* Netmash.Data.EntityFramework
|
||||
* Netmash.DataAccess.SqlServer
|
||||
* Netmash.Extensions.Caching
|
||||
* Netmash.Extensions.Http
|
||||
* Netmash.Extensions.Swagger
|
||||
* Netmash.Hosting.WindowsService
|
||||
* Netmash.Infrastructure.DatabaseMigration
|
||||
* Netmash.Infrastructure.PublicIP
|
||||
* Netmash.Logging.Api
|
||||
* Netmash.Security.Authentication.Tuitio
|
||||
|
||||
The most intensive use of these packages can be analyzed in the open source projects presented in the structure of my home lab: https://lab.code-rove.com/gitea/explore/repos
|
Loading…
Reference in New Issue