ContosoUniversity icon indicating copy to clipboard operation
ContosoUniversity copied to clipboard

Contoso University sample re-done the way I would build it

Results 21 ContosoUniversity issues
Sort by recently updated
recently updated
newest added

Hello, I am using Contoso University and I require notifications for individual modules, however, this notification will be similar throughout the application, so we are wondering if we can create...

Error 970 The type or namespace name 'roundhouse' could not be found (are you missing a using directive or an assembly reference?) g:\Plastic\JBogardContosoUniversity\src\IntegrationTests\LocalDbFactory.cs 7 11 IntegrationTests

@jbogard, you've written that the [domain model could receive a command for changes](https://lostechies.com/jimmybogard/2016/04/29/validation-inside-or-outside-entities/) ([and here](https://lostechies.com/jimmybogard/2010/03/31/strengthening-your-domain-avoiding-setters/)), but I've not seen that combined with MediatR usage. In this project you use AutoMapper...

I get an error “The highlighted fields are required to submit this form” which is found in the javascript function showSummary of \js\site.js (line 42). I don’t know enough of...

Unable to create an instructor because of a null reference throwing an error message.

Hi Jimmy, I'm trying to create a select list that's not bound to EF. I want to have something like this:- ``` public static HtmlTag Select(this HtmlHelper helper, Expression expression)...

Hi Jimmy, I've been reading you articles about templates and like the way you did the FormBlock code. However, I can't seem to get a textarea to display. I've added...

Ought to do some cleanup and remove that application.hosts file before so it won't get pulled with future clones.

Hi Jimmy, I have very straightforward create action in my controller. After creation I want to redirect to the edit action so the user can continue to edit the newly...