entity framework - Project Structure for Data Application with ASP.Net Core -


i building application hits database , stuff , want make sure building solution , project structure correctly. application exposed via webapi using asp.net core using .net framework. have class library use interact database (using ef6) , want make sure configuring startup right make sure controllers able call db though layer. in past, had reference cl , add connection string web.config. since using appsettings.json store connection string, how wire di make sure calls service layer have connection string?


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -