Skip to content Skip to sidebar Skip to footer
Showing posts with the label .net Core

Linq How To Return Last Date And Difference Between First And Last Count

I have a table with the following column and sample data: acteename updated_at count… Read more Linq How To Return Last Date And Difference Between First And Last Count

Create Login Via Sqlcommand - Parameters Not Substituted

I am trying to create a new SQL login on via c#. I have tried the following to set the query params… Read more Create Login Via Sqlcommand - Parameters Not Substituted

Sql Server Instance String Connection In Linux Docker

I'm publishing an application to docker image microsoft/dotnet:1.0.1-core that reference Sql Se… Read more Sql Server Instance String Connection In Linux Docker

Distributed Transactions: .net Framework Vs .net Core

I have the following code sample: static void Main(string[] args) { TransactionManager.Distribu… Read more Distributed Transactions: .net Framework Vs .net Core