vanslly

847
reputation
221 views

Registered User

name vanslly
member for 1 year
seen Dec 6 at 10:18
website
location New Zealand
age 32
Dedicated to software development and learning. I have vested interest in the Winforms, ASP.NET and WPF/WCF space. I generally use VB.NET and C#.NET.
Dec
1
awarded  Notable Question
Oct
28
comment Path.Combine absolute with relative path strings
Yes, that is what I am insinuating with the post
Oct
15
awarded  Yearling
Sep
24
awarded  Nice Question
Sep
21
comment How to obtain a list of constants in a class and their values
That's a nice solution :)
Sep
21
comment How to obtain a list of constants in a class and their values
Enums in VB.NET cannot contain strings as values. In Java they can.
Sep
13
answered How to Prevent SQL Injection?
Sep
8
accepted Obtaining ClientCredentials from WCF operation
Sep
7
answered Rhino Mocks AssertWasCalled (multiple times) on property getter using AAA.
Sep
7
awarded  Notable Question
Sep
5
comment IOC are at the class level, but what about database conflicts?
This substitution ability you refer to is known as the Liskov Substitution Principle.
Sep
2
revised Obtaining ClientCredentials from WCF operation
added 3 characters in body
Sep
1
answered Obtaining ClientCredentials from WCF operation
Sep
1
asked Obtaining ClientCredentials from WCF operation
Sep
1
awarded  Popular Question
Aug
19
answered Path.Combine absolute with relative path strings
Aug
19
revised Absolute URL from base + relative URL in C#
edited tags
Jun
18
comment What’s the best way to change the namespace of a highly referenced class?
For those striking this problem. I tried Resharper, which made a real mess of things. In the end a basic 'Replace in Files' did the job. Technique for this was to replace all highly qualified references first and then lesser qualified and then manually fixing the imports. This took me 30 minutes all up. Cross cutting concerns are a pain.