Shantha Kumar T
Learnings & Technical Adventure from ShanthaKumar
Learnings & Technical Adventure from ShanthaKumar
SharePoint Developers vs Browser Console
Now a days, Browser comes with lot of tools and provides n number of features. Like that browser’s developer console opens a lot of feasibility to developers. Debugging, validating the scripts, handling the script errors. In the same manner we…
SharePoint Version Identifier
Sometimes we deployed to new SharePoint project and there we spent some time to identify the version of SharePoint. To overcome this I have created one simple utility to identify the SharePoint version with the service packs. We can get…
Another year has gone!!!
Hello everyone, Its nice to see you again to my blog. For last few months I haven’t added any posts here, and I’m enjoying the tight schedule around me. Even though I have shared my thoughts in and around some…
Identify Unique permission of a Web Site
The following example CSOM code snippet returns the Boolean value to identify the site has inherited permission or unique permission. Web.HasUniqueRoleAssignments returns true, if the website has the unique permission Web.HasUniqueRoleAssignments returns false, if the website is inherited the permission…
Remote Identification of SharePoint Version
SharePoint has lot of hidden files and methods which provides lot of information about the server and sites. Now we can see one of the hidden area from the vast of SharePoint Sea. SharePoint sites has the hidden file which…
First version of SharePoint 2016 released
There is good news, Microsoft have released the SharePoint 2016 in a preview version on 24th of August 2015. Before the Ignite 2015 event Microsoft announced the release about next on premise environment SharePoint 2016 will become generally available on…

Apps for SharePoint
Microsoft places the lot of apps for the SharePoint and Office products. All the apps can be accessible from the location at office store. From the listed of all apps I have extracted the SharePoint apps, which comes around 891…

SharePoint Time Zone Collections from Regional Settings Page
Today I have something new in my plate, ie., explore new CSOM package release for Office 365. So I have downloaded the package as mentioned in that post and tried some coding stuff(will publish the detail post later). From the…

Azure Services and my thoughts
Two weeks before, I got some interest in Azure Services after seeing lot of tweets (@ktskumar) my following list, videos from channel9.msdn.com and more blogs. Those things got my attention and so I thought to try out other than SharePoint…
Enable USB File Transfer on Android Lollipop
Use this tutorial to successfully connect the USB file transfer from Android device and Computer. Go to Settings > Storage In the Storage option, tab the three vertical dots in top to have “USB Computer Connection” option Tab that “USB…
Restore deleted Top-Level Site or Site Collection
If the site collection user accidentally deletes the top level site, the site collection also gets deleted. This will restrict the user to access the top level site and even sub sites from the site collection. SharePoint Recycle bin feature…
Get Permission Levels associated with all Groups in Site – 1
In this post, I will show you have to get the permission level for the Groups associated to the Web Site Level using the Managed Client Object Model. Managed Client Object Model – Get Permission Levels associated with all Groups…
File Upload Control Validation not working in firefox
I have tried to validate the File Upload Control to Upload only Video files. I have used the following validation expression in Regular Expression Control. ^(([a-zA-Z]:)|(\\{2}\w+)\$?)(\\(\w[\w].*))+(.wmv|.mov|.mp4|.avi)$ The above validation is working in IE and Chrome, but the Firefox not supported…
SharePoint 2013 – New Features (Re-Index List)
SharePoint 2013 is the hot topic now in the SharePoint world. It was released with lot of new features and some of the features are extended and some of them are depreciated. Here I’ll come up with an idea to…