MVC Training :- How to implement forms authentication in MVC (Model View Controller) applications ?

  Рет қаралды 136,453

.NET Interview Preparation videos

.NET Interview Preparation videos

Күн бұрын

For more such videos visit www.questpond.com
For more such videos subscribe kzbin.info...
See our other Step by Step video series below :-
Learn C# Step by Step goo.gl/FNlqn3
Learn Design Pattern Step by Step:- goo.gl/eJdn0m
Learn Angular tutorial step by step tinyurl.com/ycd9j895
Learn MVC Core step by step :- tinyurl.com/y9jt3wkv
Learn Azure Step by Step :- tinyurl.com/y6fmrech
Learn SharePoint Step by Step in 8 hours:- goo.gl/XQKHeP
Python Tutorial for Beginners:- • Python Tutorial for Be...
Learn Data Science in 1 hour :- tinyurl.com/y5o7qbau
Learn Power BI Step by Step:- tinyurl.com/y6thhkxw
Learn MSBI Step by Step in 32 hours:- goo.gl/TTpFZN
Learn SQL Server Step by Step tinyurl.com/ja4zmwu
Learn Tableau step by step :- tinyurl.com/kh6ojyo
In this video we will try to understand how to implement forms authentication in MVC (Model View Controller) applications. This is also one of those tricky MVC interview questions asked during interviews.
Want to Learn MVC 5 in 2 days start from the below video :-
goo.gl/1br5mb
The following syllabus has been covered in Learn MVC 5 in 2 days
Learn MVC 5 in 2 days
Lab 1 : - Simple Hello world(20 Minutes)
Lab 2 : - Explain MVC Routing(10 Minutes)?
Lab 3 : - Explain ViewData, ViewBag, TempData & Session Variables?(20 Minutes)
Lab 4 :- Explain Model and Strongly typed views (20 minutes)?
Lab 5 : - Explain Model Binders(10 minutes)?
Lab 6 :- Why MVC and MVC vs Webforms ? (30 minutes)
Lab 7 :- Explain TempData , Peek and Keep ? (10 Minutes)
Lab 8 : - Explain Data Annotations and HTML Helpers classes?(31 Minutes)
Lab 9 : - What is the need of ViewModel in MVC? (10 Minutes)
Lab 10 : - How can we use Entity Framework in MVC?(20 minutes)
Lab 11 : - How to implement viewmodel, partial view and webgrid?(45 minutes)
Lab 12 : - What is the difference between ActionResult and ViewResult in MVC?(10 minutes)
Lab 13 :- How to implement Ajax using Json and Jquery in MVC ? (60 Minutes)
Lab 14 : - What is the use of Async Controllers in MVC?(20 minutes)
Lab 15 :- How to deploy MVC Application on IIS ? (10 minutes)
Lab 16 :- How can we do Windows and Forms Authentication in MVC? (50 Minutes)
Lab 17 : - How can we use MVC areas for better modular development ? (10 Minutes)
Lab 18 :- How to implement MVC with Angular ? (60 minutes) ?
Lab 19 :- Can we Overload MVC Action methods ? (10 Minutes)
Lab 20 :- How to improve Reusability using Angular ? (20 Minutes) ?
Lab 21 :- What is the need of WebAPI in MVC ? (30 Minutes)
Lab 22 : - How to do exception handling in MVC? (30 Minutes)
Lab 23 :- How to do update and delete using MVC , WebAPI , EF and Angular? (30 Minutes)
Lab 24 : - How to use MVC Webgrid?(30 minutes)
Lab 25 :- How to implement Validation using Angular and MVC (30 minutes)?
Lab 26 :- What is SPA (Single page application)?
Lab 27 :- How to Organize MVC project and Understanding CORS issue ? (42 minutes)
Lab 28 :- Explain the importance of DisplayModes ? (10 minutes)
Lab 29 :- How to do unit testing with MVC projects (30 minutes)?
Lab 30 :- How to implement SPA using Angular Routing ?
Lab 31 :- How to create decoupled systems using MVC DI ?
Lab 32 :- How can we have multiple submit buttons in ASP.NET MVC ?
Lab 33 : - What is the importance of AntiForgery in MVC?
Lab 34 :- What is the importance of ValidateInput and AllowHTML in MVC?
Lab 35:- Bundling and Minification.
Lab 36 :- Layout pages in Razor
Lab 37: - What are ActionFilters in MVC?
Lab 38: - What is WebAPI (Theory)?
Lab 39: - How can we create and consume WEB API (Practical)?
Lab 40 :- MVC 6/ASP.NET Core Training-Part 1 (2 Hours).
We are also distributing a 100 page Ebook "ASP.NET MVC Interview Questions". If you want this ebook please share this video in your facebook/twitter/linkedin account and email us on questpond@questpond.com with the shared link and we will email you the PDF.

