filmov
tv
Server and Client Side Data Validation in ASP MVC Core and Learn to create custom attribute

Показать описание
We will use Data Annotation to implement validation. Below are the data annotation we are going to use in this video
Required - To be put on mandatory fields so that user should not be able to submit blank values in those fields
Range - To validate the range i.e. year should be between 2000 to current date
EmialAddress - Validate email address
RegularExpression - If anything that can not be validated using available data annotations / Attributes we can use regular expression
We need to use above data annotation on our Model class and it will work for both Server side and client side validation
We will use tag helper named "asp-validation-for" to display the error message to user
And for client side validation we need to add following libraries to our project
1. jquery
2. jquery-validation
3. jquery-validation-unobtrusive
RECOMMENDATION :
You can also enroll to this course free using below link and keep track of your progress there
Subscribe to our YouTube channel to learn something new every week
You can support me by donating on
Thanks
Studymash
Server vs Client Side Data Fetching in Next.js 14
The Client Server Model | Clients and Servers
Client-Side vs Server-Side Tracking Explained: Pros and Cons
What is a Server? Servers vs Desktops Explained
When & Where to Add “use client” in React / Next.js (Client Components vs Server Components)
Client side Tracking vs Server side Tracking. 8 main differences
Why I Don't Use Next.js Server Actions to Fetch Client-Side Data
Client-Side VS Server-Side Rendering - Data Fetching with Next.js
#11 Creating User Account (on the Server) - Complete User Authentication Flow
Client-side vs Server-side, Front-end vs Back-end? Beginner Explanation of JavaScript on the Web
What are Server Side Rendering (SSR) & Client Side Rendering (CSR) | Pros + Cons
Storing Data Client Side - 1 Minute JavaScript
70. OCR A Level (H446) SLR12 - 1.3 Server and client side processing
Next.js 14 Tutorial - 71 - Client-side Data Fetching
What is Client and Server? How do clients and servers communicate?
Client-Side vs Server-Side Rendering, Simplified with JS, NodeJS, React & NextJS examples
Server-side Caching vs Client-side Caching | System Design Tradeoffs | #systemdesign
How to handle client side data and storage with server API communication when building web apps
Web Server and Application Server | Explained 🔥🔥
The Best Way to Send Data From Backend to Frontend: Server Sent Events
Client-side vs. Server-side Data Fetching #webdevelopment
Client-side vs Server-side Web Programming
What is CSR SSR SSG and ISR
10 Rendering Patterns for Web Apps
Комментарии