asp.net mvc - What are web parts? -


what web parts?

what benefits , drawbacks using them? there difference between web parts in asp mvc , sharepoint?

web parts part of classic asp.net webforms. special type of user controls. sharepoint being built classic webforms uses web parts extensively add functionality.

web parts not used in asp.net mvc. remember there's no viewstate nor postback concepts in asp.net mvc. similar functionality achieved view models , partial views.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -