You are very welcome. To your goal of allowing devs to set up a RESTful API quickly without configuring controller route, .net core already provides the web api which allows you to hook up with Entity Framework really…
I took a quick glance of your github codebase, I must say that you are reinventing wheels: for the purpose of Entity Modeling, you can use Entity Framework directly, or similar packages (Dapper, NHibernate...) For…
You are very welcome. To your goal of allowing devs to set up a RESTful API quickly without configuring controller route, .net core already provides the web api which allows you to hook up with Entity Framework really…
I took a quick glance of your github codebase, I must say that you are reinventing wheels: for the purpose of Entity Modeling, you can use Entity Framework directly, or similar packages (Dapper, NHibernate...) For…