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

FormBlocks do not work with v4 of HtmlTags. It spits out raw HTML instead of rendered labels and controls.

Any of you clever chaps ever done this? I use AF in all my projects and would really like to see an AF version.

It seems that Mapping.AssertConfigurationIsValid() is missing in the project. Also, I believe it would throw an exception due to unmapped members, so might it be missing on purpose?

I'm curious to understand, given this implementation, how you recommend handling the scenario where a message (e.g. queue) needs to be dispatched, ala domain events style, from a command handler,...

Hi @jbogard i know this is a side project, but what's your opinion about the use of ASP.NET Identity for the Account Feature. this closes #14 using a custom model...

For example, if the user should only be able to view their own courses, how do you pass their identity back to the command or query handler? Do you just...

According to https://msdn.microsoft.com/en-us/library/hh510202(v=sql.120).aspx the name of SQL Express 2014 automatic instance is MSSQLLocalDB and not V12.0. I would recommend that the web.config shipped be updated to use this. More likely...

This currently relies on version 3.0.0.187 of HtmlTags but 3.0.0.186 is the latest one available on Nuget.

Jimmy, Great job on a sample showing how to keep ASP.NET MVC clean and mean! I had issues running it out of the gate so I created this PR. I...

Hello, I have been looking at Contoso University and I have a question: How do you deal with refilling the model helper properties after being submitted with errors? I am...