Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

Posts with tag 'javascript'

A collection of 4 posts

June 8, 2021

KMailPrint, the app celebrates a million of generated PDFs

In 2012 while working at eFront, I was in charge of the development of some Microsoft Office addin projects. At that time, we leveraged the COM/VSTO technologies to craft these extensions. The next year, I heard about this new generation...

.NET azure azure static web apps C# react javascript office-addins asp.net

July 9, 2016

Programming well structured Javascript stored procedures for DocumentDB with Typescript and SystemJs

If you are using DocumentDB you may had to write your own stored procedure. A stored procedure is a function written in Javascript that runs on the DocumentDB cloud infrastructure. It may reduce performance problem or make you execute some queries that...

javascript DocumentDB typescript systemjs nosql CosmosDB BigData

May 28, 2015

Implementing the OAUTH 2.0 flow in app for office sandboxed environment

EDIT: this approach is outdated. You can have a look at the sample we released and especially in the README section we compare the different approaches https://github.com/Keluro/Office365-AddinWeb-SignInSample

HTML5 javascript OAUTH office365 office-addins

June 1, 2014

Tools for javascript TDD with Visual Studio

In this post I describe the tools that I have selected for efficient development of javascript tests within Visual Studio. Indeed, if you are developing sites with ASP.NET or Apps for Office then you are more or less committed to...

chutzpah jasmine javascript MSTest powershell Unit Testing visual studio

Benoît Patra's blog © 2024.
Powered by Jekyll.

Back to top