Skip to content

RazorPageTraining/Part_1_Introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 

Repository files navigation

Introduction

No. Title
1. Installation
2. Identity
3. CRUD

Different between .Net Core and Asp .Net Core

.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

Different between Asp .Net Core and ASP .Net Framework

image


Microsoft Documentation

  1. What is Dotnet?

  2. Language C#

  3. Learn to code

  4. Hosting


  1. What is Web Application?

  2. Characteristics of Web Application :

  3. 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.
  4. What is Development Framework?

  5. What is CRUD?

  6. 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.
  7. What is LINQ?

  8. Learn to code

  9. References


.Net Core Migrations

  1. https://www.codeproject.com/Questions/1258979/How-do-I-take-migration-without-losing-any-data-af
  2. https://stackoverflow.com/questions/23269198/ef6-code-first-update-database-without-deleting-data

Other Information

  1. https://www.learnrazorpages.com/razor-pages/validation
  2. https://softwareparticles.com/server-client-side-validations-in-mvc-views-and-razor-pages/
  3. https://www.learnrazorpages.com/razor-pages/forms/checkboxes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks