JonPSmith
I am a principal developer (retired) who create open-source libs (8m NuGet dloads) for ASP.NET Core / EF Core. Author of book "Entity Framework Core in Action"
Selective Analytics LtdUK
Pinned Repositories
AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
EfCore.SchemaCompare
Library to compare EF Core's Model of the database against a database's schema.
EfCore.SoftDeleteServices
Services to provide simple soft delete and cascade soft delete in EF Core
EfCore.TestSupport
Tools for helping in unit testing applications that use Entity Framework Core
EfCoreInAction
Supporting code to go with the book "Entity Framework Core in Action"
EfCoreinAction-SecondEdition
Supporting repo to go with book "Entity Framework Core in Action", second edition
GenericServices
GenericServices helps with building a service/application layer in a .NET based application using EF6.x
NetCore.AutoRegisterDi
Extension method to find/register classes in an assembly into the Microsoft DI provider
PermissionAccessControl2
Version 2 of example application to go with articles on feature and data authorization
JonPSmith's Repositories
JonPSmith/AuthPermissions.AspNetCore
This library provides extra authorization and multi-tenant features to an ASP.NET Core application.
JonPSmith/EfCore.GenericServices
A library to help you quickly code CRUD accesses for a web/mobile/desktop application using EF Core.
JonPSmith/EfCoreinAction-SecondEdition
Supporting repo to go with book "Entity Framework Core in Action", second edition
JonPSmith/EfCore.TestSupport
Tools for helping in unit testing applications that use Entity Framework Core
JonPSmith/PermissionAccessControl2
Version 2 of example application to go with articles on feature and data authorization
JonPSmith/NetCore.AutoRegisterDi
Extension method to find/register classes in an assembly into the Microsoft DI provider
JonPSmith/PermissionAccessControl
Example code for Authorization articles
JonPSmith/EfCore.GenericBizRunner
Library to run business logic when using Entity Framework Core for database accesses
JonPSmith/EfCore.SchemaCompare
Library to compare EF Core's Model of the database against a database's schema.
JonPSmith/EfCore.SoftDeleteServices
Services to provide simple soft delete and cascade soft delete in EF Core
JonPSmith/Net.DistributedFileStoreCache
NET distributed cache using a json file as the shared resourse with very fast Get
JonPSmith/EfCore.GenericEventRunner
A library to allow developer use events to update their database via Entity Framework Core (EF Core)
JonPSmith/EfCoreSqlAndCosmos
Example CQRS application using Cosmos DB with EF Core
JonPSmith/BookApp.All
Example of applying an modular monolith approach to building apps. This version contains the whole app in one solution
JonPSmith/EfCore.GenericServices.AspNetCore
Converts EFCore.GenericServices and EfCore.GenericBizRunner statuses to ASP.NET Core formats
JonPSmith/EfSchemaCompare
EfSchemaCompare.EF6 allows you to compare Entity Framework's database modal with an actual SQL database.
JonPSmith/RunStartupMethodsSequentially
A .NET library that runs methods within a locked state on startup. This is useful if you want to migrate or seed a database on an web application that has multiple instances.
JonPSmith/GenericServices.StatusGeneric
Implements the "return a status" pattern - useful for code that can return errors
JonPSmith/EfCore.SoftDeleteServices-Old
Services to provide simple soft delete and cascade soft delete in EF Core
JonPSmith/Net.LocalizeMessagesAndErrors
This library provides extra code to make it easier to support in different languages in your .NET application
JonPSmith/MultiProgPackTool
https://www.thereformedprogrammer.net/evolving-modular-monoliths-2-breaking-up-your-app-into-multiple-solutions/#how-to-create-a-nuget-packages
JonPSmith/SimpleMessageBroker
JonPSmith/AspNetCore.MultipleHostedService
JonPSmith/AuthP.CustomDatabaseExamples
JonPSmith/BookApp.Books
Part of the evolving Modular Monalith
JonPSmith/BookApp.Main
JonPSmith/ExploringJsonColumns
JonPSmith/TestSupportSchema
JonPSmith/BookApp.MainOld
Web App in the evolving Modular Monolith series
JonPSmith/TryGithubPages