ErikEJ Profile Banner
ErikEJ Profile
ErikEJ

@ErikEJ

9,094
Followers
1,251
Following
345
Media
18,485
Statuses

Microsoft MVP x 16, creator EF Core Power Tools & SQLite Toolbox, OSS contributor, Entity Framework Expert, Principal Specialist @ Delegate A/S, in @dotnetfdn

Denmark
Joined October 2008
Don't wanna be here? Send us removal request.
@ErikEJ
ErikEJ
6 months
Boom! The new Visual Studio solution file format (.slnx) is here (initially only in Visual Studio 17.10+) To enable: Tools, Options, Preview Features, Use Solution File Pesistence Model, then Save As .slnx #visualstudio #dotnet
Tweet media one
27
87
402
@ErikEJ
ErikEJ
2 years
The SQL Query Stress tool I maintain now runs under .NET 6 and has limitless threads (well - 1000 anyway) Go and grab the new build here: #sqlserver #dotnet /cc @erikdarlingdata
Tweet media one
2
60
335
@ErikEJ
ErikEJ
2 years
Entity Framework 8: Raw SQL queries on unmapped types - no more need for Dapper #efcore #dotnet
16
35
289
@ErikEJ
ErikEJ
6 years
runs on .NET Core 2.1! (34% latency improvement over .NET Core 2.0)
4
115
212
@ErikEJ
ErikEJ
2 years
Major new APIs in the latest daily RC1 Entity Framework Core 7 build: ExecuteDelete - immediate non-tracking bulk delete ExecuteUpdate - immediate non-tracking bulk update SqlQuery<T> - ad-hoc raw SQL returning a list of scalar, simple types (classes coming in EF Core 8) #efcore
Tweet media one
11
40
204
@ErikEJ
ErikEJ
1 year
My free Entity Framework Core Power Tools Visual Studio extension is now getting close to 300.000 downloads and is the second highest rated VS extension - and a cross-platform CLI is planned #efcore #dotnet #visualstudio
Tweet media one
5
20
204
@ErikEJ
ErikEJ
1 year
1/3: BREAKING: The Entity Framework Core project will be abandoned. In an unexpected turn of events due to recent organizational changes & loud and clear community feedback, the EF Core project stops abruptly, and will be replaced by a low-level socket API called Woodstar.
41
22
189
@ErikEJ
ErikEJ
9 months
.NET Framework components that did not make it to .NET (Core): - parts of WCF - Entity Framework (Classic) - LINQ to SQL - Workflow - Removing - packages.config - WebForms - anything else?
33
27
173
@ErikEJ
ErikEJ
1 year
So delighted and honoured that I have been awarded Microsoft Most Valuable Professional (for the 15th year in a row!). So proud to part of this network of professionals and really enjoy the interaction with the Microsoft product group(s). #dotnet #efcore #azure #mvpaward #mvpbuzz
Tweet media one
15
1
157
@ErikEJ
ErikEJ
2 years
New release of Entity Framework Core Power Tools - my free Visual Studio extension. You can now: Visualize your database schema! (using all supported providers) #efcore #dotnet
Tweet media one
6
48
156
@ErikEJ
ErikEJ
10 months
Would you like to try to contribute to an Open Source project with 350.000 users? Help localize EF Core Power Tools (Visual Studio extension) in these languages: Czech, German, Japanese, Korean, Polish, Portugese (Brazil), Russian, Turkish #dotnet
9
29
70
@ErikEJ
ErikEJ
2 years
Finally, you can map SQL Server time and date to .NET TimeOnly and DateOnly, using the latest Microsoft. Data.SqlClient driver version 5.1 & also with EF Core 6 and later #efcore #donet #azuresql #sqlserver
3
25
151
@ErikEJ
ErikEJ
1 year
Get the power of Entity Framework Core Power Tools from the command line with the new CLI edition! - map stored procedures and functions - custom naming and pluralization - t4 templates - readme with custom getting started guide - and much more #efcore
Tweet media one
3
46
142
@ErikEJ
ErikEJ
7 months
Finally it is here - Microsoft .Data.SqlClient 5.2 - with .NET 8 , SqlBatch and Workload Identity support + much more - see release notes: #dotnet #sqlserver
7
24
139
@ErikEJ
ErikEJ
1 year
New release of Entity Framework Core Power Tools cross platform command line edition "with a TON of improvements" 🤣 #efcore #dotnet #database #azure
Tweet media one
4
22
138
@ErikEJ
ErikEJ
2 years
Entity Framework 8: Raw SQL queries on unmapped types - no more need for Dapper #efcore #dotnet
10
13
127
@ErikEJ
ErikEJ
2 years
New release of EF Core Power Tools, my free Visual Studio extension with almost 300.000 users. Multiple improvements to UI and automagic package installation - simplicity rules. #efcore #dotnet #nuget
Tweet media one
Tweet media two
4
29
130
@ErikEJ
ErikEJ
9 months
I am so honored to have received a sponsorship from @aws for EF Core Power Tools - restored a lot of my faith in #foss maintenance. A huge thanks to Amazon Web Services and the FOSS Fund #foss #efcore #dotnet
6
10
132
@ErikEJ
ErikEJ
2 years
I am now a verified extension publisher on Visual Studio Marketplace - if you do .NET data development, take advantage of my free, highly rated extensions! #visualstudio #dotnet #sqlserver #sqlite #azuresql
Tweet media one
3
31
129
@ErikEJ
ErikEJ
11 months
.NET 8 is arriving tomorrow, and with it the new cross platform edition of Entity Framework Core Power Tools. Tune in on Thursday at 13:30 CET to see it in action with Visual Studio Code #dotnetconf #dotnet #efcore #vscode
1
21
123
@ErikEJ
ErikEJ
10 months
Microsoft. Data.SqlClient 5.2 preview 4 is out, and includes the new high performance SqlBatch API: execute multiple commands in a single network roundtrip, extra important in Cloud - try it out and provide feedback before the 5.2 release in February 2024
6
16
115
@ErikEJ
ErikEJ
8 months
I am proposing a way for the .NET SQL Server driver to not include any Azure /Entra Identity dependencies (Microsoft. Data.SqlClient) - it will be a breaking change, so let me know what you think! #dotnet #efcore #sqlserver
7
14
109
@ErikEJ
ErikEJ
8 months
Really pleased that Visual Studio users like my free extensions - second and fifth highest rated! Maybe you will also find them useful? #efcore #sqlite #visualstudio #dotnet
Tweet media one
0
13
107
@ErikEJ
ErikEJ
6 months
Finally the EF Core 9 plan is here! This coming version will contain a runtime based "Copilot for LINQ", an A.I. based engine that will do a best effort guess of generating semi-usable SQL for any LINQ query. The EF Core team can be reduced to two due to this advance in tech!
13
8
108
@ErikEJ
ErikEJ
7 months
A treasure trove of more than 70 hours of Entity Framework Core technical content is now easily available via this new list of Community Standup recordings #efCore #dotnet
0
20
101
@ErikEJ
ErikEJ
8 months
Finally a release of Microsoft .Data.SqlClient with no known vulnerabilities - 5.1.5 - Update your EF Core app by adding an explicit PackageReference. Kudos to the team for fast turnaround. Release notes: #dotnet #efcore #sqlserver
3
21
101
@ErikEJ
ErikEJ
1 year
Working my way to 7000! followers. Follow me for .NET Data news and links: SqlClient, Entity Framework, ADO. NET, DacFX (.dacpac/.bacpac) & more. For new followers up to 7000 I offer 3 x 1 free consulting hour. Let me know if you are interested to be considered. #dotnet #efcore
10
14
95
@ErikEJ
ErikEJ
5 months
Five years in the making! Finally my PR to add support for Microsoft. Data.SqlClient to Entity Framework 6 "Classic" has been published as a new official Microsoft NuGet package! A great stepping stone when migrating existing apps to .NET (Core) #dotnet
2
11
95
@ErikEJ
ErikEJ
1 year
Made it to #mvpsummit registration. Let the #mvpbuzz begin.
Tweet media one
5
1
95
@ErikEJ
ErikEJ
8 months
Latest preview of Microsoft .Data.SqlClient 5.2 is finally here, with full .NET 8 support and no vulnerable dependencies (!!) - please give it a try to help the team prepare for the 5.2 GA release #dotnet #sqlserver #efcore Release notes:
Tweet media one
2
24
91
@ErikEJ
ErikEJ
2 years
Want to stress test your Azure SQL or SQL Server database - I maintain a free tool for that - just updated with Azure MFA support #dotnet #azure #sqlserver
Tweet media one
3
31
89
@ErikEJ
ErikEJ
2 years
I just published an EF Core extension, that enables you to use the new DateOnly and TimeOnly .NET types with the EF Core SQL Server provider - give it a try and let me know if it works for you #efcore #sqlserver #dotnet #azuresql
4
29
90
@ErikEJ
ErikEJ
10 months
Did you know that any size organization can use the free Visual Studio Community edition for Microsoft SQL development? #visualstudio
5
15
87
@ErikEJ
ErikEJ
4 years
Want a visual tool to help you get up to speed quickly with Entity Framework Core - try my free Visual Studio extension, like more than 80.000 other users #efcore #sqlserver #azure
Tweet media one
3
31
88
@ErikEJ
ErikEJ
6 months
Postgres is the second most popular RDBMS with EF Core Power Tools. Is there any interest in the ability to map Postgres stored procedures and functions with EF Core Power Tools (like for SQL Server today) ? #npgsql #postgres #dotnet #visualStudio
3
7
88
@ErikEJ
ErikEJ
2 years
It is now even simpler to get started with database first reverse engineering for EF Core with the latest daily of EF Core Power Tools - just use "Add New Item" (Ctrl-Shift-A) and select the "EF Core Database First Wizard" #efcore #Dotnet
Tweet media one
3
20
86
@ErikEJ
ErikEJ
9 months
Generate an up to date ER diagram with the latest daily build of Entity Framework Core Power Tools command line edition #efcore #dotnet #database
Tweet media one
0
15
83
@ErikEJ
ErikEJ
1 year
Three maintainers of SQLite on .NET in the same spot! Yours truly (SQLite Toolbox), @bricelambs (Microsoft .Data.Sqlite) & @eric_sink (SQLitePCL.raw) #dotnet #mvpsummit #efcore #sqlite
Tweet media one
3
4
86
@ErikEJ
ErikEJ
6 months
Whoa - over 1.0 billion downloads of the EF Core base package! #nuget #dotnet #efcore
Tweet media one
3
6
84
@ErikEJ
ErikEJ
8 months
dotNET blog: .NET 9 will be putting BinaryFormatter out to pasture.
7
11
82
@ErikEJ
ErikEJ
2 years
The plan for Entity Framework Core 8 is now published - including query of unmapped types (like Dapper), Woodstar - modern SqlClient and better tooling in Visual Studio. Exciting times ahead. #efcore #dotnet
7
19
81
@ErikEJ
ErikEJ
11 months
EF Core Power Tools command line edition now plays well with Visual Studio Code! #efcore #dotnet #vscode #visualstudio
Tweet media one
3
12
77
@ErikEJ
ErikEJ
3 years
Delighted to see my Visual Studio extensions ranked amongst the highest rated and most downloaded - thanks for the journey @VisualStudio and happy anniversary! #dotnet #MyVSStory
Tweet media one
6
9
78
@ErikEJ
ErikEJ
7 months
Back on Microsoft Campus for another round of #MVPSummit - looking forward to the next couple of days of networking and learning
Tweet media one
1
1
80
@ErikEJ
ErikEJ
3 years
Wow - my free Visual Studio extensions for VS 2022 rank number 2 and 3 highest rated! If you work with data in Visual Studio, you should try them out. #dotnet #visualstudio #sqlserver #azuresql #sqlite
Tweet media one
6
12
80
@ErikEJ
ErikEJ
10 months
New release of Entity Framework Core Power Tools for Visual Studio, my free extension that anyone using EF Core and Visual Studio will find useful - now with Oracle support for EF8 and more #dotnet #efcore
0
18
74
@ErikEJ
ErikEJ
3 years
For the 13th year in a row, I have awarded Most Valuable Professional by Microsoft for my community contributions in the Developer Technologies area, including .NET data access with EF Core and SqlClient. #microsoft #developer #azure #sqlserver #azuresql #dotnet #efcore
Tweet media one
9
4
75