Vilen

Results 44 comments of Vilen

Any news on this topic? Unnecessary join or select with all columns may kill all the benefits of the library when a table is massive.

@fredericDelaporte Thanks for the explanation! I checked my code: the factory is not disposed, the session is not disposed also. This happens on the transaction.Commit() event. Any other chance to...

> ML.NET is not being abandoned. @michaelgsharp Well, it does not look like it is not abandoned or in life support mode

@ficnar have you tried Enlist=true in your connection string?

@ahydrax for me it is a solution. @ficnar you should enqueue your jobs after transaction is complete, so the jobs are reentrant.

@ficnar we had implemented a disposable UnitOfWork which has OnCommitted event and a List of added jobs, so on the event execution we enqueue jobs. As a bonus you will...

Autobundler is actually a killer feature and a time-saver. I use it all the time with ClientDependency, but I'm tired of it's tight coupling and minify bugs, so I'm tying...

Well, this is not an actual workaround since i need `@Html.ScriptResourceLinks()` exactly before RenderSection()