Тёмный
CodAffection
CodAffection
CodAffection
Подписаться
CodAffection - for passionate programmers.

This channel is all about teaching and inspiring developers to build applications and websites
in various technologies like Angular, React, NodeJS, Asp.Net Core, JavaScript, SQL, Python, etc.


______________ Personal Info. ________________
I'm Shamseer. I would like to learn, teach, and experiment with programming languages
in my own way :). Coding is fun and it converts my ideas into reality.

See more at : bit.ly/3RtyQSB
Support channel : goo.gl/bPcyXW
React Hook Form - 8. Validation
8:14
4 часа назад
React Hook Form - 6. Normal Form Vs RHF
6:49
9 часов назад
React Hook Form - 5. The VERY Basics of RHF
11:27
12 часов назад
React Hook Form - 4. Quick Demo of RHF
10:38
14 часов назад
React Hook Form - 2. Let's Get Started
7:26
16 часов назад
React Hook Form - 1. Introduction
9:11
19 часов назад
New Course on React Hook Form
3:42
2 месяца назад
Комментарии
@traso56
@traso56 День назад
I learned so much from this! even shortcuts and tricks to speed up development. This video is above anything else I've seen. Also excellent balance between getting to the point and explaining what things do
@CodAffection
@CodAffection 22 часа назад
Thank you so much for wonderful feedback.
@CodAffection
@CodAffection День назад
Get the Full Udemy Course bit.ly/4cIPtBw (Discout auto applied)
@CodAffection
@CodAffection 2 дня назад
Get the Full Udemy Course bit.ly/4dwuvqS (Discout auto applied)
@CodAffection
@CodAffection 2 дня назад
Get the Full Udemy Course bit.ly/3MjZieB (Discout auto applied)
@CodAffection
@CodAffection 3 дня назад
Get the Full Udemy Course bit.ly/4dTtt8c (Discout auto applied)
@BESTFOURU
@BESTFOURU 4 дня назад
Very well 🎉, Keep it up.
@CodAffection
@CodAffection 4 дня назад
Thanks a lot 😊
@pixelgoat_
@pixelgoat_ 4 дня назад
some of the worst react code I have ever seen.
@CodAffection
@CodAffection 4 дня назад
Could you please elaborate.
@pixelgoat_
@pixelgoat_ 4 дня назад
@@CodAffection definitely. Give me a few days though.
@CodAffection
@CodAffection 4 дня назад
Get the Full Udemy Course bit.ly/4dCOhRM (Discout auto applied)
@d.praful
@d.praful 4 дня назад
Thankyou,bro😍
@Saansh6462
@Saansh6462 4 дня назад
I watched your complete video and do the same (right now today). first i removed all then check framework version which is 6 and in properties it is 6.0.3 then i first check the code generation the version 6.0.3 support the same version then i installed it and similarly i installed the remaining three packages of the same version 6.0.3 and i checked in detail only these versions support the net6.0 and >=6.0.3 but after complete installation of package still facing the same issue when i tried to add controller ... i am very upset and stuck in this issue. If you check my msg ( i know it is very old ) but guide me . thanks ... overall your guide lines is perfect and i really appreciate you. You teach very well among all of them ... Thanks
@CodAffection
@CodAffection 3 дня назад
At present are using 6.0.3 version for all the three packages? and what's your framework version?
@CodAffection
@CodAffection 5 дней назад
Get the Full Udemy Course bit.ly/3MculZQ (Discout auto applied)
@Saansh6462
@Saansh6462 5 дней назад
i m too old for this question but i am facing issue to add controller ... i did install package as you mentioned but still facing same error , i also did the same thing in your another tutorial having same issue and cant move ahead when trying to add controller.
@CodAffection
@CodAffection 5 дней назад
what's the error messge?
@CodAffection
@CodAffection 6 дней назад
Get the Full Udemy Course bit.ly/3YSs8dv (Discout auto applied) Next Video: bit.ly/4fWcxzz
@viralpatel5566
@viralpatel5566 6 дней назад
Great work mean! really appreciated
@CodAffection
@CodAffection 6 дней назад
😊
@viralpatel5566
@viralpatel5566 4 дня назад
@@CodAffection I am stuck on app.module.ts file . I am not able to find that file on my vs code.
@CodAffection
@CodAffection 4 дня назад
@@viralpatel5566 It won't be there in new Angular 18 version, all component act as stand alone component, whatever I have imported in app.module.ts file should be imported in components where it is actually needed. the video will be updated later.
@viralpatel5566
@viralpatel5566 3 дня назад
@@CodAffection ok thanks man. you are awesome ✨
@aurumen4706
@aurumen4706 7 дней назад
I am stuck on the part of the post method, it does not seem to send. I am using Angular 17 and made the necessary adjustments but it doesn't seem to solve anything. I disabled server-side rendering and prerender to false for development to make it work, can anyone help on how I should implement the form submission with SSR and Prerender?
@CodAffection
@CodAffection 7 дней назад
Is there any error message?
@aurumen4706
@aurumen4706 6 дней назад
@@CodAffection there are no error messages but the url is redirected with the keys and values written in the url e.g. localhost::4411/cardOwnerName="testName"... BTW, thanks a lot, this was such a great introductory video and maybe jumping to SSR on a framework that is new to me is not very intuitive but it would be such a great help if you can help me solve this problem.
@CodAffection
@CodAffection 6 дней назад
@@aurumen4706 thanks, could you run the web api within debug mode, and put break point in post web method. and then submit the anguler form, to see whether the request reaches the server side or not.
@drmaf5000
@drmaf5000 7 дней назад
It is a great 4-part tutorial. Many thanks.
@CodAffection
@CodAffection 7 дней назад
Thank you.
@CodAffection
@CodAffection 7 дней назад
Get the Full Udemy Course bit.ly/3WRozla (Discout auto applied) Next Video: bit.ly/4dTva5k
@CodAffection
@CodAffection 7 дней назад
Get the Full Udemy Course bit.ly/46UryOr (Discout auto applied) Next Video: bit.ly/3Mcvd0y
@TheWho1986
@TheWho1986 8 дней назад
First of all thanks for the great tutorials If i want to use an API Controller that inherits from ControllerBase and in order to gain access to ClaimsPrinciple's specific claim value in that case I need to use IHttpContextAccessor. Is that correct or I should use a different approach?
@CodAffection
@CodAffection 7 дней назад
Yes, you are correct. Sample code : learn.microsoft.com/en-us/answers/questions/1143595/asp-net-core-web-api-how-to-use-user-claims-in-ser
@TheWho1986
@TheWho1986 5 дней назад
@@CodAffection Thank you very much for your response
@CodAffection
@CodAffection 8 дней назад
Get the Full Udemy Course bit.ly/4dpRILp (Discout auto applied) Next Video: bit.ly/3X9Adcl
@GPSingh-tn3zo
@GPSingh-tn3zo 9 дней назад
amazing
@CodAffection
@CodAffection 8 дней назад
Glad you think so.
@rishukumar7586
@rishukumar7586 9 дней назад
can you please explain the use of claim tables? when do we need them ?
@CodAffection
@CodAffection 9 дней назад
The term claims means pieces of information about a particular entity. The table 'UserClaims' will be used for storing user claims. while the 'RoleClaims' table will store claims related to roles. These tables are not used in JWT authentication but could be used in cookie-based authentication.
@rishukumar7586
@rishukumar7586 9 дней назад
@@CodAffection can you also make a video on using claims table as well ?
@theegeek2220
@theegeek2220 10 дней назад
7 years later I'm still using the video. S/O to you
@Guitariste82
@Guitariste82 10 дней назад
Very good tutorial, I really appreciate all these relevant explanations.
@CodAffection
@CodAffection 9 дней назад
Glad you found it helpful.
@CodAffection
@CodAffection 12 дней назад
Buy me a Coffee: goo.gl/bPcyXW Prev. Video (Organize Program.cs File): bit.ly/4cfxLpk AspNet MVC with Identity Core: bit.ly/403lUVC MVC CRUD: bit.ly/36IA1cH
@Guitariste82
@Guitariste82 17 дней назад
Very good tutorial and working with Extensions to 'clean' program.cs is a nice way to have a good code
@mohmmedmazen7450
@mohmmedmazen7450 17 дней назад
That was a great video 🎉 Thanks ❤
@CodAffection
@CodAffection 17 дней назад
Glad you found it helpful.
@WangAndrew
@WangAndrew 17 дней назад
Good job! I guess I watched your video about 5 or 6 years ago. Now the quality and content of the video are better and better again.
@CodAffection
@CodAffection 17 дней назад
Always welcome. All of this is possible because viewers like you encourage me with your likes, comments, and shares. Thanks for believing in me.
@venkateshyedlapalli5257
@venkateshyedlapalli5257 18 дней назад
Good video. But where is server side validation. What happens when I disable client validation in browser. Please comment
@CodAffection
@CodAffection 18 дней назад
There should be server-side validation also; in case something goes wrong, as you have said, validation at the server could save us. I think I forgot the part. Thanks for the comment; I will consider the same in the next video.
@dr.furkhzeshan1426
@dr.furkhzeshan1426 18 дней назад
Good
@FaberLSH
@FaberLSH 19 дней назад
Thank u so much!!
@CodAffection
@CodAffection 19 дней назад
welcome!
@seath1263
@seath1263 19 дней назад
Great content, thank you!
@CodAffection
@CodAffection 19 дней назад
welcome!
@raj-sk4br
@raj-sk4br 20 дней назад
how about encrypting data then submit to API ? can you please guide
@FaberLSH
@FaberLSH 20 дней назад
For those who are strugling with crispy-forms error message at 37:00 just read this: "As of django-crispy-forms 2.0 the template packs are now in separate packages. You will need to pip install crispy-bootstrap4 and add crispy_bootstrap4 to your list of INSTALLED_APPS."
@gireeshsachdev1315
@gireeshsachdev1315 9 дней назад
Thank you man!
@attilaguba856
@attilaguba856 21 день назад
Amazing! Definitely I will try in MVC too! Thanks Buddy!
@CodAffection
@CodAffection 20 дней назад
Thanks for your wonderful feedback.
@faizanhamza9339
@faizanhamza9339 21 день назад
great
@CodAffection
@CodAffection 21 день назад
glad you think so.
@shubhasismahata4726
@shubhasismahata4726 22 дня назад
❤❤
@CodAffection
@CodAffection 22 дня назад
Buy me a Coffee: goo.gl/bPcyXW JWT Authentication: bit.ly/4fpwP4y AspNet MVC with Identity Core: bit.ly/403lUVC MVC CRUD: bit.ly/36IA1cH
@cricomedy7896
@cricomedy7896 24 дня назад
Looking forward to the series. Angular + .net Core
@CodAffection
@CodAffection 23 дня назад
Sure thing.
@rajdipdas316
@rajdipdas316 26 дней назад
When I sending request in postman it is showing could not send the value ? And the datas are not getting into the database? What to do please help if possible?
@CodAffection
@CodAffection 25 дней назад
Could you share the screenshot ?
@rajdipdas316
@rajdipdas316 25 дней назад
@@CodAffection yup sure
@rajdipdas316
@rajdipdas316 25 дней назад
Meanwhile in the vs code style part is also not fully given
@abderrahmenhelaoui6511
@abderrahmenhelaoui6511 29 дней назад
how to setup font in visual studio as you have
@CodAffection
@CodAffection 28 дней назад
Use "JetBrains Mono" Font Family Tools > Options. Environments > Fonts and Colors > Settings for : Text Editor
@abderrahmenhelaoui6511
@abderrahmenhelaoui6511 28 дней назад
@@CodAffection i cant find JetBrains Mono in the list of fonts
@CodAffection
@CodAffection 28 дней назад
@@abderrahmenhelaoui6511 You've got to first install the font from here : www.jetbrains.com/lp/mono/
@BabitadeviVTR
@BabitadeviVTR 29 дней назад
Good 👌
@CodAffection
@CodAffection 28 дней назад
Thank you! Cheers! By the way here is the updated video : bit.ly/3QiQOYw
@kalapalababurao1788
@kalapalababurao1788 29 дней назад
It’s very helpful Also I need this s/w to develop applications. How do I get ? Pl Either purchase or download
@CodAffection
@CodAffection 29 дней назад
Are you asking for the demo project? the github repo link is there in video description. or are you asking about Visual Studio?
@kalapalababurao1788
@kalapalababurao1788 28 дней назад
@@CodAffection visual studio . Thanks for replying me
@CodAffection
@CodAffection 2 дня назад
You download visual studio community version for free
@ehsanali7055
@ehsanali7055 29 дней назад
sir long time no see😢
@CodAffection
@CodAffection 29 дней назад
Yeah, but back again. Hope you are doing well.
@CodAffection
@CodAffection 29 дней назад
Buy me a Coffee: goo.gl/bPcyXW Next Video (Organize Program.cs File): bit.ly/4cfxLpk Prev. Video (User Registration): bit.ly/4f0tOY5 Asp.Net MVC with Identity Core: bit.ly/403lUVC MVC CRUD: bit.ly/36IA1cH
@pavanvengalasetty3113
@pavanvengalasetty3113 Месяц назад
hi bro I am getting some error with connecting the data base server
@CodAffection
@CodAffection 20 дней назад
What is the error message?
@wissamfawzy6543
@wissamfawzy6543 Месяц назад
nice work
@CodAffection
@CodAffection Месяц назад
Glad you liked it.