I have a project structure like
MySolution
-FrontEnd
-webforms
-console
-Mvc
-Repositories
-Dapper (Class library)
-Tests
How do I reference the connection string in my repository class library? I tried adding App.Config in my class library project but it is not available in Add New Items. I am using Visual Studio 2013 express for web. Thanks, Damien.