This Series is about building C# Fullstack Web Applications in ASP.NET using MVC, Web API, the Entity Framework and a MS SQL Database.
In this, the second part of this Series, the focus will be on ASP.NET MVC and building the User interface of the web application.
We will focus on how we can provide the correct HTML, CSS and JS for our browsers to present the correct data to the users and let them manipulate data (Using CRUD functions - Create, Read Update and Delete).
SourceCode can be found here:
github.com/EASV/CS2015_PersonAppMVC
Before you take the second part of the course you may wanna look at:
Part 1 C# Basics:
• C# Web Apps - Basic C#
And also follow this course on codecademy for HTML and CSS basics (Must create an account to get to the course):
www.codecademy.com/learn/web
TutorialsTeacher has a lot of great Material on C# and ASP.NET MVC:
www.tutorialsteacher.com/mvc/asp.net-mvc-tutorials
コメント