Uncategorized
How to create site definition in SharePoint 2010
.
How to create site definition in SharePoint 2010? Let’s start this blog by understanding the difference between Site Definition and Site Template.Site Template is a ready made layout that we can use to create a site. It has pre-defined top…
Logging to ULS in SharePoint 2010.
.
ULS stands for Unified Logging ServiceULS helps developer to avoid debugging code again and again to find out bugs.ULS clearly specifies the error in details.Generally SharePoint logs can be found at hive folder i.e. 14LOGSBut this log file is not…
How to run SharePoint code with Elevated Privileges ?
.
SharePoint elevated privileges, site collection administrator code RunWithElevatedPrivileges is a class in SharePoint which comes under SPSecurity namespace. It allows developers to create the code that runs as the System Account instead of the logged in user, essentially giving that user Administrator Level Permissions…
How to create a blank SharePoint Page? SharePoint Branding
.
I was working on a project where all my SharePoint inherits from a custom master page with predefined Page Layout. I got a requirement where i need to create few pages with different layouts. There are various ways to do…
How to create workflow in SharePoint Designer
.
Workflow is a process to break down a job/work into several segments to make the business easy and simple. Or, Workflows in SharePoint Designer are there to help you to create automated business processes. A sample workflow is a simple…
What is Service Oriented Architecture?
.
Service Oriented Architecture (SOA) is a style to design software system where 2 or more component communicates with each other over a network through a defined protocol. Advantages of SOA architecture. Loosely Couple – A component in SOA architecture must…
Interview questions for SharePoint asked in companies
.
Hi readers, I am sharing the experience of the SharePoint interview in this article.Here are few questions that were asked in some major companies in SharePoint interview. Let’s see few important questions for interview purpose which are useful for SharePoint…
Upload images and show the list of image in gridview to delete-asp.net code
.
Below code will upload image in a particular folder and will show the list of images from that folder. User may delete images from that list.HTML Code:<div> <table style=”width: 90%”> <tr> …
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…
