5,244 reputation
1522
bio website extremesharepoint.com
location India
age 33
visits member for 1 year, 7 months
seen yesterday
stats profile views 443

I am a SharePoint consultant from India. I have been working on SharePoint since 2005. My passion lies with Software Architecture, Design Patterns and Physics. Recently, I developed interest in Project and People management as well.


May
13
answered Where to expose the data within a web part via a web service
May
8
awarded  Popular Question
May
7
awarded  Popular Question
Apr
22
comment ResolvePrincipal vs SearchPrincipal
Try below correction in your code : var users = Utility.SearchPrincipals(_clientContext, _clientCOntext.Web, nameStart, PrincipalType.user, PrincipalSource.All, null, 10); _clientContext.ExecuteQuery();
Apr
10
comment How to use dynamic or relative path in SPList object?
Have the list in current web and use SPContext.Current.Web.Lists["<your-list-name>"]; Although this is less preferred way in case your web is having a lot of lists.
Apr
8
answered Server timeout issue when getting 500000 records from SharePoint 2010 list
Apr
8
answered How to use dynamic or relative path in SPList object?
Mar
28
answered Sharepoint Development Environment Windows Azure
Mar
22
answered Is it possible to have CAML Join without Lookup Columns?
Mar
22
comment Javascript doesn't work for the users except System admin
Try to move your jquery.js to style library folder
Mar
21
awarded  Necromancer
Mar
20
awarded  Custodian
Mar
20
reviewed Approve suggested edit on Enhanced rich text and Web Parts
Mar
18
comment Error while pdating Master Page through JavaScript Client Object Model using SP 2013 App
try using server relative url for master page as well
Mar
17
comment Sharepont 2013 - NTLM Logout
did you test it from internet or in your organization network?
Mar
17
comment Sharepont 2013 - NTLM Logout
Are you using ADFS?
Mar
17
answered Sharepont 2013 - NTLM Logout
Mar
17
answered Enhanced rich text and Web Parts
Mar
15
comment Note: Due to heavy load, the latest workflow operation has been queued. It will attempt to resume at a later time.
see the usage on your DB server
Mar
15
answered SharePoint 2010: What is the difference between backing up a Site Collection and exporting a Site Collection?