Tag - office365

SharePoint ToolBox 125 – Teams Sample App in C#, Office 365 CLI, SharePoint PnP 01-2018

Microsoft Teams Csharp Sample App

A template for building complex bots for Microsoft Teams – C# version

Office UI Fabric React

The React-based front-end framework for building experiences for Office and Office 365. Fabric React is a responsive, mobile-first collection of robust components designed to make it quick and simple for you to create web experiences using the Office Design Language.

New version of Office 365 CLI (v0.4.0)

Microsoft has just published a new version of the Office 365 CLI with more commands, support for building scripts and completing your input when using the CLI directly in the shell.

Office 365 CLI is a cross-platform CLI that allows you to manage various configuration settings of Office 365 no matter which operating system you use. While building solutions for Office 365 expands beyond the Windows operating system, managing many of the platform settings is possible only through PowerShell on Windows. As more and more users work on non-Windows machines, it’s inconvenient for them to have to use a Windows virtual machine to configure their tenants. The Office 365 CLI allows them to configure their tenants no matter which operating system they use.

SharePoint Patterns & Practices – January 2018 update

SharePoint Dev Ecosystem / SharePoint Patterns and Practices (PnP) January 2018 update is out with a summary of the latest guidance, samples, and solutions from SharePoint engineering or from the community for the community. This post contains all the details related to what was included with the release and what else has been happening in the SharePoint Dev ecosystem during the past month.

SharePoint ToolBox 110 GitHub Stuff

[GitHub] SharePoint DisplayTemplates/Search Display Templates

This repository contains contains Display Templates created by the community. Templates have been divided into their areas of use, Search and JSLink.

[GitHub] Matter Center for Office 365

Microsoft’s Corporate, External, and Legal Affairs (CELA) group, in partnership with the Office extensibility team, developed Matter Center for Office 365 — a document management and collaboration solution built using the Office app development model, Azure and Sharepoint. https://www.microsoft.com/en-us/legal/productivity/mattercenter.aspx

[GitHub] SPMeta2

The most comprehensive, enterprise-ready framework for provisioning SharePoint artifacts on SharePoint 2010, 2013 and O365. SPMeta2 is a code-first provision library supporting the provision of more than 120 artifacts in robust, highly repeatable and testable way while leveraging either one of the CSOM or SSOM SharePoint runtimes. Here is a few facts about it:

  • Broad support of SharePoint 2010, 2013, O365, CSOM/SSOM
  • No vendor lock-in: open source at GitHub
  • Developer-friendly: fluent API, DSL and extensibility
  • Visual Studio integration: project and item templates
  • Documented: API samples, guidances and documentation
  • Enterprise ready: regression tests, localization, SLA

 

SharePointToolbox 96 ContosoSales For PowerBI and Free eBook

ContosoSales For PowerBI

This download includes the Contoso Sales for Power BI Designer.pbix sample Power BI Designer file. This file includes over two million rows of sales data for the fictitious company, Contoso Inc.. You will not be able to access the actual data source. All data is stored within the file’s model and can only be viewed in Power BI Designer.

Free ebook: Microsoft Azure Essentials: Azure Machine Learning

This book focuses on providing essential information about the theory and application of data science principles and techniques and their applications within the context of Azure Machine Learning Studio. The book is targeted towards both data science hobbyists and veterans, along with developers and IT professionals who are new to machine learning and cloud computing.

 

 

 

SharePoint ToolBox 63

APVA Office 365 GUI Manager

APVA Office 365 GUI Manager is a free tool for managing simple tasks in Microsoft Office 365 online without the hassle to get into PowerShell right away. Things like a simple password reset on users or managing mailbox permissions as ‘full mailbox access’ and ‘send as’ permissions I like to do easy.

_api JSON Viewer

One of the first things you wish for when working with SharePoint 2013 REST api, is a way to display the raw data, so you know what you have to work with. The _api JSON Viewer app is the tool that does exactly that, with a very user-friendly display and simple functionality. It even allows you to view JSON data across the site collection and every apps. This is a must have app for anyone working with the SharePoint 2013 REST _api. This app is for viewing purpose only and do not make it possible to change data.

