Newbie in ASP.Net
- by dnvThai
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…