A simple setup to integrate Azure AD B2C into your ASP.NET web app from scratch. This will get you up and running with user login and secure API access.
-
Create an Azure AD B2C Tenant
- Go to Azure Portal
- Search for Azure AD B2C → Click Create a new B2C tenant
- Follow the wizard to set it up, then link it to your subscription
A curated collection of fundamental algorithms every developer should master. Each entry includes a concise definition, a C# implementation, and sample output to illustrate how it works in practice.
Tips & Tricks
VM shutdown
- To minimize the chance of your database going into an inconsistent state, please ensure you shut down your VM from within the VM first before shutting down your computer. This only applies to scenarios where the VM is hosted on your computer.
Useful Links
- Basic knowledge of JavaScript and Node.js.
- Node.js installed (Download from Node.js official website).
- A code editor, such as VSCode.
npmoryarnfor managing packages.
Get started with ASP.NET Core MVC Telerik UI for ASP.NET MVC Examples & Demos
The Html.Kendo().Window() helper generates the necessary HTML and JavaScript to create the Kendo UI Window widget on the client-side. Once rendered, you can interact with it using its client-side API.
Here's how you can achieve this, including integrating a Kendo UI Form within it:
1. Define Your Kendo UI Window in your Razor View (initially hidden):