Anthony

1,369
Reputation
328 views

Registered User

name Anthony
member for 1 year
seen 18 hours ago
website
location London, UK
age
C# Coder at large in London, UK.
2d
revised WPF: Can I put a colour animation in a style?
added 1913 characters in body; added 13 characters in body
2d
comment WPF: Can I put a colour animation in a style?
Both suggestions work, thanks
2d
asked WPF: Can I put a colour animation in a style?
Nov
27
revised Enterprise Library Unity vs Other IoC Containers
added 67 characters in body
Nov
27
revised Enterprise Library Unity vs Other IoC Containers
deleted 17 characters in body; deleted 3 characters in body
Nov
27
answered Enterprise Library Unity vs Other IoC Containers
Nov
22
revised Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
edited body
Nov
22
revised Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
Info on how to do this in SL4; added 224 characters in body
Nov
13
revised Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
added 49 characters in body; edited tags
Nov
13
revised Silverlight 2.0 - Can’t get the text wrapping behaviour that I want
deleted 27 characters in body
Nov
13
awarded  Popular Question
Nov
10
awarded  Popular Question
Nov
7
awarded  Notable Question
Oct
15
comment WCF: How to get Binding object from configuration
Only if you know what kind of binding you are going to use, e.g. WSHttpBinding or NetTcpBiding. You lose the flexibility to change the kind of biding at runtime.
Oct
8
comment T-SQL stored procedure that accepts multiple Id values
I'm not sure that it's "prone to SQL injection attacks" unless the stored proc is callable directly from untrusted clients, in which case you have bigger problems. The service layer code should generate the @DepartmentIds string from strongly typed data (e.g. int[] departmentIds), in which case you'll be fine.
Sep
22
comment Project hosting for multiple pet projects?
Why would you "not want a full blown version control system" ? If you are a professional software developer, you will already know how to use one for simple cases (no branches, no 3-way merges) And you can get them fee (svn, git) There's no reason not to use the right tool for the job
Sep
21
comment PowerShell 1 is not capturing batch file output with tee
The workaround works for me too. We have a winner! So this must be something to do with the difference between write-console and write-output.
Sep
21
comment PowerShell 1 is not capturing batch file output with tee
I made it a community wiki since last time I was on this site, people asked for that - the point being that they can edit it. The points difference isn't something that I know about, those rules may have changed in the meantime. Isn't that a secondary concern though? Is it something that I can change?
Sep
18
revised PowerShell 1 is not capturing batch file output with tee
added 67 characters in body
Sep
18
comment PowerShell 1 is not capturing batch file output with tee
I have updated for your comments - used "@" in batch file, made it clear that this is PowerShell 1
Sep
18
revised PowerShell 1 is not capturing batch file output with tee
deleted 31 characters in body; edited title; added 20 characters in body
Sep
18
comment PowerShell 1 is not capturing batch file output with tee
I am using PowerShell 1
Sep
18
revised PowerShell 1 is not capturing batch file output with tee
edited body; edited title; added 32 characters in body; added 223 characters in body
Sep
18
revised PowerShell 1 is not capturing batch file output with tee
edited body
Sep
18
asked PowerShell 1 is not capturing batch file output with tee
Sep
17
accepted Writing standards for unit testing
Sep
11
awarded  Yearling
Sep
4
awarded  Popular Question
Aug
10
awarded  Good Answer
Jul
20
revised JavaScriptSerializer.Deserialize - how to change field names
added 50 characters in body
Jul
10
revised JavaScriptSerializer.Deserialize - how to change field names
added 14 characters in body; added 37 characters in body
Jul
10
revised JavaScriptSerializer.Deserialize - how to change field names
deleted 1558 characters in body
Jul
10
answered JavaScriptSerializer.Deserialize - how to change field names
Jul
10
revised JavaScriptSerializer.Deserialize - how to change field names
added 206 characters in body; deleted 8 characters in body; added 286 characters in body
Jul
10
revised JavaScriptSerializer.Deserialize - how to change field names
added 1101 characters in body; added 50 characters in body
Jul
9
revised Which of two ways of coding an Inner join is faster?
deleted 7 characters in body; added 100 characters in body; added 20 characters in body
Jul
8
revised Which of two ways of coding an Inner join is faster?
deleted 55 characters in body
Jul
8
revised JavaScriptSerializer.Deserialize - how to change field names
deleted 116 characters in body
Jul
8
revised Which of two ways of coding an Inner join is faster?
added 170 characters in body; added 281 characters in body
Jul
8
answered Which of two ways of coding an Inner join is faster?
Jul
8
revised JavaScriptSerializer.Deserialize - how to change field names
added summary
Jul
8
asked JavaScriptSerializer.Deserialize - how to change field names
Jul
8
comment How do I use more than one OpenID?
that's great ... but how does this work when you have an existing non-delegated openId in use here in Stackoverflow, and want to move?
Jun
29
awarded  Popular Question
Jun
18
comment WPF DatePicker: What is the best?
I'm using this one - from a brief try it seems to do what I want. And it's the official toolkit, so I'm going with it.
Jun
14
comment WPF DatePicker: What is the best?
What's really odd is, why isn't there one in the default control toolkit?