mathieukempe
Name: mathieukempe
Score: 26.04
Last Seen: 1126 days, 12 hours, 49 minutes ago
Member Since: 4 May, 2010
DotNetShoutout
atom rss
9
Shouts

Laurent Kempé | ASP.NET MVC 2, MSpec and Watin

published 1125 days, 7 hours, 35 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1126 days, 12 hours, 58 minutes ago
Thursday, May 20, 2010 11:35:34 AM GMT Wednesday, May 19, 2010 6:12:43 AM GMT
The other day I posted about “Automated functional tests using Watin and MSpec” which we do at Jobping as a spike to automate our functional tests on our ASP.NET MVC 2 site. Yesterday evening I was facing an issue in my base class WebBaseSpec which led to really strange side effects. Basically when I was running one unit test alone it was Green, running all or more than one unit test will fail miserably with the well known STA issue of Watin. So I thought that I had an issue with the ReSharper MSpec pl... (more)
category: Web Dev | clicked: 2 | comment | | source: www.laurentkempe.com
7
Shouts

Marks asp.net / mvc blog: Set Default Outgoing Repository with hg (Mercurial)

posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 1127 days, 11 hours, 39 minutes ago
Tuesday, May 18, 2010 7:32:05 AM GMT
Firstly if you are new to Mercurial check out http://hginit.com/ its a brilliant little Mercurial tutorial. When creating a hg repository locally, at some point later, I often need to set the default outgoing repository to push out my changes. Creating projects locally using hg (hg init) without cloning from anther location is ideal for playing with new projects locally and having your source code version controlled. There are so many times where I spend about 10 minutes going down a path the... (more)
category: Web Dev | clicked: 0 | comment | | source: markkemper1.blogspot.com
tags: Mercurial, CodePlex
8
Shouts

Marks asp.net / mvc blog: Quickly Trim all your model's string properties – Speed results

published 1127 days, 3 hours, 22 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 1128 days, 12 hours, 6 minutes ago
Tuesday, May 18, 2010 3:48:19 PM GMT Monday, May 17, 2010 7:04:19 AM GMT
With my Quickly Trim all your model's string properties post causing quite a stir (2 comments), I have decided to post a follow up and actually test the speed. For the actual benchmarking I used a slightly modified version of this nice little class http://www.yoda.arachsys.com/csharp/Benchmark.cs, which I found from this page http://www.yoda.arachsys.com/csharp/benchmark.html I tested 4 different methods that use reflection to trim all the string properties on an object and the 'long hand' m... (more)
category: Web Dev | clicked: 3 | comment | | source: markkemper1.blogspot.com
10
Shouts

Marks asp.net / mvc blog: Jobping Open Source URL Shortener. Goes to Version 0.5

published 1131 days, 17 hours, 36 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 1132 days, 6 hours, 31 minutes ago
Friday, May 14, 2010 1:34:20 AM GMT Thursday, May 13, 2010 12:40:06 PM GMT
We have updated our url shortener for Jobping. jobp.in has moved along to Version 0.5. While maintaining as little features as possible! Since the initial version we have placed a restriction(web.configurable) on the domain names that the shortener will shorten. We did this so only domains under jobping.com would be processed by the shortener. We wanted to maintain the integrity of the jobp.in domain. With this in place you can be sure that if you click a link shortened by http://jobp.in  it will alw... (more)
category: Web Dev | clicked: 1 | comment | | source: markkemper1.blogspot.com
11
Shouts

Laurent Kempé | Automated functional tests using Watin and MSpec

published 1129 days, 5 hours, 41 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 1132 days, 20 hours, 11 minutes ago
Sunday, May 16, 2010 1:29:28 PM GMT Wednesday, May 12, 2010 10:59:52 PM GMT
I am conducting a spike for a couple of evening on the way we might automate our functional tests at Jobping.  I started with Watin and MSpec and the MSpec excellent plugin for ReSharper 5 which gives the following great outputs directly from Visual Studio   After some discussion with Alexander Groß (Thanks for your help ;) to gain some knowhow about MSpec I finally managed to have some automated functional tests running like this:[Subject("Search")] publicclasswhenusersearchusingkeywords : WebB... (more)
category: Web Dev | clicked: 3 | comment | | source: www.laurentkempe.com
tags: ASP.NET MVC, MSpec
7
Shouts

Marks asp.net / mvc blog: Quickly Trim all your model's string properties

published 1132 days, 9 hours, 46 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 1134 days, 8 hours ago
Thursday, May 13, 2010 9:24:37 AM GMT Tuesday, May 11, 2010 11:10:24 AM GMT
While developing a internal application for http://www.jobping.com using ASP.NET MVC 2 I had the old problem of trimming all string properties on the model before saving to the database. My first reaction was to start adding trim() everywhere but this causes problems when properties are null. Checking for null pushed me over the edge and I quickly came up with some code to do what I needed via reflection. The code is below, it will quickly trim any string properties on your model object (n... (more)
category: Web Dev | clicked: 1 | comment | | source: markkemper1.blogspot.com
8
Shouts

Announcing: Jobping URL Shortener. Open source MVC.NET 2 C#

published 1140 days, 9 hours, 22 minutes ago posted by http://markkemper1.blogspot.com/http://markkemper1.blogspot.com/ 1141 days, 13 hours, 15 minutes ago
Wednesday, May 05, 2010 9:48:26 AM GMT Tuesday, May 04, 2010 5:55:36 AM GMT
Open source MVC.NET 2 C# Url Shortener. Good simple example of using MVC 2, VS2010 on .net 3.5 framework. (more)
category: Web Dev | clicked: 6 | 1 comment | | source: markkemper1.blogspot.com