Newbie in ASP.Net

Posted by dnvThai on Programmers See other posts from Programmers or by dnvThai
Published on 2014-05-31T04:01:17Z Indexed on 2014/05/31 9:52 UTC
Read the original article Hit count: 218

Filed under:
|

I am learning ASP.Net and I am confusing between ASP.Net WebPages, ASP.Net WebForms and ASP.Net MVC. I have read a lot of articles and known the simple difference of their functions, but I don't know the differences of their code.

E.g: When I look at

int* p = new int(); ...

I know that it's C++ style.

and

Dim A as String

it have to be Visual Basic.

[?1] I'm not able to detect like that in ASP.Net. How do they different in codes?

I use Visual Studio 2010 Express Edition.I like to use C# (I also was learned VisualBasic in shool, but I don't like him). When I create a new project, there're too many types of project, then, I don't know which I should choose (I just want to make a simple site).

[?2] What are they used to?

enter image description here

Thanks

© Programmers or respective owner

Related posts about c++

Related posts about ASP.NET