Available in the Office App Store!

Fusion Charts Free for SharePoint

Fusion Charts Free for SharePoint (FCFS) provides a set of 22 different charts (2D & 3D) that integrates easily into your SharePoint environment (WSS 3.0 / MOSS 2007 / Sharepoint Foundation 2010 / Sharepoint Server 2010).

menu4web

menu4web – free javascript menu and sharepoint web parts. Good way to start with menu4web is to go to http://menu4web.codeplex.com/releases and get menu4web examples (menu4web.zip) file. Extract it into a folder on your computer and run index.html. This is just JavaScript. It does not require any server side support. M4W 2010 and 2007 web parts allow to display content from SharePoint lists in menu4web.

SharePoint Toolbox #005 Cloud4Brain

//mit Michael Greth

Cloud4Brain – kommerzielle SharePoint Lösung für Ideenmanagement der MindBusiness GmbH

Die MindBusiness Cloud4-Apps unterstützen u.a. zentrale Prozesse, wie beispielsweise die Ressourcenplanung, die strategische Entscheidungsfindung oder ein kreativ-übersichtliches Ideenmanagement. Die Silverlight-Anwendungen laufen unter SharePoint Foundation 2010, SharePoint Server 2010 und im SharePoint in Office 365.

Info über die Cloud4App Produktreihe auf Office365Berater.de

SharePoint ToolBox 48 special 365tube

365tube

Last weekend I saw a demonstration of this cool application at the ShareCamp 2012 in Munich: 365Tube – a cloud-transition of the MOSS2007 podcast kit (PKS). It’s a Codeplex project so you can download the whole source code!

Using the code and instructions everyone can setup a private youtube-like video library, e.g. for enterprise-2.0 – in a few hours, completely built on cloud components. It also demonstrates how application design has changed from code-centric (in original pks) to service-centric cloud-modules, scaling from a handful of users up to 10.000s.

Documentation

Target audience

O365 subscribers who wonder how the SP online part can be used (better) or how applications should be build on SP online
O365 propects wondering whether or not to take the SP online module – and what kind of business impacts they can expect if they do
All users looking for an up-to-date replacement of the original PKS

Readiness

The first version of this PoC is a WSP file and a documentation how to set it up on Office 365. For high scalability and storage considerations Office 365 service was extended with the video transcoding service Transloadit.com and the cloud storage Amazon S3.
This example shows how easily such a scenario can be build – and modules can be substituted by similar ones, e.g. replace transloadit/S3 by recently announced Azure Media Services.

 

I have recorded the whole session for the SharePointPodcast which will be online later this week. The session was in German.

SharePoint ToolBox 47

Camelot Integration Toolkit for SharePoint

Camelot Integration Toolkit simplifies integrations between SharePoint and other solutions, platforms and languages, e.g. PHP and Java. It provides a set of standards for querying and transferring list and library data using standard SQL syntax and CamelotXml via WCF services.

The toolkit is based on the Camelot .NET Connector for Microsoft SharePoint (http://www.bendsoft.com/net-sharepoint-connector/). It’s a standard ADO.NET driver for SharePoint that makes it possible to query SharePoint lists and document libraries using standard SQL commands, such as SELECT, INSERT, UPDATE, DELETE, SHOW TABLES, SHOW FIELDS, etc. The great thing about the connector is that it allows anyone with basic SQL knowledge to work with SharePoint without any prior experience of sites, lists, views or document libraries.

SPSiteInstaller (updated version 1.3)

This Project contains a set of PowerShell 2.0 Scripts for SharePoint 2010. Using PowerShell, and a Config file to control all the aspects you can automate building a full web structure.

Office 365 Google Analytics

This sandbox solution enables google analytics everywhere in your site collection. This allows you to use the google analytics reporting on all your Office 365 sites.

Office 365 Mobile Access Enables for Public Sites & Blogs

This sandbox solution enables mobile access on Office 365 sites.

Office 365 Anonymous Access Manager Sandbox Solution

The sandbox solution enables you to manage anonymous access of lists on Office 365. It allows setting read, modifying and adding rights.