training-kentico-k12 icon indicating copy to clipboard operation
training-kentico-k12 copied to clipboard

Kentico CMS/EMS MVC training website

Results 13 training-kentico-k12 issues
Sort by recently updated
recently updated
newest added

### Motivation Lambda registrations make sense for most-often used services. They reportedly yield a 10x performance improvement. ### Proposed solution Re-implement [AutofacConfig](https://github.com/Kentico/training-kentico-k12/blob/master/MedioClinic/App_Start/AutofacConfig.cs) as per https://autofac.readthedocs.io/en/latest/best-practices/index.html#register-frequently-used-components-with-lambdas

### Motivation This looks like a common use case: Not all of the website content might exist in all culture variants. In this case, developers might want to display content...

### Motivation With the way that this implementation differs from how Dancing Goat has been implemented, it would be good to see how we can unit test the Business and...