- Powerpoint Slide
- .Net 5 RazorPage (Example)
- For this training, we gonna use .Net 6 and not .Net 5
No. | Title |
---|---|
1. | Installation |
2. | Identity |
3. | CRUD |
.Net Core | Asp .Net Core |
---|---|
A runtime; execute applications that are built for it | Collection of libraries that form a Framework for building web applications |
-
What is Dotnet?
-
Language C#
-
Learn to code
-
Hosting
-
What is Web Application?
- A program.
- Accessible using any Web Browser
- Frontend using languages :
-
Characteristics of Web Application :
- Cloud-hosted and highly scalable
- Mostly Cross-platform
- Modular and loosely coupled
- Easily tested with automated tests.
-
What is Framework?
- A framework is a structure that you can build software on. It serves as a foundation, so you're not starting entirely from scratch.
- Frameworks are typically associated with a specific programming language and are suited to different types of tasks.
-
What is Development Framework?
-
What is CRUD?
-
What is Entity?
- Represent the things (or entities) that your application is concerned with as classes, and use instances of those as containers for individual rows of data from the database.
- Another information.
-
What is LINQ?
-
Learn to code
-
References
.Net Core Migrations
- https://www.codeproject.com/Questions/1258979/How-do-I-take-migration-without-losing-any-data-af
- https://stackoverflow.com/questions/23269198/ef6-code-first-update-database-without-deleting-data
Other Information