Walk Lightly on this PLANET and yet leave such a FOOTPRINT that cannot be erased for thousands of Years..!!!
Visit Codstech for Cyber Security related Posts !

Visitors

Tuesday, December 24, 2013

ASP.NET - Introduction

Refer SQL - Quick reference (For understanding database concept)

Here , I am giving you some introduction about .NET (Dot NET

Click here to download ASP.NET platform.


Now see below , how to open it.
Download and open the file .
And select the downloaded file from the menu and open it.

Before that , refer Access to an attachment Gmail regards as a virus , and we are going to open that file here.

When we open Visual Studio , we can see the HOME page as given below :

Start page

How to open a project ?

When we wants to open a project , at first save/extract the project in the desired folder .
Click "open" from the above Start Page of Visual Studio.Then,a dialog box will appear.


And , select our project.

Click the selected "Project Details" and it will open .
(Note that , when we manually go to the folder , we can see the total asp.net files. But here can see the the source file only) .

In the right side , we can see a portion named "Solution Explorer" . Here we can see all the files created in asp.net.

How to create a project ?

When we wants to create a project , click "New Project" from the  Start Page of Visual Studio.Then,a 
dialog box will appear.

Specify the location you want to save , and give a name .

Here, we want to create a console application (In visual C# language) .Select that one and click OK.

Have doubt in consol application ? Refer JAVA 's console application here


Progressing......>>>

Back to HOME 

No comments: