Reddit Reddit reviews Developing Microsoft ASP.NET Server Controls and Components (Developer Reference)

We found 1 Reddit comments about Developing Microsoft ASP.NET Server Controls and Components (Developer Reference). Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
PC Hardware
Computer Hardware & DIY
Personal Computer Books
Developing Microsoft  ASP.NET Server Controls and Components (Developer Reference)
Used Book in Good Condition
Check price on Amazon

1 Reddit comment about Developing Microsoft ASP.NET Server Controls and Components (Developer Reference):

u/Aaron64Lol ยท 3 pointsr/dotnet

WebForms and MVC are pretty different.

If you want to get a low level view of how the webforms framework works (instead of just rote memorizing stuff) I highly suggest picking up a book like this:
http://www.amazon.com/Developing-Microsoft-Controls-Components-Pro-Developer/dp/0735615829/ref=sr_1_2?ie=UTF8&qid=1376688466&sr=8-2&keywords=custom+server+controls

There are a few. Any of them should work. Once you understand how custom server controls are made, the lifecycle of controls, how the controls make it out to the output stream and the lifecycle of the page; everything else (in webforms) makes sense much more quickly.

It's uncommon to start with custom server controls early, but it will be a massive help when you're debugging problems that don't make sense.