Skip to content

Ismael-K/C-.NET-LINQ-to-SQL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CSharp-.NET-LINQ-to-SQL

LINQ to SQL for relational databases

LinqtoSqlProject is a Windows Forms Applications Project in the .NET Framework written in C#. Data is managed using language-integrated query (LINQ) because there is support for compile-time syntax checking and IntelliSense. The LINQ facility is supported in .NET Framework 3.5.

This application is for managing employee data in a SQL Server.

  1. CompanyDB
    • Employee
      • Employee Number
      • Employee Name
      • Job
      • Salary
      • Department Name

Object Relational Mapping is used by the OR Designer tool to convert all relational database objects into object-oriented types. Windows Forms Applications are constructed for the user to interact with the database and to perform the create, read, update, and delete operations.

Releases

No releases published

Packages

No packages published

Languages