I know HTML, CSS, and Javascript. Now, I'm learning Asp.net to be a Web Applications Programmer. I am confused about which Tutorial to study because there is one for Web Pages and one for Web Forms on the ASP.NET website. I thought that Asp.net Web Pages were the same thing as Web Forms. Can someone tell me which would be better for me to study for Web Applications Programming.
General Question: Learn Web Pages or Web Forms?
Page 1 of 11 Replies - 628 Views - Last Post: 01 September 2012 - 07:20 AM
Replies To: General Question: Learn Web Pages or Web Forms?
#2
Re: General Question: Learn Web Pages or Web Forms?
Posted 01 September 2012 - 07:20 AM
Web Pages are what you create if you're using WebMatrix to develop your web site. WebForms are developed using Visual Studio. That being said, right now Microsoft is really push the MVC framework over both WebPages and WebForms.
asp.net WebPages
asp.net WebForms
asp.net MVC
asp.net WebPages
asp.net WebForms
asp.net MVC
Quote
What's the difference between ASP.NET Web Pages, ASP.NET Web Forms, and ASP.NET MVC?
All three are ASP.NET technologies for creating dynamic web applications:
ASP.NET Web Pages focuses on adding dynamic (server-side) code and database access to HTML pages, and features simple and lightweight syntax.
ASP.NET Web Forms is based on a page object model and traditional window-type controls (buttons, lists, etc.). Web Forms uses an event-based model that's familiar to those who've worked with client-based (Windows forms) development.
ASP.NET MVC implements the model-view-controller pattern for ASP.NET. The emphasis is on "separation of concerns" (processing, data, and UI layers).
All three are ASP.NET technologies for creating dynamic web applications:
ASP.NET Web Pages focuses on adding dynamic (server-side) code and database access to HTML pages, and features simple and lightweight syntax.
ASP.NET Web Forms is based on a page object model and traditional window-type controls (buttons, lists, etc.). Web Forms uses an event-based model that's familiar to those who've worked with client-based (Windows forms) development.
ASP.NET MVC implements the model-view-controller pattern for ASP.NET. The emphasis is on "separation of concerns" (processing, data, and UI layers).
This post has been edited by Nakor: 01 September 2012 - 07:22 AM
Page 1 of 1
|
|

New Topic/Question
Reply



MultiQuote




|