Skip to content

Todo List desktop application using .NET WinForms performing CRUD operations. Code-First Approach

License

Notifications You must be signed in to change notification settings

stefanoturcarelli/to-do-winforms-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To Do Application

Screenshots

image

NuGet Packages

To work with Entity Framework Core 6.0 using the Code First approach and an SQL Server database, install the following NuGet packages:

  • Microsoft.EntityFrameworkCore: The main EF Core package.
  • Microsoft.EntityFrameworkCore.SqlServer: The database provider for Microsoft SQL Server.
  • Microsoft.EntityFrameworkCore.Design: Provides design-time services for EF Core.
  • Microsoft.EntityFrameworkCore.Tools: Additional tools for EF Core, like migrations, are provided.

Open the Package Manager Console and install the following packages:

Install-Package Microsoft.EntityFrameworkCore -Version 7.0.9
Install-Package Microsoft.EntityFrameworkCore.SqlServer -Version 7.0.9
Install-Package Microsoft.EntityFrameworkCore.Design -Version 7.0.9
Install-Package Microsoft.EntityFrameworkCore.Tools -Version 7.0.9

About

Todo List desktop application using .NET WinForms performing CRUD operations. Code-First Approach

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages