What is the difference between .dwp and .webaprt file in SharePoint?

As such there is no difference between the files based on the usage, they are the same only the version of SharePoint for which it is being used is different. .dwp file is used for version 2 while .webpart is used for version 3. The version of the SharePoint is specified in the xmlns tag

In the .webpart file all the properties are provided in separate property tags with a name attribute where as in .dwp file there is a different tag for all the properties.

Comments

Popular posts from this blog

jQuery Basics

What is the difference between a Page Layout and Master Page in SharePoint?

Accessing data from SharePoint 2010 to an ASP.NET application