Join us at the Global Microsoft 365 Developer Bootcamp in Vienna!

Join us at the Global Microsoft 365 Developer Bootcamp in Vienna!

We are excited to kick off the Global Microsoft 365 Developer Bootcamp in Vienna, Austria, on November 27, 2019! The Microsoft MVPs and community leaders invite YOU to attend this cost free developer bootcamp to learn the latest on Microsoft 365 platform such as Microsoft Graph, SharePoint Framework, Microsoft Teams, Bots, Actionable Messages and more. Learn how to apply the latest technologies to your future projects! The Global Microsoft 365 Developer Bootcamp takes place at the Microsoft Office in Vienna: ...

October 5, 2019 · 1 min · Toni Pohl
Use Visual Studio Code and the Code Runner extension

Use Visual Studio Code and the Code Runner extension

Visual Studio Code (currently, Version 1.22 is available) is a very cool developer tool providing a modern and fast code editor with a bunch of extensions. With extensions as Code-Runner, it’s easy to run a code file or active text directly from the VS Code text editor. Check out this quick description how to configure and use Code Runner. If you are new to VS Code, at a glance: To install the latest version of VS Code, get the download for Windows, Linux or macOS. To run a command, launch the Command Palette with F1 or Ctrl + Shift + P, run Quick Open by pressing Ctrl + P, etc. See all keyboard shortcuts at Windows, macOS and Linux. ...

April 8, 2018 · 3 min · Toni Pohl
Visual Studio Extension for SharePoint Framework

Visual Studio Extension for SharePoint Framework

Developers who are not familiar with the new tooling for creating SPFx apps now get support by the new Visual Studio Extension for SharePoint Framework, available in the Visual Studio marketplace. Check it out at https://marketplace.visualstudio.com/items?itemName=SharePointPnP.SPFxProjectTemplate The description describes the functionality as “The Visual Studio Extension for SharePoint Framework wraps the command-line UI of the Microsoft Yeoman Generator (yo @microsoft/sharepoint) into a familiar Windows Forms experience, executes the generator project scaffolding behind the scenes and creates a Visual Studio project that includes all the necessary files for a complete web part project. Also included is a web part item template for adding new web parts to an existing Framework project. Developers can launch the Workbench local sandbox environment to test their web parts by pressing F5 or by binding to the Gulp Serve event in the Task Runner Explorer.” ...

November 4, 2017 · 1 min · Toni Pohl
SharePoint Framework Developer Preview Release is here

SharePoint Framework Developer Preview Release is here

After the announcement on May 4th at the Future of SharePoint event, now the first public developer preview of the SharePoint Framework is available. The SharePoint Framework enables developers to build client-side web parts using “modern script development tools” – this means Javascript and related web components and tools. The new SharePoint Workbench allows developers to test and deploy client-side web even offline! Read the details in the Office Dev Center in SharePoint Framework Developer Preview Release! ...

August 18, 2016 · 1 min · Toni Pohl
Monaco Editor in eigene Web-Apps integrieren

Monaco Editor in eigene Web-Apps integrieren

Visual Studio Code verwendet ihn. Und man kann ihn auch selbst in eigenen Projekten verwenden: Den unglaublich coolen Monaco-Editor! Dieser Editor ist ein browser-basierter Code Editor, mit IntelliSense für JavaScript, JSON, HTML, CSS, Less, Sass, C# und TypeScript Support und vielem mehr. Und er kann in eigenen Web-Apps verwendet werden. Eine detaillierte Beschreibung des Monaco-Editors ist unter (Visual Studio Code) Editing Evolved vorhanden. Hier werden die coolen Features des Editors und Tipps und Tastenkombinationen beschrieben. ...

August 5, 2016 · 2 min · Toni Pohl
Einführung in das neue SharePoint Framework

Einführung in das neue SharePoint Framework

Passend zu meinem letzten Blogpost mit dem Hinweis zum Office 365 Developer Podcast möchte ich Software-Entwicklern das neue SharePoint Framework vorstellen. Doch schön der Reihe nach… Mit der Vorstellung von SharePoint 2016 Anfang Mai (siehe Future of SharePoint) hat Microsoft ein neues Entwicklungsmodell für SharePoint vorgestellt: Das SharePoint Framework. Anstelle von Server-seitigem Development (so, wie es von der ersten SharePoint Version mit ASP und ab 2003 ASP.NET – mit Ausnahme des neuen App Modells - bis heute der Fall war…) tritt nun Client-seitiges Development. Für Entwickler bedeutet das in einem Wort gesagt: Javascript! ...

July 28, 2016 · 4 min · Toni Pohl
Visual Studio Code den Run-Button für Websites beibringen

Visual Studio Code den Run-Button für Websites beibringen

Visual Studio Code ist eine feine Sache. Das kostenlose Entwicklungssystem für Windows, OS X und Linux ist unter https://code.visualstudio.com downloadbar und stellt neben einem sehr leistungsfähigen Editor mit IntelliSense und Debugging, Git-Support und Extensions auch Runtimes für Node.js, .NET Core, Unity und Office bereit. Apropos Runtime: Wie sieht es mit Webprojekten aus? Das müssen wir Visual Studio Code erst beibringen… Visual Studio Code for all Für alle jene, die neu in Visual Studio Code (VSC) sind, informiert die Startseite The Basics of Visual Studio Code über den Editor und seine Leistungsfähigkeit. ...

July 28, 2016 · 4 min · Toni Pohl
TypeScript 2.0 Beta

TypeScript 2.0 Beta

Das Microsoft TypeScript Entwicklungsteam war fleißig und hat gestern im MSDN Blog die TypeScript 2.0 Beta-Version angekündigt, siehe Announcing TypeScript 2.0 Beta. Neuerungen in TypeScript Version 2 sind unter anderem Non-nullable Types, Easier Module Declarations, Control flow based type analysis, The never type, Read-only properties and index signatures, Glob support in tsconfig.json , Wildcard character in module names, Support for UMD module definitions und vieles mehr. Im Detail gibt es die Neuerungen im GitHub Wiki von Typescript nachzulesen: ...

July 12, 2016 · 1 min · Toni Pohl
Javascript vereint Microsoft und Google

Javascript vereint Microsoft und Google

Hört, hört: MSFT und Google packeln und entwickeln gemeinsam AngularJS 2.0 – mit TypeScript! Auf der ng-conf in Salt Lake City Anfang März haben Microsoft und Google ihre diesbezügliche Zusammenarbeit bekannt gegeben, schreibt S. Somasegar, Corporate Vice President of the Developer Division at Microsoft, in seinem Blog in TypeScript <3 Angular. “…For the last several months, the Microsoft TypeScript and Google Angular teams have been working closely together. …and that Angular 2, the next version of the popular JavaScript library for building web sites and web apps, will be developed with TypeScript…” ...

March 10, 2015 · 2 min · Toni Pohl