Entity Framework Inheritance Table Per Type (TPT) in .NET

Table per Type (TPT) is a type of inheritance mapping in Entity Framework where each derived entity type is mapped to a separate table in the database. For example, consider the following object model: Copy codepublic abstract class Vehicle{ public int Id { get; set; } public string Make { get; set; } public string … Continue reading Entity Framework Inheritance Table Per Type (TPT) in .NET

The first habit: Proactive

https://open.spotify.com/episode/3grs6VxxE0kcTUjIxHQ5yX Listen to this article For most of us, it is always the easiest to blame someone or something about a situation that happens. Be it you are yelling on someone, business failed, client cancels the project or anything that relates. Blaming it on someone or something else makes your mind not feel guilty. Although … Continue reading The first habit: Proactive

Hungry Stomach, Empty Pocket, Broken Heart

During the early stages of my life, I was lucky enough not to worry about those 3 things. Well, for sometimes Empty Pocket because my wants were little too much but my parents always, one way or the other, fulfilled them. Gradually, when you reach in the adulthood, then you realize about the responsibilities. Responsibility … Continue reading Hungry Stomach, Empty Pocket, Broken Heart