by alski
26. July 2010 11:52
Been a while since I've had one of these but here we go...
public DataObject MethodX(Guid requestGuid, bool returnError)
{
Thread.Sleep(1000); // <Person who has left>: Temporary Fix for this build as discussed
return MethodXList(requestGu...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
Code
by alski
21. July 2010 19:10
I've got a project at work where I am tempted to use Mercurial as a front end to SVN just so I can make use of its reported advanced (compared to subversion) merging capabilities. This is a quick look to see how this merging works, first natively, then against a SVN bridge. I'm going to be using Vi...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by alski
13. July 2010 18:51
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by alski
14. April 2010 11:31
His website is emergentai.co.uk
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by alski
10. March 2010 10:39
Until I've got nbehave integrated with testdriven.net properly, try this quick hack as a Visual studio external tool Oh, and I am having partial success with the integration, just need to sort out a problem in TD.net and filter the stories for the class only runs.
Currently rated 5.0 by 2 people
- Currently 5/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by alski
22. December 2009 11:49
Well I admit defeat. I have approx 500 comments to go through and most likely none are real comments. So I'm shutting down my comments entirely for the christmas break. Have a nice Christmas (unless you are a spam bot)
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by alski
4. December 2009 14:15
From Product Mgr to Product Owner - How Prod Mgmt Must Change to Enable the Agile Enterprise: http://www.infoq.com/articles/product-management-in-agile
Via @flowchainsensei
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by AlSki
1. December 2009 13:29
Since I can’t use paste to get into the corporate firewall, looks like its time to use http. Two useful base classes for WPF (I think they originally come from Codeproject and Sacha Barber). First ViewModelBase public class ViewModelBase : INotifyPropertyChanged
{
public event ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by AlSki
30. November 2009 21:17
I’ve been struggling to get a custom layout working for an items control due to a large number of Double.Nan being exposed. Finally I found the answer in the MSDN docs (that’ll teach me). http://msdn.microsoft.com/en-us/library/system.windows.frameworkelement.measureoverride.aspx It appears there ...
[More]
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags:
by AlSki
25. November 2009 22:52
Shawn Burke's Blog : Configuring Visual Studio to Debug .NET Framework Source Code
Be the first to rate this post
- Currently 0/5 Stars.
- 1
- 2
- 3
- 4
- 5
Tags: