ULS Log Viewer is an advanced tool that helps in diagnosing SharePoint issues.
PowerGui can really help since it supports debugging and IntelliSense for PowerShell.
Fiddler is a common HTTP analysis tool for all web sites that allows you to monitor a page and locate problems such as image errors, request errors,
My long-term goals involve growing with a company where I can continue to learn, take on additional responsibilities, and contribute as much of value as I can.
I see myself as a top performing employee in a well-established organization, like this one. I plan on enhancing my skills and continuing my involvement in (related) professional associations. Once I gain additional experience, I would like to move on from a technical position to management.
SPSite vs SPWeb
SPsite - represents collection of sites - (top level and sub sites) SPWeb - instance of sharepoint web - actual content
SPSite is a collection of sites SPWeb is a site within a Site collection
SPSite.AllWebs returns the immediate child webs of the site collection and all of their child webs
SPWeb.Webs has a much narrower scope and only returns the first level child webs immediately below the SPWeb object.
You can use the SPContext object to get for instance the site or web from the current context. SPContext.Current.Web; SPContext.Current.Site;
Debugging SharePoint 2010 Web Part from Visual Studio 2010
Place a break point in that webpart code file. GO To "Debug" menu, and choose "Attach to Process". select all w3wp.exe and Click on "Attach" run the page that contains the webpart
SharePoint Server Publishing Infrastructure: This feature will activate the site collection scoped SharePoint Server Publishing features.
The publishing resources contain the page layout columns and the publishing columns
Once you create a site column at our top level site , we can use that site column in the sub sites as well. A site column can be used across sub sites or lists inside the site collection.
Publishing Pages:
Introduced in MOSS 2007 as web content management & publishing infrastructure
Publishing pages are designed for creating content pages in more controlled manner with consistent look & feel.
These pages are based on page layouts and content types.
Wiki Pages Wiki pages consists of rich text editor
It is designed to add free-form text & rich content including text, tables, links, images, as well as SharePoint lists and web parts anywhere on the page without any needs for web part zones
create Visual webpart using VS
Open Visual Studio 2010 as an Administrator then create a new Visual Web Part project
select “Deploy as a farm solution” option ,
drag and drop controls and add events on ascx control. build and package the solution.
Create custom Timer Job using VS
open VS, choose “Empty SharePoint Project” option,select “Deploy as a farm solution” option
select “Deploy as a farm solution” option , create few constructor and Execute method “SPJobLockType” enum method which indicates timer jobs instance running level
create Event receiver code, Go to just now created feature file, Right click and choose Add Event Receiver Option.



You've reached the end of your free preview.
Want to read all 49 pages?
- Summer '18
- na
- Microsoft SharePoint, SharePoint, Microsoft Office SharePoint Designer, Windows SharePoint Services