5,252 reputation
1523
bio website extremesharepoint.com
location India
age 33
visits member for 1 year, 8 months
seen 16 hours ago
stats profile views 448

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.


1d
awarded  Nice Answer
Jun
3
answered How to get SPSite in ASP.NET Web Site Project
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