Ive just finished a new site and decided to use C# solely so i could learn it extensively, and i must say, its pretty nice. So im just posting this so those that are starting out may have some input on what language to use.
These are my opinions, please feel free to add to, take from, and tear apart.
VB
1. easier to read logic (if then else end if)
2. dont have to put a semicolon on each line end
3.
C#
1. easier to write logic (if (){} else {})
2. similar to javascript, which is almost required to implement a decent ASP.net site, so a broader understanding of code options
3. easier variable declarations and consumption
4. easier line continuation for readability
5.
What do you all think?
These are my opinions, please feel free to add to, take from, and tear apart.
VB
1. easier to read logic (if then else end if)
2. dont have to put a semicolon on each line end
3.
C#
1. easier to write logic (if (){} else {})
2. similar to javascript, which is almost required to implement a decent ASP.net site, so a broader understanding of code options
3. easier variable declarations and consumption
4. easier line continuation for readability
5.
What do you all think?