Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

ASP.NET Core Web Development Guide

Welcome to the ASP.NET Core Web Development Guide repository! This guide is crafted to assist you in exploring the fundamentals of web development using ASP.NET Core. Whether you're a beginner or looking to enhance your ASP.NET skills, this guide covers essential topics to get you started.

Table of Contents

  1. Persiapan Environment Pengembangan ASP.NET
  2. Pengenalan Arsitektur MVC (Model View Controller)
  3. Membuat View Sederhana dengan HTML dan Razor
  4. Tata Kelola Route dalam ASP.NET MVC
  5. Manajemen Database dan Model
  6. Menambahkan Logika pada Controller
  7. Manajemen Layout dan Partial View
  8. Unit Test pada ASP.NET MVC

1. Persiapan Environment Pengembangan ASP.NET

Set up your development environment for ASP.NET Core development. This includes installing the necessary tools and configuring your system.

Resources:

2. Pengenalan Arsitektur MVC

Understand the Model-View-Controller (MVC) architecture and its role in ASP.NET Core development.

Resources:

3. Membuat View Sederhana dengan HTML dan Razor

Learn how to create simple views using HTML and Razor syntax within ASP.NET Core MVC.

Resources:

4. Tata Kelola Route dalam ASP.NET MVC

Explore route management in ASP.NET MVC to define how URLs map to controllers and actions.

Resources:

5. Manajemen Database dan Model

Understand database management and model creation within the context of ASP.NET Core MVC.

Resources:

6. Menambahkan Logika pada Controller

Learn how to add logic to controllers in ASP.NET Core MVC to handle user input and manage data flow.

Resources:

7. Manajemen Layout dan Partial View

Explore layout management and the use of partial views to create modular and maintainable ASP.NET Core MVC applications.

Resources:

8. Unit Test pada ASP.NET MVC

Understand the importance of unit testing in ASP.NET Core MVC and learn how to write effective unit tests for your applications.

Resources:

Feel free to explore each topic at your own pace. Happy coding!

About

Web Development with ASP.NET Core

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors