Student for Life

665
reputation
175 views

Registered User

name Student for Life
member for 1 year
seen Dec 13 at 10:55
website
location
age
Nov
17
awarded  Yearling
Sep
11
awarded  Nice Question
Aug
2
revised Which design option is more suitable for auto-correction on construction?
deleted 1255 characters in body; edited title; edited title
Aug
2
revised Which design option is more suitable for auto-correction on construction?
re-articulated the question
Aug
1
comment Which design option is more suitable for auto-correction on construction?
@Charles: Thanks Charles, my concern here would be that when you add a Validate method which property do you validate? Ideally you want to validate this.Number and the Auto Format rule should allow for 195550000 to pass.
Aug
1
comment Which design option is more suitable for auto-correction on construction?
@Zed: Are you suggesting for e.g. PstnNumber AutoPstnFormatter.CreatePstn("195550000"); ?
Aug
1
asked Which design option is more suitable for auto-correction on construction?
Jul
21
comment Can you reverse order a string in one line with LINQ or a LAMBDA expression
@Jon, the question was edited to indicate "curiosity" as I wouldn't be using this idea anywhere as I know its an impractical concept. I just wanted to find a non obvious way to perform a known operation and then was thinking of sharing it with my team to see if they could figure it out, although i have now decided to scrap the idea.
Jul
20
revised Can you reverse order a string in one line with LINQ or a LAMBDA expression
added 79 characters in body
Jul
20
revised Can you reverse order a string in one line with LINQ or a LAMBDA expression
added 45 characters in body
Jul
20
revised Can you reverse order a string in one line with LINQ or a LAMBDA expression
added 116 characters in body; edited tags; edited title
Jul
20
comment Can you reverse order a string in one line with LINQ or a LAMBDA expression
@Mehrdad, don't worry I wouldn't use it practically but was trying to satisfy personal curiosity.
Jul
20
comment Can you reverse order a string in one line with LINQ or a LAMBDA expression
@Mitch - I was trying to produce a problem for my team thinking it was possible, and got stuck
Jul
20
asked Can you reverse order a string in one line with LINQ or a LAMBDA expression
Jul
17
accepted Log all MethodCalls with minimal code changes (C# 3.0, .NET 3.5)
Jul
17
revised Log all MethodCalls with minimal code changes (C# 3.0, .NET 3.5)
deleted 1 characters in body
Jul
17
answered Log all MethodCalls with minimal code changes (C# 3.0, .NET 3.5)
Jul
17
revised Would you give a programmer a 2nd chance if…
added 4 characters in body; edited tags
Jul
17
revised Do you use a flag or make it two operations?
added 177 characters in body; edited tags
Jul
17
comment Do you use a flag or make it two operations?
Agreed, that definitely makes sense from an OO implementation which may be whats going on in the background but what if you are exposing these operations as a Service where property settings do not apply?
Jul
17
comment Do you use a flag or make it two operations?
Absolutely, but these methods would simply be a facade.
Jul
17
asked Do you use a flag or make it two operations?
Jul
1
asked Which XML structure makes more sense?