Force Visual Studio to rebuild the .WSP
I saw this funny little behavior today and thought I would share. You may be building applications for SharePoint 2010 with Visual Studio 2010 now and pretty happy with the…
SharePoint, Office 365, C#, .Net, SQL Server News, Tips, Ebooks, Events, Webinars ....etc
I saw this funny little behavior today and thought I would share. You may be building applications for SharePoint 2010 with Visual Studio 2010 now and pretty happy with the…
"When should I use a ViewBag vs ViewData vs Both the ViewData and ViewBag objects work well in the following scenarios: ViewData & ViewBag objects ViewData ViewBag ViewBag ViewBag TempData…
In most of the time, being a developer, we will be attaching to the W3WP Process We will be in a dilemma to which we need to attach and at-last,…
One of the most noted features for me as a developer is that whenever you bump into an error message – you’ll be presented with a correlation ID token. In…
Team Site Blank Site Central Admin Site Wiki Site Group Work Site Tenant Admin Site Access Services Site Microsoft Project Site Personalization Site News Site Publishing Site Publishing Site News…
Write-Host -f Green -NoNewLine . Write-Host -f Green ".. Write-Host -f Yellow ".. Write-Host -f Green ".. Write-Host -f Yellow ".. o!" Write-Host -f Green ".. o!" harePoint owershell" }…
Source : http://www.codeproject.com/Articles/429077/SharePoint-Dispose-Checker-Tool What is the Dispose Checker Tool? Dispose Checker Tool checks your project for unreleased SharePoint objects and reports them as errors Where to download the tool? How…
SharePoint 2010 developing for performance article series: In SharePoint there’s valid grounds for saying it’s important to dispose, more than just saying "It’s best practice" What is a "dispose pattern"?…
private void RemoveAllPermissions(SPListItem CurrentlistItem) Guid siteId = CurrentlistItem eb ite D; Guid webId = CurrentlistItem D; D; int itemId = CurrentlistItem D; ite //re-fetch the item SPListItem item = list…
Starting to love PowerShell more and more (thx to Shehzad & Ryan) ;) List all installed features on the farm It’s really straight forward using the Get-SPFeature command to return…
harePoint") > $null harePoint harePoint foreach ($websvc in $websvcs) foreach ($site in $webapp ites) write-host $site foreach ($web in $site foreach ($group in $web roups) $G = $group if ($G…
In this episode, Robert is joined by Erik Ejlskov Jensen, author of the SQL Server Compact & SQLite Toolbox extension for Visual Studio This extension adds several features to help your…
SQL Server Compact 3.5 SP2 SQL Server Compact 4.0 SQL Server SQL Server 2014 LocalDB Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes…
= Full support = Partial support = No support Note If a specific browser version is not listed in the following table, it is not supported The following table…
Here is a simple and quick powershell script to enumerate all the sub sites in SharePoint and output the results to a text file harePoint") > $null harePoint $websvcs =…
Andrew Connell walks through the Office 365 Patterns & Practices Scenario creating Sub Sites using an App for SharePoint Using remove provisioning pattern will initially require additional code, but since sites created…
Failed your first Microsoft certification exam Don't worry, we know passing your Microsoft Certification exams can be tough so between 5th January and 31st May you'll get a free second…
A PTs (advanced persistent threats) have changed the world of enterprise security and how networks and organizations are attacked While no single solution will solve the problem of…
Different elements don't have different default values for positioning, they all start out as static The only reason you would ever set an element to position: static is to forcefully-remove…