SharePointCafe Admin
What is information management policies in SharePoint2010
.
What is information policies in SharePoint. A policy, as defined by MOSS, is a set of rules or guidelines that govern the creation, use, and disposition of a particular item, site, collection, list, library, page, and so on.Such as information…
Executing Server side code in sharePoint or use of PageParserPath
.
Executing Server side code in sharePoint or use of PageParserPath Application pages in sharepoint behave like asp.net pages where they may contain inline server code. Wheras site pages are rendered as safe mode parser so there is no problem with…
Concept of boxing and Unboxing in C sharp
.
Boxing and Unboxing concept in C# language. Explaining with code. Boxing: Boxing refers to the process of moving from a value type to reference type.Un-Boxing: Un-Boxing refers to the process of moving from a reference type to value type. Ex:Public…
Bulk copy data from excel sheet to sql table
.
How to process bulk copy data from excel sheet to sql table. Here is code to copy data from excel to sql. C# Code: string excelFile = @”C:Book1.xls”; string ssqlTable = “[MyTableName]”; …
Lets Learn SharePoint
.
What is SharePoint? SharePoint is a platform for collaboration, document sharing, meeting, record management, content management, business intelligence kit. SharePoint marketing tagline is “Business Collaboration Platform for Enterprise and Web”. Let’s understand SharePoint by an example: Suppose a project manager…
Architecture of SharePoint 2010 Development Platform
.
Architecture of SharePoint Development Platform SharePoint uses List, Library, Content Type for Data Management in a SharePoint Web Application. How SharePoint Code Deployed to SharePoint Web Application? SharePoint websites are similar to ASP.Net websites as they are hosted in IIS….
SharePoint topics for Beginners
.
SharePoint Topics for Freshers: SharePoint Architecture SharePoint Environment Structure Central Administration Top Level Site, Site Collection, Site SharePoint Object (List, Library, Content Type) SharePoint Coding Model (Client and Server Object Model) InfoPath Form Features and Event Receiver Timer Jobs OOB…
