Giter Club home page Giter Club logo

ef_linq_codefirst's Introduction

EF_Linq_CodeFirst, by Dale Gambill, 10/6/2019

This is a Windows 10 desktop program written in C# using Visual Studio Community 2019. It does the following:

- Uses Winforms to create the user interface.

- Demonstrates how to use Entity Framework to create a simple relational database in MS SQL Server v2017. This is done by writing C# code to establish a relational data model using C# classes. This means you "code first" to create the data model as C# classes, and Entity Framework will create the corresponding database tables in SQL Server for you. The other choice is 'database first', which this program does not demonstrate.

- Demonstrates using LINQ to query the database.

- In App.Config, demonstrates the correct connection string for accessing the SQL Server database. You could use a 'local database server', which Entity Framework assumes as a default, but I prefer using SQL Server, since that is Microsoft's mainstream database server. Note: A SQL Server database is only accessed through a server, a local database is local to your application only.

- The related YouTube video link is: https://youtu.be/xYYmRn5pFM4.

  

ef_linq_codefirst's People

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.