这是indexloc提供的服务,不要输入任何密码
Skip to content

DreamDay is an ASP.NET MVC-based web app for couples and wedding planners to streamline planning. Built with C#, it includes a dashboard, budget tracker, vendor catalog, guest management, timeline, secure authentication, real-time analytics, admin tools, and security. Centralizes tasks for seamless collaboration.

Notifications You must be signed in to change notification settings

kasunvimarshana/DreamDay

Repository files navigation

DreamDay

##Install EF tools dotnet tool install --global dotnet-ef

Add EF Core Tools and Migrations

dotnet ef dbcontext info -p DreamDay.DAL -s DreamDay.UI
dotnet ef migrations add InitialCreate -p DreamDay.DAL -s DreamDay.UI -o Data/Migrations
dotnet ef migrations remove -p DreamDay.DAL -s DreamDay.UI
dotnet ef database update -p DreamDay.DAL -s DreamDay.UI
dotnet ef migrations list -p DreamDay.DAL -s DreamDay.UI

Ensure EF packages installed in DAL project

dotnet add DreamDay.DAL package Microsoft.EntityFrameworkCore
dotnet add DreamDay.DAL package Microsoft.EntityFrameworkCore.SqlServer
dotnet add DreamDay.DAL package Microsoft.EntityFrameworkCore.Tools

dotnet add DreamDay.UI package Microsoft.EntityFrameworkCore.Design

push force

git push origin --force

dotnet add DreamDay.BLL package MailKit dotnet remove DreamDay.BLL package MailKit

About

DreamDay is an ASP.NET MVC-based web app for couples and wedding planners to streamline planning. Built with C#, it includes a dashboard, budget tracker, vendor catalog, guest management, timeline, secure authentication, real-time analytics, admin tools, and security. Centralizes tasks for seamless collaboration.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages