Class Links
This page contains links, blogs and white papers that I regurarly show, talk about
or recommend during my SharePoint development classes.
General
Development Tools and Extensions
Development tips
Branding and Web Content Management
Visual Studio tips
Configuration/upgrade tips
PowerShell tips and snippets
Script snippet which waits for solution deployment jobs
Write-Host -ForeGroundColor Magenta "Starting and waiting for timer jobs to finish...(take a cup of coffee...)"
WHILE(get-sptimerjob | ?{$_.Name -match "solution-deployment"}) {
get-sptimerjob | ?{$_.Name -match "solution-deployment"} | start-sptimerjob
Start-Sleep 2
Write-Host "." -nonewline -ForeGroundColor Magenta
}
Write-Host "." -ForeGroundColor Magenta
Start all Content Type Hub jobs
Write-Host -ForeGroundColor Green Starting Hub publisher job
get-sptimerjob | ?{$_.Name -match "MetadataHubTimerJob"} | start-sptimerjob
Write-Host -ForeGroundColor Green Starting Hub subscriber jobs
get-sptimerjob | ?{$_.Name -match "MetadataSubscriberTimerJob"} | start-sptimerjob
SharePoint solutions, Web Parts and tools
Books and magazines
Certification information
Latest Tweet...
""
Categories
.NET,
AJAX,
AppFabric,
Business,
Business Intelligence,
C#,
CodePlex,
Downloads,
Hardware,
Internet and the Web,
Internet Explorer,
Live Mesh,
LiveID,
Microsoft,
Microsoft Expression,
Microsoft Office,
Microsoft Visio,
msfeedicon,
Network,
Office 365,
Office Open XML,
Oslo,
PDC 08,
PerformancePoint,
Personal,
Presentations,
Scripting,
Security,
SharePoint,
SharePoint 2010,
SharePoint 2010 Web Parts in Action,
Silverlight,
Software,
SQL Server,
Upset posts,
Virtual PC,
Virtual Server,
Visual Studio,
VMWare,
Web Parts,
Website,
Windows 7,
Windows Azure,
Windows Live,
Windows Live Writer,
Windows Media Center,
Windows Mobile,
Windows Phone 7,
Windows Server 2003,
Windows Server 2008,
Windows Server 2008 R2,
Windows Vista,
Windows XP,
WinFX,
WiX,
XML,
XPS,
msfeedicon The one and only feed enhancement utility for Internet Explorer
7.
Read more...
Copyright © Wictor Wilén, 2006-2011.
These postings are provided "AS IS" with no warranties, and confers no rights. The
content of this site are my own personal opinions and do not represent my employer's
view in anyway. In addition, my thoughts and opinions open to change. Therefore
you should not consider past posts to necessarily reflect my current thoughts and
opinions.
Microsoft is a registered trademark of Microsoft Corporation in the United States
and/or other countries.