Пікірлер: 20
@dnfvideo
@dnfvideo 2 жыл бұрын
Do not miss our Interview Question video series 25 Important ASP.NET Interview Questions : kzbin.info/www/bejne/ponQfpejf7p2Zsk 30 Important C# Interview Questions : kzbin.info/www/bejne/eHzcn3h4hdacf68 25 Angular Interview Questions : kzbin.info/www/bejne/Y5vIoKx6f6mmia8 5 MSBI Interview Questions : kzbin.info/www/bejne/a3abYmiXjaaqj7M
@prateekbhardwaj9943
@prateekbhardwaj9943 6 жыл бұрын
respected shiv prasad sir! you are the worlds number one .net trainer. itna easy way me samjhate he ki gadhe ko b samajh ajaye.
@MichaelASabo
@MichaelASabo 11 жыл бұрын
Thank you for the tutorial. It really helped me understand how to implement the Forms authentication.
@ZXcaverZ
@ZXcaverZ 10 жыл бұрын
Thanks you help me a lot :)
@Brunoseixasoficial
@Brunoseixasoficial 11 жыл бұрын
good. simple, objective.
@HewbhurtGabon
@HewbhurtGabon 9 жыл бұрын
Thanks a lot sir!
@mandlaanilbabu
@mandlaanilbabu 11 жыл бұрын
Thank you Can you give the same example using database please help me
@maheswarreddy.madithati
@maheswarreddy.madithati 9 жыл бұрын
But back button is allowing to authorized pages... What to do in this case
@ganesanr8834
@ganesanr8834 6 жыл бұрын
Nice article
@devasishbehara993
@devasishbehara993 3 жыл бұрын
Hi sir. I got a question yesterday. In token based authentication we create a bearer token. In client side header we pass bearer token, then in webapi how it know the token is authorized token or not. In authorized filter how it know the token.
@Heimaster
@Heimaster 10 жыл бұрын
And [Authorize] actionfilter? Is not compatible
@daalwada
@daalwada 4 жыл бұрын
Hello sir. I followed your videos for Authorization. However, I have a small issue here. I get redirect to LOGIN page which if credentials are not correct which is expected, and I get successfully login after providing correct credentials. But my problem is, when I go to another page after successful login, and when I hit Refresh it takes me to the Login page again. Why is it so? Could you please help?
@dnfvideo
@dnfvideo 9 жыл бұрын
Want to Learn MVC 5 in 2 days start from the below video :- goo.gl/1br5mb The following syllabus has been covered in Learn MVC 5 in 2 days Learn MVC 5 in 2 days Lab 1 : - Simple Hello world(20 Minutes) Lab 2 : - Explain MVC Routing(10 Minutes)? Lab 3 : - Explain ViewData, ViewBag, TempData & Session Variables?(20 Minutes) Lab 4 :- Explain Model and Strongly typed views (20 minutes)? Lab 5 : - Explain Model Binders(10 minutes)? Lab 6 :- Why MVC and MVC vs Webforms ? (30 minutes) Lab 7 :- Explain TempData , Peek and Keep ? (10 Minutes) Lab 8 : - Explain Data Annotations and HTML Helpers classes?(31 Minutes) Lab 9 : - What is the need of ViewModel in MVC? (10 Minutes) Lab 10 : - How can we use Entity Framework in MVC?(20 minutes) Lab 11 : - How to implement viewmodel, partial view and webgrid?(45 minutes) Lab 12 : - What is the difference between ActionResult and ViewResult in MVC?(10 minutes) Lab 13 :- How to implement Ajax using Json and Jquery in MVC ? (60 Minutes) Lab 14 : - What is the use of Async Controllers in MVC?(20 minutes) Lab 15 :- How to deploy MVC Application on IIS ? (10 minutes) Lab 16 :- How can we do Windows and Forms Authentication in MVC? (50 Minutes) Lab 17 : - How can we use MVC areas for better modular development ? (10 Minutes) Lab 18 :- How to implement MVC with Angular ? (60 minutes) ? Lab 19 :- Can we Overload MVC Action methods ? (10 Minutes) Lab 20 :- How to improve Reusability using Angular ? (20 Minutes) ? Lab 21 :- What is the need of WebAPI in MVC ? (30 Minutes) Lab 22 : - How to do exception handling in MVC? (30 Minutes) Lab 23 :- How to do update and delete using MVC , WebAPI , EF and Angular? (30 Minutes) Lab 24 : - How to use MVC Webgrid?(30 minutes) Lab 25 :- How to implement Validation using Angular and MVC (30 minutes)? Lab 26 :- What is SPA (Single page application)? Lab 27 :- How to Organize MVC project and Understanding CORS issue ? (42 minutes) Lab 28 :- Explain the importance of DisplayModes ? (10 minutes) Lab 29 :- How to do unit testing with MVC projects (30 minutes)? Lab 30 :- How to implement SPA using Angular Routing ? Lab 31 :- How to create decoupled systems using MVC DI ? Lab 32 :- How can we have multiple submit buttons in ASP.NET MVC ? Lab 33 : - What is the importance of AntiForgery in MVC? Lab 34 :- What is the importance of ValidateInput and AllowHTML in MVC? Visit us at www.questpond.com for more details
@vennkatrddyyannam3217
@vennkatrddyyannam3217 3 жыл бұрын
Thanx,, post me videos related WCf, WPF ..
@mohamedsaied5780
@mohamedsaied5780 6 жыл бұрын
Any example for connecting the authentication with an active directory for domain authentication??
@hovadopekelne
@hovadopekelne 7 жыл бұрын
... isn't that convention that Request.Form data should be accessed inside the controller action by its name rather then by its id as you have done at 9:39 . Shouldn't be html elements' ID referenced only for identification inside view by html or JS code ...
@dasrajesh1985
@dasrajesh1985 11 жыл бұрын
Can you give the same example using database please help me
@tuxedious1782
@tuxedious1782 3 жыл бұрын
FormsAuthentication.SetAuthCookie isnt working. For some reason I get a red underline, even though I have followed you step for step
@ushadeva9071
@ushadeva9071 6 жыл бұрын
Authorize about page is not working. It opens about page even directly without login
@kartikrathi16
@kartikrathi16 6 жыл бұрын
Add Sign out link on About Page and write code FormsAuthentication.SignOut(); return RedirectToAction("Login");. Now if u directly go to About page without login then it will send u to login page. Hope it works.
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 30 МЛН
Вечный ДВИГАТЕЛЬ!⚙️ #shorts
00:27
Гараж 54
Рет қаралды 13 МЛН
터키아이스크림🇹🇷🍦Turkish ice cream #funny #shorts
00:26
Byungari 병아리언니
Рет қаралды 29 МЛН
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 10 МЛН
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 30 МЛН