Welcome to my blog, I created this blog in order to maintain an ongoing log of my work over the years in Software Engineering to include technologies C#/VB.NET Microsoft .NET 1.1 - Current .NET Core Curent Version, SQL Server 7 - Current Version, Team Foundation Server (TFS), Jira, BitBucket, GitHub, Azure, AWS and HTML5. “I have not failed. I've just found 10,000 ways that won't work.” ― Thomas A. Edison
Friday, December 22, 2017
Merry Christmas to All!
Friday before Christmas 2017, wanted to let all my readers know I wish them a very Merry Christmas and hope Santa brings them there wish list. You must Believe to Receive! Merry Christmas!
C# reminder of the day sealed
When the keyword "sealed" is applied to a class, the sealed modifier prevents other classes from inheriting from it. In the following example, class B inherits from class A, but no class can inherit from class B
Code sample
class A {}
sealed class B : A {}
Source - MSDN
SharePoint 2013 --- I'm Back
Wow, back at developing in SharePoint, who knew...
Well my new co-working SharePoint Kerry, gave me some insight on SharePoint Application Permissions DUH! I an knocking the cobwebs out of my head using SharePoint Again.
Central Admin > Application Management > Select the "App" > On the ribbon User Policy --- *DUH*!
Adding or updating Web application policy with new users or groups will trigger a SharePoint Search crawl over all content covered by that policy. This can reduce search crawl freshness and increase crawl load. Consider using security groups at the policy level and add/remove users from security groups to avoid this.
Subscribe to:
Posts (Atom)