ngOfficeUiFabric v0.7.0 Released - Three New Directives
ngOfficeUiFabric library v0.7.0 is out! This release includes three new directives, bringing us to a total of twenty-four (24) directives!
Here you’ll find articles I’ve written on various topics, including Microsoft 365, Microsoft Azure, and related topics for web & cloud developers.
ngOfficeUiFabric library v0.7.0 is out! This release includes three new directives, bringing us to a total of twenty-four (24) directives!
ngOfficeUiFabric library v0.7.0 is out! This release includes three new directives, bringing us to a total of twenty-four (24) directives!
This post is part of a series of articles on my ngOfficeUIFabric - How we did it. The other posts in this series can be found here: ngOfficeUIFabric - How we did it.
Learn what we consider good pull requests & how we merge them in ngOfficeUIFabric. You will notice we aren’t doing or saying anything all that unique.
Learn how we keep a very clean commit log, one that is self-documenting, one that is very easy to read and quickly identify when and where stuff happened.
Today we released v0.5.0 of the ngOfficeUiFabric. This release includes two new directives, bringing us to a total of seventeen (17) directives!
I think when companies do good things, they deserve credit for it. When Microsoft embraced the open source community, I was pleasantly surprised and shared how I’d been feeling about the change …
Today we released v0.2.0 of the ngOfficeUiFabric library. This release includes four (4) new directive bringing us to a total of ten (10) directives!
Listen to my interview on the Adventures in Angular podcast, where I discuss using Angular within Office Add-ins and the Office UI Fabric.
Gulp is a task runner that uses JavaScript to glue plugins and create tasks. Unlike MSBuild, it favors code over configuration.
Nearly two and a half years ago, in March 2013, I relaunched my blog on the OSS CMS platform OrchardCMS. In those two+ years Orchard has had two significant releases (I went live with 1.7.1 but 1.8.2 …
OfficeUIFabric.com, an open-source project for Office UI Fabric samples, is now at v1.0.0 with full release coverage. Pascal Berger contributed typo fixes.
Discover my request for Angular directives for Office UI Fabric and the similarities I’ve observed with other design languages’ directives.
Advancing Office UI Fabric integration with Angular through community-driven projects, providing demos and references akin to Bootstrap’s ease of use.
We’ve all been there… you have a project in source control and commit your changes thinking everything is all good. But then you realize you’ve got a typo, or you left a little file …
I’ve explained this to a few people quite a few times in emails. I really want a URL to point people to so I can just point them there so here’s a blog post showing it. TL;DR The scenario …
Last week I posted about the Office UI Fabric recently released for developers creating Office 365 / Office / SharePoint applications or add-ins. In that post I mentioned a sample app that I created …
My post about SharePoint not being a Platform, instead it’s a service SharePoint is a Service sparked discussion. In this post is a rebuttal to feedback.
As a developer of Office 365 & SharePoint app, I stress the importance of having a design language. Learn why it is crucial for your Add-ins & web apps.
Office Add-in development is made easy with Visual Studio, but limited to Windows users. Developers can create add-ins and deploy them easily.
As a SharePoint developer for 12 years, I share my thoughts on the current state of SharePoint development, anticipating diverse reactions.
In my last post I showed how I set up Visual Studio Code to support debugging a Yeoman generator to easily stub out a Node.js web server locally that can serve HTTPS requests: generator-nodehttps. In …
Recently I was working on a Yeoman generator to easily stub out a Node.js web server locally that can serve HTTPS requests: generator-nodehttps. I built this using Visual Studio Code and wanted to set …
This post is part of a series of pieces on Node.js Development for .NET Developers. The other posts in this series can be found here: Node.js Development for .NET Developers In my previous post I …
This post is part of a series of pieces on Node.js Development for .NET Developers. The other posts in this series can be found here: Node.js Development for .NET Developers In my previous posts I …