Implementing UserService and Required Models for Admin Profile View - ASP.NET CORE 3 | Angular 10

Опубликовано: 05 Октябрь 2024
на канале: Tech Howdy
747
13

In this video tutorial we we start working on the Admin Profile View. We will create the UserService Project to manage all the Actions related to Users in our CMS Application.

We will Create the AddUserModel, ProfileModel, SiteSettingsModel, DashboardModel, SmtpOptions and SendGridOptions Model Classes.

----Video Number : 26
----BLOG
https://techhowdy.com/

======FOR SOURCE CODE USE ANY OF THE FOLLOWING REPO LINKS=====
**SOURCE CODE DEV OPS REPO**
https://dev.azure.com/Techhowdy/_git/...
**SOURCE CODE GITHUB LINK**
https://github.com/techhowdy/CMS_CORE_NG

Document from Microsoft to understanding DataAnnotations in detail
https://docs.microsoft.com/en-us/aspn...

**Some Attributes that we have used
Required – Indicates that the property is a required field
DisplayName – Defines the text we want used on form fields and validation messages
StringLength – Defines a maximum length for a string field
Range – Gives a maximum and minimum value for a numeric field