Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

October 7, 2015

TeamCity on Windows Azure VM part 2/2 - enabling SSL with reverse proxy

In the previous post we explained how to install a TeamCity server on a Windows Azure Virtual Machine. We used an external SQL Azure database for the internal database used by Teamcity. The first post ended with a functional TeamCity...

azure iis sql azure ssl teamcity web sockets

September 21, 2015

TeamCity on Windows Azure VM part 1/2 - server setup

TeamCity is a continuous integration (CI) server developed by Jetbrains. I have worked with CruiseControl and Hudson/Jenkins and, to my point-of-view, TeamCity is beyond comparison. I will not detail all the features that made me love this product, let me sum up...

azure azure sql jetbrains reverse proxy teamcity windows azure

June 30, 2015

My WPF/MVVM "must have" part 3/3 - On view model unit tests organization

One of the great advantage of the MVVM pattern is that it allows you to test the Graphic User Interface logic of the application through the view models. The latter ones are in charge of ‘presenting’ the data to your...

C# MOQ MVVM TDD unit tests UnitTest WPF

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

April 7, 2015

My WPF/MVVM "must have" part 2/ 3 - No Resharper binding error in XAML code

This second post of the “WPF must have” series deals with Resharper and its ability to find binding errors in XAML.

.NET C# MVVM resharper XAML

Newer Posts Page 3 of 6 Older Posts

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

Back to top