Author Archives: Yaroslav Pentsarskyy

About Yaroslav Pentsarskyy

Yaroslav is currently involved in SharePoint and custom .NET solution architecture and implementation. He is Microsoft MVP and Microsoft Certified Application Developer with an extensive development portfolio involving medium and large businesses, non-profit and government organizations. Yaroslav has been involved in software development since a year of 2000 and is highly passionate about his work. Yaroslav ensures project success through close and continuous interaction with end users and stakeholders throughout each phase of the application development lifecycle. Yaroslav enjoys actively contributing to widespread technical community. He shares his ideas and findings with user group members by presenting at local events, online community, and his blog: www.sharemuch.com.

.net BC usergroup presentation downloads

Thanks to everyone who attended the .net BC event today on Microsoft SharePoint Server 2010 for the Microsoft ASP.NET Developer. It was great to see you all and from what I hear you liked the session There are few resources … Continue reading

Posted in Event material | Tagged , | Comments Off

How To: Restrict visibility of SharePoint 2010 lists and libraries

Most users define which lists and libraries are there on the site by accessing All Site Content link. This is how most users see their lists and libraries of the default SharePoint 2010 team site. As you add more lists … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

How To: Set granular restriction on SharePoint 2010 Sandbox Solutions uploads

SharePoint 2010 sandbox solutions allow individual site collection owners to manage limited access solutions without involving administrators. To manage sandbox solutions you’ve got to have the following permissions: Manage Web Manage Sub webs Add and Customize Pages If you delegate … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

How To: Extend SharePoint 2010 third party or legacy webparts in your solution

Since the title of this post doesn’t really do justice, let’s take a look at a few scenarios. Scenario 1. You have a third party webpart and would like to alter it’s execution flow as much as it permits through … Continue reading

Posted in sharepoint, sharepoint 2010 | Comments Off

How To: Toggle SharePoint 2010 list and library view properties

SharePoint allows users to add views of lists and libraries on the any page within your site. When added, users can toggle various properties of the view just as it was a web part. You can change the appearance settings, … Continue reading

Posted in sharepoint | Tagged , , , , | Comments Off

How To: Hide SharePoint 2010 fields in display, edit and new forms

SharePoint 2010 allows you to choose which fields in your lists will be displayed in the New, Edit, View forms and which ones aren’t. Even though the field will be available to the object model in the code behind, it … Continue reading

Posted in sharepoint | Tagged , , , | Comments Off

How To: Customize SharePoint 2010 out-of-the-box workflow initiation form

SharePoint allows you to create instances of out-of-the-box workflows anywhere on the site. Once those instances are created, when the workflow gets initialized on the item – your users get to fill in any of the required initiation parameters on … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

How To: Report which documents are on hold and hold details in SharePoint 2010

SharePoint 2010 allows you to put documents inside your Record Center on hold; which will exempt those documents from retention policies and workflows. This is a handy feature in case you’re in the middle of an audit and want to … Continue reading

Posted in sharepoint, sharepoint 2010 | Tagged , | Comments Off

How To: Automatically add All Authenticated Users to SharePoint security group

When performing SharePoint 2010 enterprise solution deployment with Visual Studio, you’re likely to pre-create many of your solution artifacts such as pages with the right web parts on them etc. Security groups is not an exception. Recently I needed to … Continue reading

Posted in sharepoint 2010 | Tagged , | Comments Off

How To: Hide SharePoint 2010 root node from the top menu

When customizing SharePoint 2010 UI, one of the most common things you come across is to customizing the navigation control. In this post, I’d like to share one of the approaches discussed in my SharePoint 2010 branding book on working … Continue reading

Posted in sharepoint 2010 | Tagged , , , | Comments Off