sharepointtalk.net
SharePoint Talk: Januar 2015
http://www.sharepointtalk.net/2015_01_01_archive.html
Montag, 12. Januar 2015. O365 Groups – new feature. Opening a document attached to a Group discussion is showing a new feature. The document opens in Office WebApps and the discussion thread is showing at the right side. Diesen Post per E-Mail versenden. Sonntag, 4. Januar 2015. The anatomy of Office 365 Groups. Microsoft released a new feature called „Groups“. This article is about the anatomy of this feature, the architecture and the structures in the backend. Then we can use this commands:. After a ne...
bramdejager.wordpress.com
How to: Detect the installed SKU of SharePoint with PowerShell | Bram de Jager talking Office 365, SharePoint and Azure
https://bramdejager.wordpress.com/2014/07/23/how-to-detect-the-installed-sku-of-sharepoint-with-powershell
Bram de Jager talking Office 365, SharePoint and Azure. My view and thoughts on Productivity and more. How to: Detect the installed SKU of SharePoint with PowerShell. Do you need to know which SharePoint SKU or edition is installed on your server? Are you sure your product is not running the trial version? Do you need SharePoint 2010/2013 SKU and/or patch level information from your customer or IT department? You can use the Get-SPEdition PowerShell script. Search Server Express 2010. Office Web Apps 2010.
sharepointtoolbox.de
ToolBox – SharePoint ToolBox
http://www.sharepointtoolbox.de/blog/category/toolbox
TlBx Autor Max Melcher. TlBx Autor Michael Greth. Tools, Addons und nützliche Helfer für SharePoint. TlBx Autor Max Melcher. TlBx Autor Michael Greth. SharePoint ToolBox 112 SharePoint Framework Developer Preview. SharePoint Framework Developer Preview. The SharePoint Framework is a Page and Part model that enables client-side development for building SharePoint experiences. It facilitates easy integration with the SharePoint data, and provides support for open source tooling development. This project pr...
sion.eu.com
Development Tools | S. J. Lewis
http://www.sion.eu.com/development/development-tools
Siôn Lewis' site about web development, SharePoint and other stuff…. Visual Studio Extensions & Add-ons. Debug Diagnostic Tool v2.0. U2U Caml Query Builder. Script Browser and Script Analyzer 1.4. Office 365 API Tools – Preview. SharePoint 2013 Search Query Tool. Microsoft SQL Management Studio. Content and Structure Report for All Checked Out Files. Usefull SharePoint Online Links. Cheat Sheet: Fixing SharePoint Page Layouts containing Webpart with the same ID. Proudly powered by WordPress.
jussiroine.com
Recommended approach to provisioning content types in SharePoint 2010, 2013 and SharePoint Online | Jussi Roine
http://www.jussiroine.com/2014/11/recommended-approach-to-provisioning-content-types-in-sharepoint-2010-2013-and-sharepoint-online
My upcoming talks and sessions. August 28, 2014. Understanding and getting started with Office 365 Video portal. November 18, 2014. Recommended approach to provisioning content types in SharePoint 2010, 2013 and SharePoint Online. November 6, 2014. What is a content type? Instead of re-hashing what’s already written very nicely on MSDN, here’s a nice quote explaining what a content type is. Note that this is for SharePoint Foundation 2010 but the same information applies to newer versions. This is a hard...
sharepointtalk.net
SharePoint Talk: The anatomy of Office 365 Groups
http://www.sharepointtalk.net/2015/01/the-anatomy-of-office-365-groups.html
Sonntag, 4. Januar 2015. The anatomy of Office 365 Groups. Microsoft released a new feature called „Groups“. This article is about the anatomy of this feature, the architecture and the structures in the backend. For common information and the ideas behind Groups check out this link: http:/ blogs.office.com/2014/09/25/delivering-first-chapter-groups-office-365/. This starts a dialog for to collect the needed information’s like Name, Privacy settings etc. Then we can use this commands:. We can also see tha...
zimmergren.net
Office 365 Dev Tip - Getting Add-in (App) Information for Add-ins (Apps) on a specific Web |Zimmergren's thoughts on tech
https://zimmergren.net/technical/office-365-dev-tip-getting-add-in-app-information-for-add-ins-apps-on-a-specific-web
Here’s yet another quick tip for the CSOM developer in SharePoint online. I came across a discussion about retrieving information about which apps were used/installed on a certain site. There’s a lot of people who want a simple indicator, notification/alert or list when new apps are deployed or removed globally and don’t want to complicate things. Well, here’s an easy way to find out exactly which apps are installed on a specific web. In order to run the code in the snippet you should already have:.
zimmergren.net
Tools for your SharePoint 2013 development toolbox |Zimmergren's thoughts on tech
https://zimmergren.net/technical/tools-for-your-sharepoint-2013-development-toolbox
If you think I’ve missed out on some great tools, let me know by commenting on the article and I’ll make sure to include it in the post. Here’s a brief list of tools that I would recommend for any SharePoint. Solution developer. At the very least, I would assume that you already have Visual Studio 2012 or Visual Studio 2013. Autogenerate the actual CAML Query. Autogenerate Server OM code. Autogenerate CSOM .NET code. Autogenerate CSOM REST code. Autogenerate Web Service code. If you investigate the tool ...
zimmergren.net
Office 365 Dev Tip - Get Subsite Count per Site Collection with the Office 365 (CSOM) API |Zimmergren's thoughts on tech
https://zimmergren.net/technical/office-365-dev-tip-get-subsite-count-per-site-collection-with-the-office-365-csom-api
Here’s a quick tip for when working with the .NET managed CSOM for Office 365 dev (with SharePoint Online). In a few cases and projects I’ve been involved with, I see code that iterates through each site collection and then iterates through each Web recursively in order to return a count of total subsites in the Site Collection. Well, with the Client Site Object Model (CSOM) it is possible to fetch only properties for a site in your tenant. One of those properties is called WebsCount. Create a new Micros...