Comments on: How to create Login Page using Asp.net Core MVC C# With Database https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/ Unveiling Tomorrow's Tech Today, Where Innovation Meets Insight Sun, 09 Apr 2023 00:50:22 +0000 hourly 1 https://wordpress.org/?v=6.6.2 By: Eddie https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/#comment-1609 Sun, 09 Apr 2023 00:50:22 +0000 https://labpys.com/?p=481#comment-1609 When Creating ILogin.cs class i always get an error on Getuser() and also on AuthenticateUser Any Suggestions on a solution.

]]>
By: Shehan Udaraka https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/#comment-1608 Mon, 13 Mar 2023 07:08:53 +0000 https://labpys.com/?p=481#comment-1608 In reply to Roy.

You can create dbcontect class in model folder. And you can create create a new folder in your current project by right click on your project and add new folder option.You can rename that new folder as Repository. Then you can add ILogin class and AuthenticateLogin class in that folder.

]]>
By: Roy https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/#comment-1607 Sat, 04 Mar 2023 15:21:46 +0000 https://labpys.com/?p=481#comment-1607 Hi. I’m new here. Can I ask how and where do I create the DBcontext class? How and where to create the repository and interface? and where do I configure Startup Class?

]]>
By: Roy https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/#comment-1606 Sat, 04 Mar 2023 14:29:05 +0000 https://labpys.com/?p=481#comment-1606 Hi. I’m new to this. Please tell me how I can create a DBcontext class? Where do I create a repository folder and interface? And how do I configure the Startup Class?

]]>
By: okdude https://reactconf.org/how-to-create-login-page-using-asp-net-core-mvc-c-with-database/#comment-1605 Mon, 30 Jan 2023 21:28:32 +0000 https://labpys.com/?p=481#comment-1605 very nice article but where does _loginUser come from in controller? Cant seem to find reference to it.

]]>