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
Post a Comment