Everything SQL Server Compact

This blog tries to keep up with .NET Data Access related topics

Monday, November 2, 2020

Get a SQL Server stored procedure return value with EF Core

 Blog post here: https://erikej.github.io/efcore/2020/11/02/ef-core-sproc-return-value.html

ErikEJ kl. 3:36 PM No comments:
Share

Tuesday, October 27, 2020

Setting the command timeout with the latest .NET SqlClient

 Blog post here: https://erikej.github.io/sqlclient/2020/10/26/sqlclient-commandtimeout-preview.html

ErikEJ kl. 2:54 PM No comments:
Share

Thursday, October 15, 2020

Entity Framework Core SQL Server reverse engineering a.k.a Database First gotchas (and workarounds)

 Blog post here: https://erikej.github.io/efcore/2020/10/12/ef-core-sqlserver-scaffolding-gotchas.html

ErikEJ kl. 8:10 AM No comments:
Share

Wednesday, September 23, 2020

Tips for making the most of EF Core with Azure SQL Database

 Blog post here: https://erikej.github.io/efcore/sqldb/2020/09/21/efcore-azure-sql-db.html 

ErikEJ kl. 3:19 PM No comments:
Share

Monday, September 7, 2020

EF Core Power Tools database reverse engineering: renaming of entities and properties

 Blog post here: https://erikej.github.io/efcore/2020/09/07/ef-core-power-tools-renaming-advanced.html

ErikEJ kl. 5:23 PM No comments:
Share

Thursday, September 3, 2020

Creating, building and publishing Azure SQL Database projects on non-Windows platforms

 Blog post here: https://erikej.github.io/efcore/2020/08/31/ssdt-project-azure-datastudio.html

ErikEJ kl. 2:41 PM No comments:
Share

Monday, August 24, 2020

EF Core Power Tools reverse engineering advanced options

 Blog post here: https://erikej.github.io/efcore/2020/08/24/ef-core-power-tools-advanced-options.html

ErikEJ kl. 8:03 PM No comments:
Share

Thursday, August 20, 2020

Using SQL Server Compact 4 with .NET Core 3.1 (on Windows only)

 Blog post here: https://erikej.github.io/sqlce/2020/08/17/netcore-sql-compact.html

ErikEJ kl. 6:25 PM No comments:
Share

Monday, August 10, 2020

Mapping and using SQL Server stored procedures with EF Core Power Tools

 Blog post here: https://erikej.github.io/efcore/2020/08/10/ef-core-power-tools-stored-procedures.html 

ErikEJ kl. 6:24 PM No comments:
Share

Wednesday, August 5, 2020

Run migration scripts with sqlcmd and avoid issues with QUOTED_IDENTIFIER

Blog post here https://erikej.github.io/efcore/2020/08/04/ef-core-script-migrations-sqlcmd.html 
ErikEJ kl. 5:31 PM No comments:
Share

Tuesday, August 4, 2020

How to call stored procedures with OUTPUT parameters with FromSqlRaw in EF Core

Blog post at https://erikej.github.io/efcore/2020/08/03/ef-core-call-stored-procedures-out-parameters.html
ErikEJ kl. 4:55 PM No comments:
Share

Monday, June 22, 2020

Breaking changes in Microsoft.Data.SqlClient 2.0 (and potential mitigations)

Blog post here: https://erikej.github.io/sqlclient/efcore/2020/06/22/sqlclient-2-breaking-changes.html
ErikEJ kl. 9:25 PM No comments:
Share

Monday, June 15, 2020

Walk-through: Using an Entity Framework 6 EDMX file with .NET Core

Blog post here: https://erikej.github.io/ef/dotnetcore/2020/06/15/ef6-use-edmx-dotnetcore.html
ErikEJ kl. 5:11 PM No comments:
Share

Monday, June 8, 2020

Tips for .dacpac (SQL Server database project) deployment

Blog post here: https://erikej.github.io/efcore/2020/06/08/ssdt-dacpac-deploy.html
ErikEJ kl. 8:09 PM No comments:
Share

Tuesday, May 26, 2020

Get a single, simple type value from a stored procedure with Entity Framework Core and raw SQL

Blog post here: https://erikej.github.io/efcore/2020/05/26/ef-core-fromsql-scalar.html
ErikEJ kl. 2:32 PM No comments:
Share

Monday, May 18, 2020

Simple logging with Entity Framework Core 5 and 'LogTo' (like Database.Log in EntityFramework 6)

Blog post here: https://erikej.github.io/efcore/2020/05/18/ef-core-simple-logging.html
ErikEJ kl. 8:18 PM No comments:
Share

Monday, May 11, 2020

Build (and publish) a .dacpac (SQL Server database project) with .NET Core - even on Linux or macOS!

blog post here: https://erikej.github.io/efcore/2020/05/11/ssdt-dacpac-netcore.html
ErikEJ kl. 5:43 PM No comments:
Share

Monday, May 4, 2020

New features in Microsoft.Data.SqlClient 2.0 preview 3

Blog post here: https://erikej.github.io/sqlclient/2020/05/04/mds-version2-preview3.html
ErikEJ kl. 5:40 PM No comments:
Share

Monday, April 27, 2020

Pluralization with EF Core and EF Core Power Tools

Blog post here: https://erikej.github.io/efcore/2020/04/26/ef-core-pluralization.html
ErikEJ kl. 5:02 PM No comments:
Share

Monday, April 20, 2020

How to pass a dynamic/variable list of values as SqlParameters with FromSqlRaw in EF Core

New blog post: How to pass a dynamic/variable list of values as SqlParameters with FromSqlRaw in EF Core
ErikEJ kl. 5:32 PM No comments:
Share

Monday, April 13, 2020

Generate Entity Framework Core classes from a SQL Server database project - .dacpac file

New blog post: Generate Entity Framework Core classes from a SQL Server database project - .dacpac file
ErikEJ kl. 11:22 AM No comments:
Share

Monday, April 6, 2020

Query non-table classes using ad-hoc (raw) SQL with EF Core 3.1

Blog post here: https://erikej.github.io/efcore/2020/04/06/query-non-table-classes-raw-sql.html
ErikEJ kl. 5:25 PM No comments:
Share

Monday, March 30, 2020

Avoiding SQL Server plan cache pollution with EF Core 3 and Enumerable.Contains()

Blog post here: https://erikej.github.io/efcore/sqlserver/2020/03/30/ef-core-cache-pollution.html
ErikEJ kl. 5:49 PM No comments:
Share

Sunday, March 22, 2020

Update your Microsoft.Data.SqlClient dependency if you run EF Core 3.1 with Linux/Docker, to avoid deadlock (hang) issues

Blog post here: https://erikej.github.io/efcore/sqlclient/2020/03/22/update_mds.html
ErikEJ kl. 2:56 PM No comments:
Share
‹
›
Home
View web version

About Me

My photo
ErikEJ
Developer Technologies MVP, .NET and Data Access Developer, Contact: ejlskov(at)hotmail.com
View my complete profile
Powered by Blogger.