ASP.NET
ASP.NET MVC Responsive Templates Free Download
11/16/2024 3:34:51 AM 53.92K
To use free responsive admin templates and themes in an ASP.NET Identity MVC project, you'll generally want to integrate a pre-built admin dashboard template into your project that already works well with responsive design principles.
Read moreHow to Create Contact Form Flat Responsive in ASP.NET MVC
11/14/2024 1:38:05 PM 9.55K
Creating a contact form in an ASP.NET MVC 5 application using ASP.NET Identity, Entity Framework Code First, and C# involves several steps.
Read moreCould not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies
5/14/2024 4:47:20 AM 12.89K
This post shows you How to fix 'Could not load file or assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51' or one of its dependencies. The system cannot find the file specified.' when publishing the app in Visual Studio.
Read moreASP.NET: How to Create a Web Service in C#
4/27/2021 7:18:47 AM 10.4K
This post shows you How to Create a simple Web Service in C# using ASP.NET
Read moreASP.NET: How to Create ASP.NET Web Form in Visual Studio 2019
9/17/2020 3:53:19 AM 18.81K
This post shows you How to Create ASP.NET Web Form in Visual Studio 2019.
Read moreASP.NET MVC: Implement Password Reset with ASP NET Identity
3/18/2020 11:15:11 AM 22.58K
This post shows you How to Implement Password Reset via email with ASP.NET Identity MVC 5 using C#, Entity Framework Code First
Read moreASP.NET MVC: Getting Started
10/6/2019 11:02:54 AM 6.39K
This post shows you How to Create an ASP.NET Identity MVC 5 step-by-step in Visual Studio
Read moreASP.NET MVC : Login Logout in ASP.NET SQL Database with Session
9/26/2019 11:48:12 AM 13.68K
This post shows you How to Create Login Logout in ASP.NET MVC using SQL Database with Session in C#.
Read moreASP.NET MVC: Create Custom Routes
9/26/2019 10:59:33 AM 8.03K
This article shows you How to Create a Custom Route in ASP.NET Identity MVC 5 using Entity Framework Code First in C# .NET
Read more