http://mathieukempe.myopenid.com/
Name: http://mathieukempe.myopenid.com/
Score: 31.01
Last Seen: 937 days, 21 hours, 36 minutes ago
Member Since: 31 May, 2010
DotNetShoutout
atom rss
10
Shouts

Creating a NuPack package using a Build File - Automating your build Part 4 - Marks asp.net / mvc blog

published 938 days, 22 hours, 36 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 941 days, 4 hours, 43 minutes ago
Saturday, October 23, 2010 9:27:43 PM GMT Thursday, October 21, 2010 3:20:05 PM GMT
This post is going to walk through the steps of creating a NuPack package as part of an automated build file. Previously we have created an automated build file to clean, version, compile, zip-binaries and zip-source code. If you’re now familiar with creating build files then you may want to catch up by reading these: Create a Build File for a Visual Studio Solution - MsBuild SeriesMercurial Revision No to Version your AssemblyInfo - MsBuild SeriesZipping Build Outputs using a Build File - MsBuld Se... (more)
category: Web Dev | clicked: 1 | comment | | source: markkemper1.blogspot.com
7
Shouts

Marks asp.net / mvc blog: StickyBeak Version 0.3 Released

published 958 days, 9 hours, 17 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 960 days, 6 hours, 51 minutes ago
Monday, October 04, 2010 10:46:13 AM GMT Saturday, October 02, 2010 1:12:36 PM GMT
Finally found some time to add a couple of features to StickyBeak. StickyBeak is a logging utility for asp.net websites which can log every request to your site. It provides similar features as IIS log files but provides additional logging information (which just isn’t possible with IIS logs) and easy viewing of logs via a admin page. You can also use the StickyBeak log file parser in your own code. StickyBeak records request details such as url, ip address, unique session Id,  datestamp, cookie... (more)
category: Web Dev | clicked: 4 | comment | | source: markkemper1.blogspot.com
7
Shouts

Marks asp.net / mvc blog: Jobping Url Shortener – Version 0.6

published 958 days, 9 hours, 17 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 960 days, 3 hours, 27 minutes ago
Monday, October 04, 2010 10:46:13 AM GMT Saturday, October 02, 2010 4:36:07 PM GMT
We have just checked in our latest version of the Jobping Url Shortener, version 0.6. This version resolves an important issue raised by @nato24. Nato24 asked “Have you guys implemented a solution for obscenities in your short url encoder?” . Thanks nato24 & Good question! Our short urls are too short at the moment to create any four letter words(yet!) but it was just a matter of time before all possible 4 letter words were used. So, in this release we have decided to remove all vowels (‘a’, ‘e’,... (more)
category: Web Dev | clicked: 4 | comment | | source: markkemper1.blogspot.com
7
Shouts

Jobping.com goes global

posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 962 days, 8 hours, 27 minutes ago
Thursday, September 30, 2010 11:36:13 AM GMT
Today we are happy to announce that Jobping.comis going global. After some hard work we are finally able to offer to our users the possibility to publish their job posts for any location in the world! Which new location after Australia will be the first? As a reminder, Jobping is still in Beta and so totally free. Here is the announcement of the global launch from Jobping blog News of a niche Job board for Microsoft Professionals spread quicker than we thought and we have received multiple requests f... (more)
category: Agile | clicked: 2 | comment | | source: www.laurentkempe.com
tags: .NET, jobs, Microsoft
7
Shouts

Laurent Kempé | From WPF functional Unit Tests to Specifications using MSpec and White

published 1073 days, 9 hours, 45 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1074 days, 3 hours, 40 minutes ago
Friday, June 11, 2010 10:18:48 AM GMT Thursday, June 10, 2010 4:23:17 PM GMT
I am in the train back home and wanted to try out quickly to migrate our WPF functional tests written has Unit Tests to BDD Specifications. Here is the code I started from, pure Unit Test using NUnit and White[Test] publicvoid OpeningValidVersionZip() {     OpenAndWait("Product.zip");     Assert.That(MainWindow.Title.Equals("Product.zip - Innoveo Skye® Editor"));     Assert.That(Status.Text.Equals("product"));     Assert.That(ProductTree.Nodes.Count >= 1);     Assert.IsFalse(SplashScre... (more)
category: UX | clicked: 0 | comment | | source: www.laurentkempe.com
tags: NUnit, white, MSpec, BDD
9
Shouts

Laurent Kempé | Build .NET projects from Windows Explorer using MSBuild Launch Pad (mPad)

published 1078 days, 5 hours, 42 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1080 days, 11 hours, 35 minutes ago
Sunday, June 06, 2010 2:21:02 PM GMT Friday, June 04, 2010 8:28:54 AM GMT
In September 2009 I posted about a tool I am using to build my MSBuild projects from the shell “Build your .NET project with a right click in Windows Explorer” Last week I changed to MSBuild Launch Pad (mPad) which also add a context menu when you right click your project or solution files. The added value for me is that it maintained project, 1.0 was released on May 21, 2010 with following release notes:Support sln, csproj, vbproj, vcxproj, shfbproj, ccproj, oxygene and proj files execution.Basic sett... (more)
category: Agile | clicked: 1 | 1 comment | | source: www.laurentkempe.com
tags: MSBuild, Visual Studio, Tools
7
Shouts

Laurent Kempé | Build and Deployment automation, VCS Root and Labeling in TeamCity

published 1081 days, 10 hours, 40 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1082 days, 3 hours, 49 minutes ago
Thursday, June 03, 2010 9:23:17 AM GMT Wednesday, June 02, 2010 4:15:02 PM GMT
As you might now from reading my blog I tend to automate as much as I can. Why? Because I hate to do repetitive tasks. First because it is boring, at least for me, and as a developer we have more interesting things to do. Second because executing repetitive tasks tend to be error prone. So last week I decided that it was enough for me to have to create manually a subversion tag for Jobpingweb site then also took the time to do the same for my portal Tech Head Brothers. At Jobping we are using TeamCi... (more)
category: Agile | clicked: 1 | comment | | source: www.laurentkempe.com
6
Shouts

Laurent Kempé | Using Gmail as TeamCity smtp server

posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1084 days, 3 minutes ago
Monday, May 31, 2010 8:00:37 PM GMT
Some time ago when I had to reinstall our Jobping Continuous Integration server, which is Team City I also decided not to reinstall any smtp server but to use Gmail server. Here is the configuration that I used, which worked perfectly for me Use SMTP port 465 and TLS (SSL) ! (more)
category: Agile | clicked: 1 | comment | | source: www.laurentkempe.com
tags: TeamCity 5.0, TeamCity