I’ve heard about Power BI and Power BI Desktop a lot, but have never tried these tools before. So I decided to make an analysis of some popular questions and answers forum - http://sharepoint.stackexchange.com with help of Power BI Desktop. If you are SharePoint person (developer, admin, power user, etc.) that’s a big chance that you have visited this site.....

SharePoint

HI! If you have any questions, suggestions, found a bug, please - mail me directly through the contact form of the site (the fastest way) \- OR - use "Contact Developer" section of the app (the fastest way) - OR - leave your thoughts in the comments to this post (the slowest way) Thanks!

Uncategorized

This Privacy Statement sets out how MastekApps uses and protects any information that you give me when you use my apps. - Cookies MastekApps don't use cookies to store your data - Information Collected MastekApps don'tcollects and/or transmits user information

Apps

HI! If you have any questions, suggestions, feature requests, found a bug, feel free to: - mail me directly through the contact form of the site (the fastest way) OR - use "Contact Developer" section of the app (the fastest way) OR - use GitHub "Issues" - FAQ Page Issues (the fastest way) OR - leave your thoughts in the comments to this post (the slowest...

Apps

Hi all! You clicked ribbon buttons a lot in SharePoint 2010. Sometimes, you as developer are interested in what code is executed when particular button is clicked. I’m going to show how you can easily find particular js handler for any ribbon button. For example, imagine you want to find what code is fires when you click “Edit HTML Source” drop down button.....

JavaScript

Hi all! Sometimes during spdevelopment you may need to dig into OOB SharePoint javascript files and look how they work. As you may know, under layouts folder in 14 hive there are also debug versions of javascript files. When you are debugging you solution in visual studio by pressing F5 it might automatically replace standard js files with it debug versions,...

SharePoint 2010

Hi all! This is my revisited post from this one. I am going to show how we can call and test feature upgrade methods directly in visual studio. Lets start. We need visual studio and CKS Dev extensions. CKS Dev adds additional deployment steps into your sharepoint project. Among them Upgrade Solution. This command simply run Update-SPSolutioncmdlet(or may be....

SharePoint 2010

Hi all! Based on this sharepoint.stackexchange question. May be in some reasons you want to disable all drag-and-drop event for your calendar list. I don’t know if it possible through C# code, but it’s possible through javascript. In or through code (don’t forget about proper disposing): And that’s it. This code disables drag and drop for events for month,.....

SharePoint 2010