TechBubbles

Archive for January, 2012

What is SharePoint Solution Package?

 

What is SharePoint Solution Package?

SharePoint has a system which bundles all the components of a SharePoint Foundation extension in to a single file which is called a Solution Package. The Solution Package file has the extension .wsp. 

SP2010

The contents of solutions package are

  • Assemblies
  • Web Parts
  • Site Definition files -  Site definition is a unique type of SharePoint website. It contains (onet.xml, webtemp*.xml, and default.aspx)
  • Application Pages -  these can be .aspx pages
  • Resource files and resources- Resource files (can be *.doc or *.xls ) and Resources are (*.resx)

Read more

Related Posts:

No comments

Microsoft Codename Cloud Numerics

Microsoft Codename “Cloud Numerics” is a new .NET programming framework which can be used to perform intensive numeric computations on large distributed data sets. If you are some one who works with large data sets, extracting the data and forming and simulating the models then you might need more computing power and memory.

image

Read more

Related Posts:

No comments

Windows Store for Developers

Windows store is really an important part of Windows 8 platform. Windows store is the place where user find the metro-style apps. Windows Store is the distribution point for metro style applications. The idea behind building the windows store is connecting people to as many apps as possible.

Additional details about the Developer opportunity coming on windows 8 with the windows store can be found here .

Read more

Related Posts:

No comments