7,054 reputation
92737
bio website jvance.com
location Alabama
age 32
visits member for 4 years, 8 months
seen 2 days ago
stats profile views 311
I'm a senior consultant in the south.

Apr
19
comment How to do an action when an element is added to a page using Jquery?
This only worked for me when I used "loaded" instead of "load" v1.9.X
Apr
17
comment Calculating Display Aspect Ratio for Anamorphic Video
On LG TVs it is actual pixels rather than display pixels.
Apr
17
comment MVC3 EditorTemplate for a nullable boolean using RadioButtons
why the downvote?
Mar
5
comment How to properly separate concerns in my architecture without designing a spacecraft?
I would say 5 layers is too many abstractions for @Developr needs. Only use "just enough" abstractions to do proper unit testing.
Feb
14
comment Calculating Display Aspect Ratio for Anamorphic Video
That setting shouldn't affect anything as it determines the calculation of the DAR up front prior to it being set on the video stream. I'm surprised it is even stored as metadata.
Feb
13
comment Calculating Display Aspect Ratio for Anamorphic Video
Here is an example file docs.google.com/file/d/0B97a2IRj7gFpWGhuVFN6Rm9ZdjA/…
Feb
13
comment Calculating Display Aspect Ratio for Anamorphic Video
Krispy: it is a video player app. Not all videos are encoded at a 1:1 pixel ratio. Sometimes videos have non-square pixels. Some GoogleTV devices have a bug that doesn't respect the DAR flag inside the video stream.
Feb
1
comment SQL Server Management Studio 2008 Runas user on different domain over VPN
Login failed. The login is from an untrusted domain and cannot be used with Windows authentication. (Microsoft SQL Server, Error: 18452)
Jan
15
comment DateTime vs DateTimeOffSet
DateTimeOffset doesn't fix the DST problem
Apr
17
comment How to concisely create optional HTML attributes with razor view engine?
Latest version of razor now has built in support for this. See answer below.
Feb
8
comment How to get EF Code First DbContext Transaction row identity?
We found "enlist=false" in our connection string that was causing problems with our transactions not enlisting.
Feb
7
comment How to get EF Code First DbContext Transaction row identity?
Nevermind, our test app started working... very odd
Feb
7
comment How to get EF Code First DbContext Transaction row identity?
That isn't what we are seeing in 4.2 and 4.3
Jan
24
comment EF Code First DBContext and Transactions
Is is possible to get an identity from the first save changes? I always see Id = 0.
Jan
16
comment NServiceBus Message Handler Endless Loop
No, the message was not copied from the error queue so it doesn't have anything with the headers
Dec
23
comment Entity Framework 4.1 The model backing the context has changed since the database was created, immediately after creating DB
Although this doesn't answer my question, it does answer the original question. Here is your bounty.
Dec
23
comment Entity Framework 4.1 The model backing the context has changed since the database was created, immediately after creating DB
It falls back to a managed version that should produce same result.
Dec
23
comment Entity Framework 4.1 The model backing the context has changed since the database was created, immediately after creating DB
I'm seeing a difference between debug and release, not from the provider changing
Dec
17
comment Entity Framework 4.1 The model backing the context has changed since the database was created, immediately after creating DB
Can this be a difference also based on build configuration? ie debug vs release?
Dec
15
comment Entity Framework 4.1 The model backing the context has changed since the database was created, immediately after creating DB
i'm having a similar problem at deploy time, a simple recompile and redeploy of the dll (absolutely no changes) and it fixes the problem