jitmodules.blogspot.com
Just in time SharePoint Modules: Powershell script to create group and termset in SharePoint Taxonomy Term Store
http://jitmodules.blogspot.com/2013/12/powershell-script-to-create-group-and.html
Just in time SharePoint Modules. Code snippets, useful methods from SharePoint 2010, SSRS,SSIS,ASP.NET C# . anything to do with microsoft. Powershell script to create group and termset in SharePoint Taxonomy Term Store. Wednesday, 4 December 2013. Powershell script to create group and termset in SharePoint Taxonomy Term Store. Subscribe to: Post Comments (Atom). SharePoint Server Object Model Vs Client Object Model. Andrew Connell [MVP SharePoint]. Sharepoint Tips And Tricks. Blogumulus by Roy Tanck.
jitmodules.blogspot.com
Just in time SharePoint Modules: March 2010
http://jitmodules.blogspot.com/2010_03_01_archive.html
Just in time SharePoint Modules. Code snippets, useful methods from SharePoint 2010, SSRS,SSIS,ASP.NET C# . anything to do with microsoft. Archives for March 2010. Monday, 29 March 2010. Modify an item on the top navigation menu using SharePoint API. Following my earlier post , here's an example to modify an item on the top navigation menu. This is again done through Feature. Public override void FeatureActivated(SPFeatureReceiverProperties properties). Foreach (SPNavigationNode thisnode in topnodeCol).
jitmodules.blogspot.com
Just in time SharePoint Modules: July 2014
http://jitmodules.blogspot.com/2014_07_01_archive.html
Just in time SharePoint Modules. Code snippets, useful methods from SharePoint 2010, SSRS,SSIS,ASP.NET C# . anything to do with microsoft. Archives for July 2014. Tuesday, 8 July 2014. Connect to sql server and call stored procedure using Powershell. Conn = New-Object System.Data.SqlClient.SqlConnection($sqlConnection). Cmd1 = $conn.CreateCommand(). Cmd1CommandType = [System.Data.CommandType]: StoredProcedure. Cmd1CommandText =“GetData”. Data = $cmd1.ExecuteReader(). Subscribe to: Posts (Atom).
vamsheewithyou.blogspot.com
SharePoint and .Net Development: SharePoint 2010 – Top 10 Resources to get you started
http://vamsheewithyou.blogspot.com/2010/05/sharepoint-2010-top-10-resources-to-get.html
SharePoint and .Net Development. Saturday, May 22, 2010. SharePoint 2010 – Top 10 Resources to get you started. This post contains links to download evaluation software, guides, demo virtual machines and lots more, for both Developers and IT Professionals. 1 Check out the Office 2010 and SharePoint 2010 Launch Keynote and on-demand sessions. And the SharePoint 2010 Product Site. 2 Download the SharePoint 2010 Overview Evaluation Guide. The SharePoint 2010 Professional Developer Evaluation Guide. Video se...
hristopavlov.wordpress.com
Understanding SharePoint: SPRequest | SharePoint Internals - Hristo Pavlov's Blog
https://hristopavlov.wordpress.com/2009/01/19/understanding-sharepoint-sprequest
SharePoint Internals – Hristo Pavlov’s Blog. 19 January, 2009. 8212; Tags: different threads. RPC E ATTEMPTED MULTITHREAD. 8212; hristopavlov @ 4:07 am. I am going to put together a series of ‘Understanding SharePoint’ posts and cover various important parts of SharePoint which are not very well understood or for which there is little or no information on the net. The first post will be about possibly the most important class in SharePoint called SPRequest. And others we first need to obtain an SPSite.
wethinkwebecome.blogspot.com
= SharePoint Online =: February 2013
http://wethinkwebecome.blogspot.com/2013_02_01_archive.html
February 21, 2013. UserName showing up as DomainName UserName. Set-SPUser -Identity ‘Domain Name’ -DisplayName ‘Full Name' –Web. Set-SPUser -Identity ‘Domain Name’ –Web. Notes: If logged in to Trusted Site - gets exact AD info, otherwise domainname username. Subscribe to: Posts (Atom). UserName showing up as DomainName UserName. Sharepoint Tips And Tricks. Taxonomy field value doesnt set. Simple template. Powered by Blogger.
wethinkwebecome.blogspot.com
= SharePoint Online =: February 2012
http://wethinkwebecome.blogspot.com/2012_02_01_archive.html
February 29, 2012. SharePoint 2010 Sandboxed Solution. Http:/ latenightsp.wordpress.com/2011/10/03/sharepoint-sandbox-limitations/. Http:/ blogs.salmanghani.info/? Http:/ soumya-sharepointblog.blogspot.com/2010/01/sharepoint-2010-sandbox-solutions.html. Http:/ www.sharepointbriefing.com/features/article.php/3930341/5-Things-You-Cannot-Do-in-a-SharePoint-2010-Sandboxed-Solution.htm. Microsoft.SharePoint.dll APIs That Are Available from Sandboxed Solutions:. February 24, 2012. 2 With SharePoint Designer op...
chrissyblanco.blogspot.com
El Blanco's Office 2007 Blog: October 2006
http://chrissyblanco.blogspot.com/2006_10_01_archive.html
El Blanco's Office 2007 Blog. Friday, October 13, 2006. Sgenexe" exited with code 1. Not a MOSS 2007 blog post as such, but an irritating bug I found whilst developing a MOSS application using VS.NET 2005. Building in debug has worked fine for many weeks now, eventually I've got around to building a release build. Two of the projects in my solution contain web references to a web service and both of these projects were failing with the error: " sgen.exe exited with code 1. Is passed the /assembly. Erika ...
chrissyblanco.blogspot.com
El Blanco's Office 2007 Blog: September 2006
http://chrissyblanco.blogspot.com/2006_09_01_archive.html
El Blanco's Office 2007 Blog. Thursday, September 07, 2006. Weird Exception when Creating a Web Programatically. Sorry I haven't posted for a long time, but I've been mega-busy working on various SharePoint goodies and haven't found the time . . . AnalysisSite = new SPSite(DealSiteHelper.AnalysisWebURL);. AnalysisWeb = analysisSite.OpenWeb();. AnalysisWeb.AllowUnsafeUpdates = true;. SPWeb newWeb = analysisWeb.Webs.Add(webUrl, title, title, 1033, "STS", true, false);. At Microsoft.SharePoint.Workf...At Mi...
SOCIAL ENGAGEMENT