Category Archives: C#

C# Posts

How to Create a MVC Login Application in a few easy steps

Standard

1) Open Microsoft Visual Studio 2013 and select NewProject

1

2) Select Web under Visual C#

2

3) Now select ‘.Net Framework 4.5‘ as application’s Framework version

3

4) Now select ASP .NET Web Application and name your Application. I named my application as ‘MyMVCLoginApplication’ and then click Ok.

5

5) and then select ‘MVC‘ as application’s template and click Ok

6

6) Now run your application using a Internet browser. (my default we browser is Google Chrome)

10

7) BINGO ! now you have created a simple MVC Login Application

7

8) You can register a account by clicking Register button

8

9) There You are !

9

Thank You ! Stay tuned for more updates !