You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
With no other C# or config other than OrmLite DB config in AppHost below -this web service provides all the screenshots attached,out-of-the-box,forfree.
container.Register<IDbConnectionFactory>(
newOrmLiteConnectionFactory(ConfigUtils.GetConnectionString("AppDb"),//ConnectionString in Web.Config
SqlServerOrmLiteDialectProvider.Instance){
ConnectionFilter= x =>newProfiledDbConnection(x,Profiler.Current)});
--Code-first Simplicity at Great Speed - http://www.servicestack.net/benchmarks/