|
Select language writing ASP.NET VB or C # good |
|
|
|
|
|
|
1.Open VWD
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
2.VWD again when the projection is that we used to create a List it is shown on a projection Chapter1 click List Chapter1 ->. |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
3.VWD shows the old files that we remain open Default.aspx it is to close that file by clicking the X (Close).
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
4.Start Page on the left page (this page can be closed without affecting any programming).
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
5.Try creating a new file by going to File> New File ... ->.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
6.Is to note is 4 points.
6.1 Templates to a Web Form (the program is already selected).
6.2 Name the file name is Default2.aspx. (The program name already).
6.3 Language, select a Visual Basic (the program already selected).
6.4 Box select Place code in separate file (a program that is already selected).
Place code in separate file is a program we will write a separate file from the
file Code HTML.
This website will use methods such as learning to write your programs, then
click [Add].
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
7.Will have a new file name Default2.aspx.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
8. By clicking Default2.aspx (Solution Explorer, right-top corner) will see 2
files is the file name.
Default2.aspx (part of HTML) and Default2.aspx.vb (part of Code).
Note: Default2.aspx.vb Code file is written with our language is VIsual Basic or
VB.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
9.Will have a desk for the projection of the detectors such as web.config,
Default.aspx.
Files that remain on the screen is a Default.aspx your first program |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
10. Create a file (Web Form) again File> New File ... ->.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
11. But this time, select a Language Visual C #.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
12.Then click [Add].
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
13.Will have a new file name Default3.aspx.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
14. By clicking Default3.aspx (Solution Explorer, right-top corner) will see 2
files, the file name.
Is Default3.aspx (part of HTML) and Default3.aspx.cs (part of Code).
Note: Default3.aspx.cs Code file is written with our language VIsual C # or C #
is.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
15. Differences between the HTML file written language VB (Default2.aspx) to
write HTML files with the language C # (Default3.aspx) is.
The top row is 1. So if we want to switch between HTML files written with VB.NET
to C # language is not difficult to What. Just change the code around the top
row only.
|
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
16.Choose which language. To write it. Enough to suggest the following.
VB and C # language when writing and then can work out all the same. As well as
speed. Ability, not the difference is out back boldness of individuals.
Like people who write C + +, PHP, JAVA language C # is likely to be the best
choice. Because of similar language.
But if people had to write Visual Basic Language VB it be the best choice as
well.
But if we never write What?
It is recommended to start before the VB language, then C # language view
Comparative View. Which bold if it is on.
Or if both are 2 language is better.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|