Speaker Bio for this week. Who is and what makes this Billy McCafferty guy tick? Well he is a long time developer and a hopeless romantic when it comes to...
Hi Gavin, We moved groups to a more unified Scotalt.net here: http://groups.google.com/group/scotaltnet/ I believe there is a meeting next week I think. Can...
It is quite active I think. There is a good ALT.NET community as a whole in the UK. I run Scottish Developers (another user group which tries to cater to all ...
Hello, How active is Glasgow Alt.Net at present? The reason I ask is that I'm originally from the UK and having been working in Canada for the past 5 years -...
This week Oren Eini will be talking about NHibernate Profiler. Bio: My name in Oren Eini, but I'm usually goes by the Alias Ayende Rahien. The reasons are...
I am the IT manager for a digital media company based in Glasgow. I am looking for a freelance software developer to work on a number of software development...
Ladies and gentlemen, This group has probably served is purpose as a start. Onwards and upwards. I recommend everyone here should focus attention to the Scot...
Splitter ... the one with the sign saying "Belfast ALT.NET"dagda1@... ... 13:00:12 +0100Subject: Re: [glasgow_altdotnet_usersgroup] Meeting reminder ... the...
"I will be there to add some much needed glamour and sex appeal to the group." My coffee just came out of my nose and it was not pleasant, thanks for that! ...
I could not book a table unfortunately. Something to do with it being Thursday night so maybe a sign might be in order.I personally how ugly you all look so I...
Just a little reminder that we are meeting tonight at 7pm in Waxy O'Conners (Next to Queen Street Station) Be there or be not there! ... "Alt.net is the Y¨¬...
This is quite interesting: http://www.hanselman.com/blog/SurveyRESULTSWhatNETFrameworkFeaturesDoYouUse.aspxAn alt.net survey would be very cool:The obvious...
Definitely agree, great analogy. ... that finally enabled me to write better tests.I always write my own test doubles. Is it possible to create through a...
... Amen to that.The analogy of the stunt double is one of the things that finally enabled me to write better tests.I always write my own test doubles. Is it...
I gave Pex a shot a while back and it did some v. odd things, seemed inclined to change the SUT with Pex specific magic when I told it to resolve errors....
Thank you Colin for the book recommendation, it has been sitting in my amazon basket for a while now. Got a few others to read first. ... to ... and...
So what your saying Ninja Dave is to understand ALT.NET the grasshopper must first become ALT.NET? Unlearn you must hmmmm if ALT.NET you wish to become? :) ...
No problem, that will also work with your IService component registration, really tidies things up ... -- "Any fool can write code that a computer can...
Cheers Chris that sorted the problem (just as my boss came in perfect timing). Buy you a pint for that. Colin G ... Transient. The ... your ... attribute. ......
And more, make sure you set the lifestyle of controllers to Transient. The default is Singleton, and will break with Mvc. I mention it because your not doing...
And just so you know what you where doing wrong: Component(type.Name, *System.Web.Mvc.Controller*, type) The controllers where being registed with the service...
Try this: for type in AllTypesBased of IController("Practicum.Web"): component type.FullName, type: lifestyle Transient ... -- "Any fool can write code that a...
Can any of you Binsor/ASP.Net MVC gurus help with a problem I'm having. I've got a very simple boo script that runs through the MVC app and another dll that...