Search code examples
sqliteentity-framework-6c#-5.0asp.net-identity-2asp.net-mvc-5.2

ASP.NET Identity + Entity Framework + SQLite to share


For our project needs, I created my own ASP.NET Identity 2.0 Provider with SQLite database, and Entity Framework used in MVC 5.2 application. It's methods are all async. All of the problems with the connection to SQLite DB are resolved (I saw many questions regarding this)

So, my question is very simple:

Does it make sense to share my code with the community on GitHub? Can it be really helpful? What do you think?

Thanks for all answers


Solution

  • Not exactly a technical question, but nevertheless: if I found something like this on GitHub I would totally look into it as I have developed similar features and it would definitely help me compare / improve my work.