34,100 reputation
345112
bio website modeltext.com
location Normandy, France
age
visits member for 4 years, 5 months
seen 23 hours ago
stats profile views 3,242

You can hire me for telecommuting work: my resume is at http://careers.stackoverflow.com/cwells.


Jun
13
comment Are value types immutable by definition?
@supercat The main problem is structs with a set property, which lets you do something like point.X += 3 which doesn't do what you expect; whereas an API which requires you to say point.SetX(point.X + 3) is not so error-prone.
Jun
11
comment Persisting a computed datetime column in SQL Server 2005
Instead of changing the ALTER TABLE statement, you can also change the fComputeValue FUNCTION definition: the function can return datetime as the OP wanted it to, if you invoke CONVERT with style 127 in the body/implementation of the function.
Jun
9
awarded  Nice Answer
Jun
6
awarded  Nice Question
May
30
awarded  Popular Question
May
29
awarded  Popular Question
May
28
awarded  Nice Answer
May
8
answered How to create table set from several XSD in SQL Server 2012 or with VS 2012
May
3
revised Which XML data type should I use for currency/money?
xsd:fractionDigits not xsd:scale
Apr
30
awarded  Notable Question
Apr
19
awarded  Notable Question
Apr
17
answered Any XML/XSD Tutorials For The Novice?
Apr
13
awarded  Famous Question
Mar
24
revised C# + SQL Server ExecuteScalar() not returning last inserted id
fix url
Mar
22
awarded  Popular Question
Mar
7
awarded  Nice Answer
Feb
28
revised best practice font size for mobile
edit the link
Feb
28
revised html5 mp4 video on IE - path to file from AWS S3
tag for [ie]; make it clearer that the answer is appended the question
Feb
26
awarded  Notable Question
Feb
25
answered Some general doubts about video.js