Thursday, March 22, 2012

Newbies questions

Hi guys, first of all please excuse me if I post this topic in the wrong section. I have two questions. First of all I am new in web development and I really want to learn asp.net, one thing I am not sure of is that, what is the the languages that I need to learn before learning asp.net? currentlly I am all most done with HTML and CSS, is there anything I need to learn also? XML maybe?

Another thing is that, I know that I can use C sharp or VB with ASP.net. should I learn C sharp or VB before ASP.net or after?

And thank you in advance.

Please take a look at this pagehttp://asp.net/getstarted/default.aspx?tabid=61

and sure you need to learn C# or VB before


learning ASP.NET and VB.NET ( C#) goes simulantenously.....

because whenever you create web-forms , you need to write inline code or code behind to execute form for various things like validation of data,insertion,deletion etc.

HTML & CSS is used only in User Interface layer, there are other layes involved like Business layer,Database layer...

for you best is to start from here :

http://quickstarts.asp.net/QuickStartv20/aspnet/doc/

start with all kinds of server controls....

all the best !


Hi,

In my opinion, both of the VB and C# are good, you can choose the one you like better. They are supported by the CTS of .NET Framework. They have the same FCL in the .NET Framework. The difference between them is just syntax. When you learn ASP.NET, you should be familiar with C# or VB. They are used to implement the business logic, and HTML and CSS are used to manipulate the presention of the page.

Here is the getting started introduction article of ASP.NEThttp://www.sitepoint.com/article/getting-started-asp-net/4

Hope it helps,

Jessica

0 comments:

Post a Comment