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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -