ASP.NET
10 Common Mistakes ASP.NET Developers Should Avoid
12/16/2024 3:01:31 PM 189
ASP.NET Core is a powerful framework for building modern web applications, but even seasoned developers can make mistakes that impact performance, security, or maintainability.
Read moreASP.NET MVC Responsive Templates Free Download
12/10/2024 1:51:41 AM 54.77K
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.95K
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 13.3K
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.57K
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 19.07K
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.77K
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.53K
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.85K
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.18K
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