Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.61 KB

File metadata and controls

27 lines (20 loc) · 1.61 KB

Entity Framework 6 Showcase

A Collection of Examples of EntityFramework in C# Dotnet

🌟 Author

I am Srikanth Tangella and I am an Software Engineer with many years of Experience in Desktop software After so many years of programming, I created a set of reference projects for Entity Framework using C# Dotnet Framework. The purpose is to log my research and provide easy to grab snippets and or base projects for future use

🌟 Contents

Reusable libraries with useful generic implementations

  • Infrastructure : Contains generic foundational code that can be used in any project
  • Repository : Entity Framework specific foundational classes that is useful in connecting to EF and making CRUD operations

Sample projects that showcase Entity Framework 6

My custom demo for Entity framework 6 using C# Dotnet Framework console