Hey I updated the VS2022 to last version and when I created a new MVC project I couldn't find startup file in soulation only the program.cs found? Is it normal? and how to add this code in program
services.AddDbContext<ApplicationDbContext>(options =>
options.UseSqlServer(Configuration.GetConnectionString("DefaultConnection")));