Rob Cooper

9,585
Reputation
847 views

Registered User

Name Rob Cooper
Member for 1 year
Seen Nov 17 at 13:32
Website
Location Southampton, England
Age 25
I R GUY

Available on twitter @robcthegeek
Comments welcome on my review of StackOverflow: http://snurl.com/3qaco
Followup Post: http://tinyurl.com/4mkxha
Nov
5
accepted ApplicationSettings across libraries
Oct
26
awarded  Popular Question
Oct
25
awarded  Popular Question
Oct
15
awarded  Popular Question
Oct
12
awarded  Popular Question
Oct
8
awarded  Popular Question
Sep
21
accepted Catching unhandled exceptions in ASP.NET UserControls
Sep
8
awarded  Popular Question
Sep
3
awarded  Popular Question
Aug
27
awarded  Notable Question
Aug
26
accepted Is there a way to put aspx files into a class library in Visual Studio 2008 .NET 3.5?
Aug
22
awarded  Nice Question
Aug
10
awarded  Notable Question
Aug
10
awarded  Yearling
Aug
5
awarded  Notable Question
Jul
31
comment Mocking WebResponse’s from a WebRequest
Hi Nick, as in the Update. What I ended up doing is programming against an interface. I then implement the interface twice. One that returns static content, one that actually uses WebRequest. You can then UT the consumer, and then just use the actual safe in knowledge you have tested the consumer class. Always remember, "don't test someone elses code" (e.g. WebRequest).
Jul
28
awarded  Peer Pressure
Jul
27
comment Build Server/CI Setup - Using Latest Component in Application
Excellent answer, thanks David. Taking notes, will report back soon!
Jul
27
comment Build Server/CI Setup - Using Latest Component in Application
I will give this a go, thanks - very clear and concise :)
Jul
27
comment Build Server/CI Setup - Using Latest Component in Application
Do you have/can link to any examples where dependencies have been set up in a build server environment? Obviously VS (I'm a .NET dev) can have references, but they go out window on build server.
Jul
27
asked Build Server/CI Setup - Using Latest Component in Application
Jul
23
awarded  Notable Question
Jul
16
awarded  Good Question
Jul
16
comment How do I write a While loop
Thanks Stephan, well pointed out ;)
Jul
13
accepted Naming Conventions for Unit Tests
Jul
12
accepted Using FLASH with ASP.NET - YAY or NAY?
Jul
5
comment Why is it dangerous to use an email address as an OpenID?
Why was this even accepted?! There is no real knowledge backing it and all I really got is a [factually incorrect] MS flame. Email insecure ONLY in MS-land?! FAIL.
Jul
3
comment Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
I have gotten so used to Namespace Provider I had it in my head it was part of VS.. I R STUPID GEEK.
Jul
3
comment Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
Thank you so much sir for slapping this stupid geek in the face with one line of knowledge that has made him feel like an absolute moron. You are indeed correct - "Namespace Provider" is listed under "Resharper".. I have also just remembered I am the only with a R# license on the team.. I don't know if I want to laugh or cry. Thanks again :)
Jul
3
revised Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
added 254 characters in body
Jul
3
comment Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
I thought you might have been on to something then, however (and sadly) I don't think this is the case.. May be on to something - will update Q.
Jul
3
revised Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
added 84 characters in body
Jul
3
comment Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
Both of us are using VS2008 Pro with SP1.
Jul
3
asked Where Does Visual Studio Remember Which Folders are “Namespace Providers”?
Jun
25
awarded  Good Answer
Jun
25
awarded  Good Answer
Jun
15
awarded  Favorite Question
Jun
14
awarded  Good Answer
Jun
12
awarded  Nice Answer
Jun
12
comment XmlSerializer serializing sub objects
Sorry Marc, just realised I incorrectly spelled your name. My apologies.
Jun
12
revised XmlSerializer serializing sub objects
Changed link to be directly to the answer
Jun
12
comment XmlSerializer serializing sub objects
I have to be honest, I am unsure of where the code in my answer is failing you.. You can't get a clean solution out of the box just using XML Attributes, and as Mark [correctly] says, in cases like this implementing IXmlSerializable is a pain. Basically you need to roll your own little bit of serialization to handle the "generic" bit.. Have you reviewed the code in my answer? Is there anything I can help clarify?
Jun
12
revised How to create a DIV style switcher in JavaScript?
Changed link text to article title.
Jun
12
revised How can I stop an onclick event from firing for parent element when child is clicked?
[Hopefully] added a bit more clarity to the title.
Jun
12
comment How do I fix this error in VS 2005? “The project file cannot be loaded. The application for project … is not installed”
Please provide more information, help us to help you :)
Jun
12
revised XmlSerializer serializing sub objects
added 46 characters in body
Jun
12
revised XML Serialization and Inherited Types
Moved answer to an actual answer, when I did this we did not have the ability to answer own questions..
Jun
12
accepted XML Serialization and Inherited Types
Jun
12
answered XML Serialization and Inherited Types
Jun
12
answered XmlSerializer serializing sub objects