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#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c# - Making TableLayoutPanel Act Like An HTML Table (Cells That Resize Automatically Around Text) -