Contents tagged with Visual Studio
-
Slides and demos for session "Documents and Records Management with SharePoint 2013"
TechDay conference is conference organized by Microsoft BiH, usually during December every year. This year, conference took place on 9th December, with two parallel tracks - for Developer and IT Pro audiences. I had a session in Developer track read post here
-
Tip: Regularily reset SharePoint Timer Service during development
There is an interesting issue that can occur on development machines during development of SharePoint solutions that contain Site Templates or list templates in certain scenarios when site creation is not done manually, but using some kind of Custom Timer Job. The issue manifests in a way that even after retraction of old WSP and deployment of new WSP, even after performing IISRESET, sites created with new WSP don't have applied latest changes which are part of new WSP, but instead use (contain) functionality which is a part of the old WSP. Read full post >>
-
Configuring Site Policy in SharePoint 2013 using server code
When you create Site Policy in SharePoint, you can configure its options using browser, which is particularly convenient when you have that policy configured for publishing in Content Type Hub. But, when you need to configure multiple sites with same policy, and you for any reason have to deploy multiple instances of same site policy, this browser-based editing process is not something that you would want to use. In that case, some way of configuring policy options automatically would be helpful. Read more
-
Creating Site Policy in SharePoint 2013 using server code
In our solutions we often need to create policies programmatically, to ensure easier deployment and reusability. However, ProjectPolicy class does not provide public method to create new ProjectPolicy http://msdn.microsoft.com/en-us/library/microsoft.office.recordsmanagement.informationpolicy.projectpolicy_members.aspx. [read more...]
-
Workflow Manager installation - my experience
At first, I planned to write long blog post describing my experience during installation of Workflow Manager on my development VM. However, in order not to repeat others I decided to write only quick summary of specific steps that I made in order to successfully install Workflow Manager. Click To Read more
-
“All About Apps” session recording and slides
I presented this material on Microsoft TechNet Day 2012 and meeting of Macedonian SharePoint User Group in December 2012. Embedded slides and video are below. Click To View Entry
-
BAM Converter–now localized to German and Russian
BAM Converter is a small application for Windows Phone published at first during January 2011. This is a currency converter app that pulls exchange rates from ECB RSS feed (only on user action) and it’s functionality is available purely offline.
-
1SUG SharePoint User Group session “SharePoint Apps”–recording
On Tuesday, 30.10.2012 1SUG SharePoint User Group had regular monthly meeting. One of the topics presented (and, because of Sandy, single session) was my session about “SharePoint Apps in SharePoint 2013”. Session was delivered in-person in Sarajevo, and via Lync to attendees that couldn’t join us in person. Session is recorded, Click To View Entry
-
Using Feature to apply themes in SharePoint 2013 Preview
In my previous post I wrote about applying custom theme to SharePoint 2013 site using new theming engine. I also mentioned that one approach for implementing this functionality could be to encapsulate this code in Feature receiver. In this post, I will demonstrate and explain this approach for applying custom theme to SPWeb. Our custom theming Feature will
-
How to: Apply themes using Server Object Model in SharePoint 2013 Preview
One of new functionalities introduced in SharePoint 2013 Preview is new theming engine. Themes that are managed by this new engine don’t use Office Theme .thmx format and can’t be created using PowerPoint like it was case before. New themes are based on set of xml files stored in Theme Gallery “15” subfolder (on relative path _catalogs/theme/15):