C# Web Application Activity 2b-1 Registration and Login Forms

  Рет қаралды 57,963

Programming w/ Professor Sluiter

Programming w/ Professor Sluiter

Күн бұрын

Пікірлер: 33
@attilaguba856
@attilaguba856 3 жыл бұрын
I really like your all videos with asp net mvc! It's so understandable! Many thanks!
@sergeynovikov7049
@sergeynovikov7049 3 жыл бұрын
This is the best course I've ever seen! Thank you! Thanks especially for the detailed explanation and clear diction! I am from Russia and I'm not very strong in English, but I understand your speech as if you were speaking in my native language.
@attilaguba856
@attilaguba856 3 жыл бұрын
Believe me he's one of the best! He's got so good explanation! Check his other videos as well you won't disappointed at all!
@shadsluiter
@shadsluiter 3 жыл бұрын
Wow, thank you!
@moussa14230
@moussa14230 3 жыл бұрын
Thanks for your video I really appreciated, Please I'm trying to code along with you but I stopped on the step when you try to go for login manually it says the page cannot be found it works at the start only when I look for /login can't open do have any suggestion what I need to check Thanks
@bengisuturksoy705
@bengisuturksoy705 3 жыл бұрын
Amazing and very helpful description... Thank you so much
@viniciusm.m.7822
@viniciusm.m.7822 Жыл бұрын
Thanks, professor! Abraço do Brasil! God bless!
@Katan4v
@Katan4v 3 жыл бұрын
my index.html codes doesn't look like that. it doesn't have input type = password. I am using Visual Studio 2015 version
@Katan4v
@Katan4v 3 жыл бұрын
@model PersonalInformationApp.Models.UserModel @using (Html.BeginForm()) { @Html.AntiForgeryToken() UserModel @Html.ValidationSummary(true, "", new { @class = "text-danger" }) @Html.LabelFor(model => model.Username, htmlAttributes: new { @class = "control-label col-md-2" }) @Html.EditorFor(model => model.Username, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.Username, "", new { @class = "text-danger" }) @Html.LabelFor(model => model.Password, htmlAttributes: new { @class = "control-label col-md-2" }) @Html.EditorFor(model => model.Password, new { htmlAttributes = new { @class = "form-control" } }) @Html.ValidationMessageFor(model => model.Password, "", new { @class = "text-danger" }) } @Html.ActionLink("Back to List", "Index") @section Scripts { @Scripts.Render("~/bundles/jqueryval") }
@prakashpodili9
@prakashpodili9 3 жыл бұрын
@@Katan4v Yeah, even i am facing the same problem, i think this is because of in 2015 version we dont have .net core. i will try 2019 version and check it.
@ZoeroWithAZero
@ZoeroWithAZero 2 жыл бұрын
Good Video But The Login Page Dont Function Ca You Help Me???
@kasimnala1206
@kasimnala1206 3 жыл бұрын
hey shad i had followed exact steps that you just done , but i am getting an a sort of problem when i run program and goes to login successfull page i cant see the name and password detail in that page can you figure the problem in it?
@twotinytrees9794
@twotinytrees9794 2 жыл бұрын
Quick question: how does the form initially know that "login" is the route? I don't see how that is defined anywhere in the controller. EDIT: Never mind, figured it out. For others learning, it is the folder name in which the Index.cshtml resides. Same with "home".
@RobCodesNY
@RobCodesNY Жыл бұрын
Do you have another video where you cover creating the registration form?
@jeywell7274
@jeywell7274 3 жыл бұрын
Thanks! I really understand now!
@mattcav6992
@mattcav6992 3 жыл бұрын
Great tutorial series, thanks for selecting manual database as well. Cheers
@BossBYT
@BossBYT 3 жыл бұрын
It is possible to create an account on a website and then use that account to purchase a program on that page. I would later download the program from the site and would have to log in program with the same information as I logged in on the website. I would also like to make it possible for only one device to be logged into an account at the same time. Is that possible? Btw I am making program in windows forms C#
@shankarghimire4492
@shankarghimire4492 3 жыл бұрын
OMG! How can one share such knowledge and skills to the world free of cost? The best classes with such a clear demonstration and explanation I have ever seen! God bless you Professor Shad! ☺ I don't know how I can express my gratitude to you. I know only the words 'Thank you so much' is not enough! God bless you Professor Shad! ☺ You are doing the God's job! You are enlightening the world! ☺☺☺ Hope that you will keep these videos available forever! With best regards, from Ontario, Canada
@shadsluiter
@shadsluiter 3 жыл бұрын
Thank you for the kind words. May you have a successful career. Please let me know what your goals are for studying. Look me up on LinkedIn.
@shankarghimire4492
@shankarghimire4492 3 жыл бұрын
@@shadsluiter Professor, I have sent you request to join you on your LinkedIn Community. Hope that you will accept it. :)
@xlemnlx33666
@xlemnlx33666 2 жыл бұрын
Hi professor. Thank you for making this great tutorial available for everyone to see! I just have one question, why does your password's textbox have an "eye" already in it that when ticked, makes the password show and not? Mine doesn't have that. I still need to add more HTML codes for it. I'm using VS Studio 2019. I hope one day you see this. Thank you, Professor.
@beelzaBob
@beelzaBob 2 жыл бұрын
Professor, I tried to do the right thing and support you -- I spent the money on the course, and it's all jacked up. On almost every video, the video stops before the audio. There's no way to communicate to teachable (the "help" link goes to an error screen). I hope you're not getting scammed in some way, shape, or form, because you are absolutely great.
@titoyeri6670
@titoyeri6670 3 жыл бұрын
Huh, you've simplified the whole process and one can easily understand, thanks...
@naturalbeauty9166
@naturalbeauty9166 2 жыл бұрын
Great teaching skills I have a problem in my mvc project how can you help me sir😊
@НурсатЗейнолла-н6ъ
@НурсатЗейнолла-н6ъ 2 жыл бұрын
Great course! All information is concise and clear. With best regards from Kazakhstan!
@matejkrenek5933
@matejkrenek5933 3 жыл бұрын
Hello, I appreciate your videos. It would be a good idea to make the source code available in the description of video
@meocon1611
@meocon1611 3 жыл бұрын
I really like the "monkeys see monkeys do" approach. Keep up the good work!
@laksithanayanajith5684
@laksithanayanajith5684 3 жыл бұрын
How we make admin and user roles sir?
@politicsamnesia9304
@politicsamnesia9304 Жыл бұрын
Great video and an excellent course. Thank you!
@shadsluiter
@shadsluiter 11 ай бұрын
You're very welcome!
@maccton
@maccton 2 жыл бұрын
Simple illustrations! Easy to follow! Thanks!
@shadsluiter
@shadsluiter 2 жыл бұрын
You're very welcome!
@abdulwahabraheemi
@abdulwahabraheemi 3 жыл бұрын
Thanks for your video I really appreciated, great job
C# Web Application Activity 2b-2 Login Form and database users table
29:09
Programming w/ Professor Sluiter
Рет қаралды 31 М.
C# Core Web Application Tutorial Activity 2a Controllers and Views in ASP.NET
24:50
Programming w/ Professor Sluiter
Рет қаралды 28 М.
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 69 МЛН
Win This Dodgeball Game or DIE…
00:36
Alan Chikin Chow
Рет қаралды 36 МЛН
Новый уровень твоей сосиски
00:33
Кушать Хочу
Рет қаралды 4,9 МЛН
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,5 МЛН
.NET Framework vs .NET Core vs .NET vs .NET Standard vs C#
25:14
IAmTimCorey
Рет қаралды 555 М.
DHH - Ruby on Rails, 37signals, and the future of web development
1:09:57
What is a DTO? Data Transfer Object
8:34
Programming w/ Professor Sluiter
Рет қаралды 24 М.
Blazor Form Creation: Effortless User Interaction for Web Apps
18:58
How to Create Login Page in Asp.Net Web Form With Sql DataBase
19:47
Players vs Corner Flags 🤯
00:28
LE FOOT EN VIDÉO
Рет қаралды 69 МЛН