927 reputation
826
bio website
location
age
visits member for 3 years
seen 6 hours ago
stats profile views 57

10h
awarded  Yearling
Apr
23
comment Concatenate two mp4 files using ffmpeg
worked for me, but killed the quality of the video.
Apr
1
awarded  Popular Question
Mar
17
awarded  Notable Question
Mar
7
awarded  Caucus
Jan
26
awarded  Popular Question
Jan
22
awarded  Popular Question
Dec
17
awarded  Notable Question
Dec
6
revised Field Formatting in Lightswitch HTML Client Preview2
added 137 characters in body
Dec
6
asked Field Formatting in Lightswitch HTML Client Preview2
Nov
28
awarded  Popular Question
Nov
28
comment How to clone EF entity
im sure there's an easier way, but the first thing that comes to mind is automapper. You could use that to map all the properties (and ignore the ID field) to a new instance of the same type.
Oct
1
comment IE + jQuery.Form + multipart + json response = ie tries to download response
+1 this is the solution that works great for me as well.
Sep
13
awarded  Popular Question
Aug
27
comment jquery ajax problem in chrome
a jquery plugin was using 'jsonp' as dataType. I changed to 'json' and it works. Chrome doesn't like jsonp apparently.
Aug
14
accepted EF AddOrUpdate Seed does not Update Child Entities
Aug
14
comment EF AddOrUpdate Seed does not Update Child Entities
Thanks for the input. I am just trying to avoid creating a new variable for all of these children. I created an extension method called 'AddOrUpdateChild' which just calls 'AddOrUpdate' and then returns the instance of T it was given. This way you can 'AddOrUpdate' your child instance manually and set the foreign key all in-line. So far, during initial tests, it's proven successful.
Aug
13
asked EF AddOrUpdate Seed does not Update Child Entities
Aug
13
accepted Starting a Storyboard From A Storyboard
Jul
27
awarded  Popular Question