How to use Identity Pages in ASP.NET MVC Applications - Edit the register and login page

preview_player
Показать описание

🏃‍♂️ Learn HOW TO Create and Edit ASP Identity Related Pages in your .NET MVC Application!

📚 Do you WANT to become a C# Developer? We got you covered!

We'll make sure to make a Developer out of you in no time!

So, what is C#?
C# (pronounced "See Sharp") is a modern, object-oriented, and type-safe programming language. C# enables developers to build many types of secure and robust applications that run in .NET. C# has its roots in the C family of languages and will be immediately familiar to C, C++, Java, and JavaScript programmers. This tour provides an overview of the major components of the language in C# 8 and earlier. If you want to explore the language through interactive examples, try the introduction to C# tutorials.

And what is ASP?
ASP.NET is an open-source,[2] server-side web-application framework designed for web development to produce dynamic web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, applications and services. The name stands for Active Server Pages Network Enabled Technologies.
It was first released in January 2002 with version 1.0 of the .NET Framework and is the successor to Microsoft's Active Server Pages (ASP) technology. ASP.NET is built on the Common Language Runtime (CLR), allowing programmers to write ASP.NET code using any supported .NET language. The ASP.NET SOAP extension framework allows ASP.NET components to process SOAP messages.
ASP.NET's successor is ASP.NET Core. It is a re-implementation of ASP.NET as a modular web framework, together with other frameworks like Entity Framework. The new framework uses the new open-source .NET Compiler Platform (codename "Roslyn") and is cross platform. ASP.NET MVC, ASP.NET Web API, and ASP.NET Web Pages (a platform using only Razor pages) have merged into a unified MVC 6.

And what about Identity pages?
ASP.NET Core provides ASP.NET Core Identity as a Razor Class Library. Applications that include Identity can apply the scaffolder to selectively add the source code contained in the Identity Razor Class Library (RCL). You might want to generate source code so you can modify the code and change the behavior. For example, you could instruct the scaffolder to generate the code used in registration. Generated code takes precedence over the same code in the Identity RCL. To gain full control of the UI and not use the default RCL, see the section Create full Identity UI source.

To learn more, make sure to watch the video, and we promise you that you'll become a C# developer in no time! Have fun!

#csharp #dotnet #coding #tutorial #learn #microsoft #net #identity #aspnet

TAGS
dotnet,csharp,dotnet core,.net core tutorial,.net core,.net,c#,Tutorials,Tutorial,Programming,Course,Learn,Step by step,guide,programmer,core,code,c sharp,sharp,net6,6.0,.net framework,programming,visual studio,programming for beginners,coding,how to code,dot net,c# programming,tim corey,identity,dependency injection,aspnet core,backend developer,software development,entity framework core,entity framework,authentication,razor pages,aspnet core identity

tutorialsEU offers you free video tutorials about programming and development for complete beginners up to experienced programmers.
This includes C#, Unity, Python, Android, Kotlin, Machine Learning, etc.

Рекомендации по теме
Комментарии
Автор

why is your website lying? It said 90% off one payment of 29.95 but when i go to buy it, it changes to $97

AnimeZone
Автор

Once i press register an user takes me to starter page where there is nothing, how can i set the default page the login identity page, i could set it in MapControllerRoute but would need to put a controller as it is mvc and identity dont use controllers, i need to redirect set Identity/Account/Login as home page

starbuck
Автор

what do u do if you already scaffolded identity, but without the register page? is there an option to just add it back?

cyerripaws
Автор

im STRUGGLING to do this on a Mac through the command line using sqlite

emilyalbert