RE: OT - Mathematical computing

2010-08-01 Thread Greg Keogh
I've been spending a bit of time playing with the questions at Project Euler That thing is murder on the brain. I solved the first 4 in F# as a learning exercise several months ago and I burnt out and haven't had the hobby time to return. http://www.helium.co

RE: Introducing the "Developer Blog Banter"

2010-08-01 Thread David Burela
There have been 10 blogged responses so far. There are some common pieces of tech popping up, lots of people using ASP.Net MVC over standard web forms. A good mixture of different testing frameworks & IoC containers. Read some of responses and blog your own response! http://davidburela.wordp

RE: OT - Mathematical computing

2010-08-01 Thread Tiang Cheng
My mining engineer buddies use matlab and get paid good money for it. Other industries like defence (building missile guidance systems) are also well paid. -Original Message- From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Nick Wienholt Sent: Sat

Re: Retrieve parameters

2010-08-01 Thread Joseph Clark
Anthony, You can use the TargetSiteproperty on the Exception class to access information about the method that caused the exception to be thrown... this causes a walk of the call stack, which has a performance overhead and a