ASP.NET Core 2 MVC Forum | 32 | Post Replies

preview_player
Показать описание

In this course, we’ll build a feature-complete Forum application from scratch using ASP .NET Core 2.0 MVC with a Microsoft SQL Server database back end. We’ll implement Azure file storage, SQL, and app deployment. We’ll work through each of the features in a natural order, starting out by setting up the overall architecture and basic features of the application, working through bug fixes, testing, and adding new features and customized styling as the course progresses.

In this episode, we continue work on the Post Replies feature!
Рекомендации по теме
Комментарии
Автор

video 31, i am learning a lot from this C# course
THANKS WES!!

deancook
Автор

Been as it was cut off at the end of the video, the AddReply method is

public async Task AddReply(PostReply reply)
{

await _context.SaveChangesAsync();
}

frozenheartedgiant