jbogard / presentations

Presentations I give
Creative Commons Attribution Share Alike 4.0 International
430 stars 104 forks source link

Is there any code for the presentations? #30

Closed MrYossu closed 2 years ago

MrYossu commented 2 years ago

Just came across a talk you gave at NDC (video here), and would really like to see the full solution.

I looked through your repos, but couldn't find one that matched.

Is the code form that presentation available?

Thanks

jbogard commented 2 years ago

https://github.com/jbogard/ContosoUniversityDotNetCore-Pages

Thanks!

MrYossu commented 2 years ago

@jbogard Thanks. I already looked at that one, but the structure doesn't look like the code you showed in the talk. I was expecting a Features folder, with all the code for each feature below it. I know you have the Pages folder, with a subfolder for each feature, but that's pretty standard. I was expecting something different.

Thanks again.

jbogard commented 2 years ago

This is the one then: https://github.com/jbogard/ContosoUniversityDotNetCore but with Razor Pages it supports feature folders out-of-the-box. Just not called "Features" but that's fine.

MrYossu commented 2 years ago

@jbogard Thanks