ReSharper and Source Analysis Tools for C#

Jun 25, 2008

If you do have Microsoft Source Analysis Tools for C# and JetBrains ReSharper 4.0 installed in you development environment than you might get issue when you run your unit tests through ReSharper Unit Test Explorer and Sessions. As you can read on my bug report feedback:

There is known problem in StyleCop, which prevents build system of VS to report any progress. Unit Testing waits for project to be built. You can switch building to "Never" on Session toolbar and build manually, or uninstall StyleCop

Continue reading

Upload Video to Silverlight Streaming using WebDav

Jun 21, 2008

Follow up on the post from LaurentExpression Encoder 2 publish to Silverlight Streaming plugin”.

My way to upload is to use WebDav by mapping a network drive using my Silverlight Streaming Account ID as the user name and my Account Key as the password. You will find those information on the Administration Home page of Silverlight Streaming.

Continue reading

Empowering your Attribute’s Names

Jun 18, 2008

Today I was facing the following issue. I have an indexing system (read more here, here and here) using Lucene.Net that is working quite good. The drawback of the current implementation was that I couldn’t filter any to be indexed property decorated with the attribute. For example if I had a string property of my domain holding HTML, I wasn’t able to remove the HTML out of the string before indexing it.

I scratch my head some time, and finally came to a pragmatic solution.

Continue reading

Silverlight Planning Poker Timer

Jun 15, 2008

<div class="wlWriterHeaderFooter" style="float:right; margin:0px; padding:0px 0px 4px 8px;"><script type="text/javascript">digg_url = "http://weblogs.asp.net/lkempe/archive/2008/06/15/silverlight-planning-poker-timer.aspx";digg_title = "Silverlight Planning Poker Timer";digg_bgcolor = "#FFFFFF";digg_skin = "normal";</script><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script><script type="text/javascript">digg_url = undefined;digg_title = undefined;digg_bgcolor = undefined;digg_skin = undefined;</script></div>

The other day I was searching for a small project to get started with Silverlight 2 development.

Continue reading

Page 48 of 145