Tag - Visual Studio

Getting Started with ABP: A Step-by-Step Tutorial

With the help of pre-made modules, tools, and templates, AspNet Boilerplate (ABP), a well-liked web application framework, developers may create more straightforward, durable, and current apps. In this article, we'll walk you through building a basic web application to get you started with ABP. Prerequisites Before we begin, make sure you have the following installed on...

Best Practices For Code Review

This article provides a high-level overview of the code review process for C# code, as well as best practices for code review. Code review is an essential part of any developer's job. Code review is a technique that allows another developer (who is not necessarily on the same team or working on the same feature...

How to use SQL Membership Provider in ASP.NET

The ASP.NET membership feature provides secure credential storage for application users. We will use the following: Web Page Named Login.aspx and another Web Page named CreateUser.aspxLogin Control.Create User Wizard Control. Steps: 1- Configure Forms Authentication in Web.config File To configure forms authentication, set the <authentication> element's mode attribute to "Forms" and then configure your application's Web.config file as shown...

Visual Studio 2005/2008 on Vista Internet Explorer cannot display the webpage

I faced a strange problem with Visual Studio 2005 and Visual Studio 2008 which is I have several ASP.NET Projects some of them using .NET 2.0 or Visual Studio 2005 and the others are using .NET 3.5 or Visual Studio 2008. The problem was when I try to run the Web Application I got this...