jcotton42
I have a huge exam next week
Well, you're not going to find someone in here to reteach you C# from scratch.
So go over your notes, practice what's unfamiliar, maybe make a little "cheat sheet" (not to bring into the exam ofc, but the act of making it should help you remember better). Then ask on what you're still unsure about.
24 replies
EF attributes vs built-in C# keywords (like required). Differences and when to use?
EF already provides a much better one for you,
DbSet<T>
.
The only reason to use a generic repo over EF is if you plan to switch away from EF, but that's... unlikely.221 replies