ContosoUniversityDotNetCore icon indicating copy to clipboard operation
ContosoUniversityDotNetCore copied to clipboard

Results 7 ContosoUniversityDotNetCore issues
Sort by recently updated
recently updated
newest added

I have forked this project and updated it to 3.1 Is it ok to add a pull request with the update?

Hi Jimmy, In **ControllerExtensions** you have method **RedirectToActionJson**, and you create url for redirect on this way: `redirect = controller.Url.Action(action)`. You are using it like this: `return this.RedirectToActionJson(nameof(Index));` This will...

Hi Jimmy, I am using 'Features' organization on my project, and in first I named features in singular. But I had problem because feature folder name was the same like...

Please support building on macOS and Linux.

How do you define features? For example, a course will always have an instructor. But in your example, you separate them as a feature