Ronnie Overby

Results 9 issues of Ronnie Overby

When switching my app from Microsoft.Owin.Host.HttpListener to Nowin my signalr hub connections via websockets timeout and then succeed when switching to SSE. Any idea why this is happening? Everything else...

the code before did not correctly check for the presence of a flag

I see that the 4.0+ server is not backwards compatible with 3.x clients. Is anyone interested in a version of the linqpad driver that can speak with 4.x servers? I...

Will Do

when body length changes, now the content-length header will reflect the change and browsers won't barf

``` System.InvalidCastException: Unable to cast object of type 'Clutch.Diagnostics.EntityFramework.DbTracingConnection' to type 'System.Data.SqlClient.SqlConnection'. at System.Data.SqlClient.SqlCommand.set_DbConnection(DbConnection value) at System.Data.Common.DbCommand.set_Connection(DbConnection value) at System.Data.Entity.Internal.InterceptableDbCommand.set_DbConnection(DbConnection value) at System.Data.Common.DbCommand.set_Connection(DbConnection value) at System.Data.Entity.Core.Common.Utils.CommandHelper.SetStoreProviderCommandState(EntityCommand entityCommand, EntityTransaction entityTransaction, DbCommand...

When I my validation expression returns false, the invalid value is bound to the model, anyway. This isn't how any of the pre-canned or custom validators work. Why does it...

question

I use a code generator to generate classes to represent my sql schema. The generator generates code like this: ``` namespace dbo // schema name { partial class Customers //...