Skip to content

Latest commit

ย 

History

61 Commits

Folders and files

NameName
Last commit message
Last commit date
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CalendarTodoList

Requirements

  • MS SQL Server

Development

Add connection string

In Visual Studio 2022, right-click on CalendarTodoList.Server then select Manage User Secrets and add a connection string as in the example.

// secrets.json
{
  "ConnectionStrings": {
    "Default": "Server=localhost\\SQLEXPRESS;Database=CalendarTodoList;Trusted_Connection=True;TrustServerCertificate=True;"
  }
}

Overview

Normal

New user

About

๐Ÿ“… Calendar with tasks

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages