Benoit Patra's Picture

Benoît Patra's blog

Discussions on software engineering and machine learning

  • Home
  • Archives
  • About
  • Academic (past)

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

app-for-office 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

January 18, 2015

My WPF/MVVM "must have" part 1/ 3 - working with design time data

This is the first post of a series in three parts where I will discuss what are the “must have” of any of my WPF/MVVM projects. This one is about dealing with design time data with the framework MVVM light. The sample...

C# Design MVVM WPF XAML

Newer Posts Page 3 of 6 Older Posts

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

Back to top