-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
- Where can I find your repository? (Paste the url of your repository below)
https://github.com/antonmosk87/vehiclemanager-api.git
- Describe the difference between "Code First" and "Database First" in relation to Entity Framework.
with "code first" you have full control over the code
- Describe the difference between Static and Dynamic polymorphism in relation to C#.
run-time(static) vs compile time (dynamic)
- Describe the difference between a Class and an Object in C#.
class is the description of an objects behaviors and properties
An object is an instance of a class, with its own behaviors and properties
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels