mtrutledge

Results 16 issues of mtrutledge

Added ability to get a read-only EF context using a `ApplicationIntent="ReadOnly"` connection string. This connection string is derived from the main connection string in the web.config file. This works well...

enhancement
Requires Verification

## Is your feature request related to a problem? This feature request is related to a performance issue. Hotcakes does a lot of database calls. The majority of these calls...

enhancement

I have added a MiniCartViewModel that contains the total number of items in the cart. This allows each page render for the mini cart to be quick without having to...

enhancement

## Is your feature request related to a problem? On almost every query that Hotcakes makes it needs to find the store id from the portal. Since this information is...

enhancement

I find that New relic frequently reports a high number of SQL calls when getting the Store by GUID or by ID. This update uses the CacheManager to get the...

I have deployments that use the command line tool through Octopus Deploy. Octopus Deploy is saying the deployment step with Polydeploy failed because polydeploy returns a failure. However when I...

During the Southern Fried DNN call on 7/19/2018 a suggestion was made to have VueJS as a option for the SPA modules. I think this is a great idea!

help wanted

Opening the sln in visual studio on Mac or windows does not fully build the projects because that task is up to yarn build. Probably need to remove the sln...

With the new features we need to update the docs on project structure, how to get started, etc.

Currently, the development process assumes development outside of the DesktopModules folder and a local DNN instance. There are enough developers out there that develop within a local DNN instance that...