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
View ArticleGenerate Entity Framework Core classes from a SQL Server database project -...
New blog post: Generate Entity Framework Core classes from a SQL Server database project - .dacpac file
View ArticleHow to pass a dynamic/variable list of values as SqlParameters with...
New blog post: How to pass a dynamic/variable list of values as SqlParameters with FromSqlRaw in EF Core
View ArticlePluralization with EF Core and EF Core Power Tools
Blog post here: https://erikej.github.io/efcore/2020/04/26/ef-core-pluralization.html
View ArticleNew features in Microsoft.Data.SqlClient 2.0 preview 3
Blog post here: https://erikej.github.io/sqlclient/2020/05/04/mds-version2-preview3.html
View ArticleBuild (and publish) a .dacpac (SQL Server database project) with .NET Core -...
blog post here: https://erikej.github.io/efcore/2020/05/11/ssdt-dacpac-netcore.html
View ArticleSimple logging with Entity Framework Core 5 and 'LogTo' (like Database.Log in...
Blog post here: https://erikej.github.io/efcore/2020/05/18/ef-core-simple-logging.html
View ArticleGet a single, simple type value from a stored procedure with Entity Framework...
Blog post here: https://erikej.github.io/efcore/2020/05/26/ef-core-fromsql-scalar.html
View ArticleTips for .dacpac (SQL Server database project) deployment
Blog post here: https://erikej.github.io/efcore/2020/06/08/ssdt-dacpac-deploy.html
View ArticleWalk-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
View ArticleBreaking 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
View ArticleHow 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
View ArticleRun 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
View ArticleMapping 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
View ArticleUsing 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
View ArticleEF 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
View ArticleCreating, building and publishing Azure SQL Database projects on non-Windows...
Blog post here: https://erikej.github.io/efcore/2020/08/31/ssdt-project-azure-datastudio.html
View ArticleEF Core Power Tools database reverse engineering: renaming of entities and...
Blog post here: https://erikej.github.io/efcore/2020/09/07/ef-core-power-tools-renaming-advanced.html
View ArticleTips 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
View ArticleEntity Framework Core SQL Server reverse engineering a.k.a Database First...
Blog post here: https://erikej.github.io/efcore/2020/10/12/ef-core-sqlserver-scaffolding-gotchas.html
View ArticleSetting the command timeout with the latest .NET SqlClient
Blog post here: https://erikej.github.io/sqlclient/2020/10/26/sqlclient-commandtimeout-preview.html
View ArticleGet 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
View ArticleEntity Framework Core 5 free resources
Blog post here: Entity Framework Core 5 free resources | ErikEJ's blog
View ArticleAdvanced automated deployment of Azure SQL Database with Azure DevOps (part 1...
Blog post here: Advanced automated deployment of Azure SQL Database with Azure DevOps (part 1 of 4) | ErikEJ's blog
View ArticleAdvanced automated deployment of Azure SQL Database with Azure DevOps (part 2...
Blog post here: Advanced automated deployment of Azure SQL Database with Azure DevOps (part 2 of 4) | ErikEJ's blog
View Article