Jon P Smith @thereformedprog
Christian, retired NET Core back-end developer, author of 'Entity Framework Core in Action' see https://t.co/6tVFB6lJnD, https://t.co/M5IcUAMpOW thereformedprogrammer.net South East, England Joined June 2015-
Tweets1K
-
Followers4K
-
Following137
-
Likes1K
I used EF Core’s JSON Columns feature, but there wasn't much docs, so I have written an article called "A detailed look at EF Core’s JSON Columns feature" thereformedprogrammer.net/a-detailed-loo… which shows how to use JSON Columns, and the best places to use it. Lots of diagrams - see pic below.
I have released github.com/JonPSmith/Auth… version 9.0.0 which supports .NET 9. There is a BREAKING CHANGE due to a change in EF Core 9 around migrations. This means if you have multi-tenant app, then you need add a small method to your code. See github.com/JonPSmith/Auth…
New version 8.2.0 github.com/JonPSmith/EfCo… - small changes 1. Fixed bug in ignoring ExtraInDatabase errors - see issue #39 2. New feature: config.AlwaysRunStage2. Useful when you are creating an EF Core DbContext to match a given database - see issue #38
I have released EfCore.SchemaCompare version 8.1.0 which compares an EF Core context to a database. See README github.com/JonPSmith/EfCo… what this library does. The main change is its checks Json Mapping plus a bug fix etc. See release notes github.com/JonPSmith/EfCo… for info.
Just released my AuthP 8.1.0 library to fix a problem that a developer had when he deleted the FileStore Cache file, which lost the data about where the tenant data was stored. This release fixes this - see the documentation at github.com/JonPSmith/Auth…
Draft announcement: System. Data.SqlClient is now deprecated - let the team know your thoughts #dotnet #sqlclient #sqlserver github.com/dotnet/SqlClie…
📢 50% off everything at manning today and tomorrow, including my book ASP .NET Core in Action, Third Edition! 📚 Use coupon code 4JUL24au at checkout! buff.ly/3Vyv0I5 @ManningBooks #dotnet #aspnetcore
Wow, my book "Entity Framework Core in Action" was crowned of by BookAuthority as the "best ORM books of all time"! See bookauthority.org/books/best-orm…
Wow, my book "Entity Framework Core in Action" was crowned of by BookAuthority as the "best ORM books of all time"! See bookauthority.org/books/best-orm…
If you are using any of my open-source libs, then you should read my article "How to update a NuGet library once the author isn’t available" thereformedprogrammer.net/how-to-update-…. Some people have posted about this article already. Yep its sad, but I'm doing really well and still programming!
I have released cleaned up📷 AuthPermissions.AspNetCore version 8.0.0 github.com/JonPSmith/Auth… which only supports .NET 8. See this article thereformedprogrammer.net/how-to-update-… on why this (and some other libraries) have been cleaned. Enjoy
Just released EfCore.TestSupport 8.0.1 which uses EF Core version 8.0.2 because EF Core SqlServer below 8.0.2 contains a vulnerable with Microsoft.Data.SqlClient NuGet. This means you MUST have EF Core NuGets >=8.0.2 in you test project. github.com/JonPSmith/EfCo…
The DistributedLock library github.com/madelson/Distr… has a new release to fix a .NET 8 Postgres bug, which two of my libraries. See new bug releases below: 1. RunStartupMethodsSequentially 2.0 1 github.com/JonPSmith/RunS… 2. AuthPermissions.AspNetCore 6.2.2 github.com/JonPSmith/Auth… .
Now available for ACM Members: "Entity Framework Core in Action, Second Edition" audiobook, by @thereformedprog. Filled w/100+ diagrams, code snippets, & examples—incl building/scaling your own bookselling web app. Foreword by @julielerman. share.percipio.com/cd/7H_A0Tx3y
Released EfCore.TestSupport 6.0.2 nuget.org/packages/EfCor…. This fixes a bug in the `EnsureClean` method that removes all the tables, schemas, etc. from a PostgreSQL's database. See thereformedprogrammer.net/new-features-f… to learn how to use and the benefits of using `EnsureClean` in your tests.
AuthPermissions.AspNetCore update github.com/JonPSmith/Auth… Small release to improve the code that allows user to sign up for a new in your multi-tenant - see this article thereformedprogrammer.net/multi-tenant-a… for an overview. See doc at github.com/JonPSmith/Auth… covering this update.
Just released Version 2.2.0 NetCore.AutoRegisterDi github.com/JonPSmith/NetC…. A C# record's IEquatable<> will be registered that to the DI provider which isn't that useful. Now you can ignore any generic interfaces that don't help. This NuGet has been downloaded 2.5 million times
Just released the AuthPermissions.AspNetCore version 6.1.0 (see nuget.org/packages/AuthP…). This adds NET 8, so this version supports NET 6, 7, and 8. This library provides improved Role authorization to #AspNetCore, and makes building multi-tenant applications using #EfCore.
Just released my Net.LocalizeMessagesAndErrors lib, see nuget.org/packages/Net.L… which works with NET 8. This lib "wraps" the .NET's localization services, which is useful if you need to add localization to a NuGet lib.

Scott Hanselman 🌮 @shanselman
321K Followers 10K Following VP of Developer Community @ MSFT - Code, OSS, STEM, Beyoncé, 🏴🇿🇼#T1D, #DevRel YouTube+TikTok listen to the @Hanselminutes inclusive tech podcast!
Jimmy Bogard is on Bl... @jbogard
43K Followers 2K Following Independent consultant. Creator of AutoMapper and MediatR. Originator of Vertical Slice Architecture. https://t.co/9O8heLDce1
ErikEJ @ErikEJ
11K Followers 1K Following Microsoft MVP x 17, creator EF Core Power Tools & SQLite Toolbox, OSS contributor, Entity Framework Expert, Master @ Delegate A/S, in @dotnetfdn
ASP.NET Core News @aspnetcore_news
28K Followers 505 Following We ❤️ #AspNetCore - Submit your blog posts and articles on https://t.co/v3ixUompmj to increase the chance of being shared.
Andrew Lock "Sock" @andrewlocknet
16K Followers 917 Following Microsoft MVP and blogger, focused on ASP.NET Core. Author of ASP.NET Core in Action: https://t.co/GTRJ4hBm9s @[email protected] @andrewkock.bsky.social
Davide Bellone | Code... @BelloneDavide
6K Followers 1K Following Author | International Speaker | Microsoft MVP | I publish content about #csharp, #dotnet, and #softwareArchitecture. 👨💻 Author of https://t.co/gYcixImyb6 🐧
Shay Rojansky @shayrojansky
5K Followers 186 Following Principal software engineer at Microsoft, working on .NET data access, Entity Framework and perf. Lead dev of Npgsql, the PostgreSQL provider.
Julie Lerman @julielerman
36K Followers 2K Following #DDD, .NET, EF,Coach, Author, MVP,MS Rgnl Dir,Docker Cptn, self-empl,@Pluralsight, 30+yrs software. Ask me re coaching yr team! she/her (julielerman on bsky)
Claudio Bernasconi @CHBernasconiC
6K Followers 2K Following #dotnet Content Creator · Bootstrapping a software company · Instructor @zerotomasteryio · YouTuber | Free content ⬇️
Marinko (Code Maze) @CodeMazeBlog
3K Followers 507 Following Learn. Code. Succeed. Follow us on YT: https://t.co/THDAhTjuzj
Dustin Górski @dustedcodes
5K Followers 934 Following Highly functioning organism that transforms caffeine into code. Building https://t.co/08ThYMbRPq. Also: https://t.co/Ur4PsE8IMW and https://t.co/vtH8bFTGk5.
Kristian Hellang @khellang
5K Followers 1K Following Dad • Web Developer • Beer Snob • Microsoft MVP • Open Source Activist • Liverpool Supporter
Isaac Abraham @isaac_abraham
7K Followers 3K Following Author of "Get Programming with F#" and "F# in Action". Founder of @compositionalit. .NET MVP. Azure. Guitar. Tottenham. Creator of 2-line PRs. British / German
Matthias Jost @jost0101
2K Followers 2K Following Enthusiastic About Software Development // Side projects and #dotnet content creation in my free time
dating profile @marketir1441
1 Followers 236 Followingsher khan @sherkhan345
35 Followers 362 Following
Malek “Gentelmen”... @MalekGentelmen
26 Followers 152 Following
Yunus emre Ünsal @yemreunsal0
7 Followers 201 Following
ylka @Xiaoguang_Huang
12 Followers 247 Following
Robinson Pingus @perucomsultores
103 Followers 1K Following Especialista de Facilities Management - FM con experiencia en la implementación de soluciones digitales B2C/B2B con tecnología emergente de la nube AWS.
Luka Gocheleishvili @LGocheleishvili
1 Followers 163 Following
McKenzie Hunter @hunter_mck58726
281 Followers 2K Following Urban Fantasy author of: Sky Brooks, Legacy, Raven Cursed, and Magic of the Damned
Gereldyn Quizora @gel_an_gel
18 Followers 339 Following
Selman Şahin @kalbeyn
92 Followers 598 Following
Maurice Daniel @MauriceDan50471
5 Followers 125 Following
Musa @Musa671054
171 Followers 5K Following I am often living with my siblings only thing that we need in life is survive we live all things in the hands of God 🙏🏻🙏🏻
Tethoo @Tethoon1J4l
37 Followers 2K Following
Mahmood_Amassi @AmassiMahmood
14 Followers 83 Following لا ندعى أننا عقلاء . ولا ننكر صفات الجنون التي فينا AUG 🧑💻
Neo Jnr @NeoJnr_90
56 Followers 241 Following Software developer extraordinaire | .Net student | Tech enthusiast | Qs by day, code wizard by night. Let's geek out together!. #CodeIsLife #TechPassion
Isaias Ronquillo C. @ironquilloc20
18 Followers 151 Following Soy Ingeniero en Sistemas Computacionales , Lic. en Administracion de Empresas , Futuro Arquitecto. me gusta enseñar código, estaré subiendo recursos web aquí.
Ombasa Geoffrey @OmbasaMukhwami
45 Followers 266 Following
Tek4Dev @Tek4Dev
12 Followers 311 Following
Luckson Karikoga @LucksonKarikoga
151 Followers 3K Following
pietrus @pieeetrus
2 Followers 19 Following
Ian Powell @NinjaPowell
167 Followers 2K Following
Rafik Youcef Abdelila... @YoucefRafik26
24 Followers 395 Following
Armin Z @ArminZ166460
30 Followers 784 Following
Fabrizio Bagalà @fabriziobagala
4 Followers 308 Following 👨💻 Senior Software Engineer | ✍️ Content Creator
Jay @blackjay87
76 Followers 574 Following Full Stack Developer, Anime enthusiast, Tea Drinker, Husband
Gledi @gledi_alb
9 Followers 177 Following
Gorm Frederiksen @Frdd4G
15 Followers 111 Following
เจ้าชาย @0x1E90FF
0 Followers 33 Following
Adda Issa @issa_adda
2 Followers 166 Following
Sébastien Paradis @SebIsDev
64 Followers 584 Following Software engineer @Klanik_. Currently crafting .NET / Angular things. Previously @Cirad @biowooeb @DicksonData @LogicielVega @CGM_FR
Jason Linden @jayylinden
116 Followers 181 Following
Maroš Beňo @marosbeno
67 Followers 845 Following
silvestre @Zkiipper
0 Followers 46 Following
ガル @_zascrash
13 Followers 252 Following
Precious @Preciou20239931
59 Followers 1K Following Junior Backend Engineer & Content Writer 📄💻 | Mentoring aspiring devs 👨💻 | Code, content, and guidance for growth
Mohammed Mahmoud @Nightwing55555
0 Followers 68 Following
David Fowler @davidfowl
139K Followers 1K Following Distinguished Engineer at Microsoft on .NET, Creator of NuGet, SignalR, https://t.co/PiydKAsC8g Core, Aspire and Barbadian 🇧🇧, Tennis Player, Father, other half @symonefowler
Scott Hanselman 🌮 @shanselman
321K Followers 10K Following VP of Developer Community @ MSFT - Code, OSS, STEM, Beyoncé, 🏴🇿🇼#T1D, #DevRel YouTube+TikTok listen to the @Hanselminutes inclusive tech podcast!
Jimmy Bogard is on Bl... @jbogard
43K Followers 2K Following Independent consultant. Creator of AutoMapper and MediatR. Originator of Vertical Slice Architecture. https://t.co/9O8heLDce1
.NET @dotnet
337K Followers 855 Following Free. Cross-platform. Open source. A developer platform for building all your apps. Official handle of the .NET team at Microsoft.
James Newton-King ♔ @JamesNK
40K Followers 60 Following Principal Software Engineer https://t.co/LE9LGGE2wk @Microsoft. Author of Newtonsoft.Json.
ErikEJ @ErikEJ
11K Followers 1K Following Microsoft MVP x 17, creator EF Core Power Tools & SQLite Toolbox, OSS contributor, Entity Framework Expert, Master @ Delegate A/S, in @dotnetfdn
Derek Comartin @codeopinion
12K Followers 219 Following 👑 Context is King 💻 Software Architecture & Design 📺 https://t.co/zMGP2Ktbn4
Damian Edwards @DamianEdwards
50K Followers 1K Following Architect on .NET at Microsoft 💘 craft🍻 malt🥃 good☕ fine⌚ 🇦🇺🏏 @Mariners ⚾ @seahawks 🏈 @F1 🏎 📺 https://t.co/WWMLL5pzIL #BLM 🇺🇦
Miguel de Icaza ᯅ�... @migueldeicaza
98K Followers 5K Following Fun Stack Vibing. Started Xamarin, Mono, Gnome; was MSFT/.NET/Xamarin/Mono/VSMac/AI https://t.co/QkbDDWMXRf @migueldeicaza.bsky.social
ASP.NET Core News @aspnetcore_news
28K Followers 505 Following We ❤️ #AspNetCore - Submit your blog posts and articles on https://t.co/v3ixUompmj to increase the chance of being shared.
Martin Fowler @martinfowler
352K Followers 183 Following Author on Software Development. Works for Thoughtworks. Also hikes, watches theater, and plays modern board games. He/him.
David Pine (@davidpin... @davidpine7
8K Followers 933 Following 💜 Loving husband & father. 🤓 @Microsoft working on @dotnet. 🏫 @oreillymedia and @dometrain author. 🔥 #blazor #dotnet #csharp #dotnetaspire #aspnet #signalr
Andrew Lock "Sock" @andrewlocknet
16K Followers 917 Following Microsoft MVP and blogger, focused on ASP.NET Core. Author of ASP.NET Core in Action: https://t.co/GTRJ4hBm9s @[email protected] @andrewkock.bsky.social
Shay Rojansky @shayrojansky
5K Followers 186 Following Principal software engineer at Microsoft, working on .NET data access, Entity Framework and perf. Lead dev of Npgsql, the PostgreSQL provider.
Julie Lerman @julielerman
36K Followers 2K Following #DDD, .NET, EF,Coach, Author, MVP,MS Rgnl Dir,Docker Cptn, self-empl,@Pluralsight, 30+yrs software. Ask me re coaching yr team! she/her (julielerman on bsky)
Troy Hunt @troyhunt
240K Followers 1K Following Creator of @haveibeenpwned. Microsoft Regional Director. Pluralsight author. Online security, technology and “The Cloud”. Australian.
Jon Skeet @jonskeet
63K Followers 637 Following Christian, husband (of @HollyKateWebb), father, feminist, software eng, author, @stackoverflow contributor. He/him. Mostly at @jonskeet.uk on Bluesky now.
Dustin Górski @dustedcodes
5K Followers 934 Following Highly functioning organism that transforms caffeine into code. Building https://t.co/08ThYMbRPq. Also: https://t.co/Ur4PsE8IMW and https://t.co/vtH8bFTGk5.
Rick Strahl @RickStrahl
18K Followers 828 Following Wind, waves, code, punk rock and everything in between. Markdown, .NET and all things Web.
.NET Foundation @dotnetfdn
59K Followers 197 Following Independent foundation fostering open development and collaboration around the growing collection of open source technologies for .NET.
David Marley @DavidKMarley
151 Followers 793 Following
Samuel Castilho @SamuelCastilhoR
1 Followers 114 Following
Dmitry Pavlov @dr_dimaka
2K Followers 1K Following World-class #ASPNETCore #Blazor https://t.co/zKMBlXGJ35 converting #c0ffee ☕ to #c0de 👨💻 as #10Xer // all opinions are your own 😁 #PunksNotDead 🤘
Daza @SilentBlueD666
184 Followers 1K Following Dyslexic software developer that loves 🎮 gaming, ⌨️ coding, 🐶 beagles, 😱 politics and generally having different views on the world 😵
Michal Strehovský @MStrehovsky
7K Followers 176 Following Moved to Bluesky - https://t.co/Y20BvEBfjl. The account also bridges to Mastodon at @[email protected]
Davide Mauri @mauridb
4K Followers 996 Following Microsoft Data Platform MVP for 12 years, now Azure SQL PM, with Huge passion for Data and Development.
Backstage Capital @Backstage_Cap
46K Followers 3K Following We invest in companies led by underestimated founders.💪🏼💪🏽💪🏾 Invest alongside us with Backstage https://t.co/DHW0jXBGuK
Stefano Mostarda @SM15455
544 Followers 57 Following Software Architect, docente, speaker, autore, insomma: uno sviluppatore .NET. Microsoft Developer Technologies MVP.
fransbouma.bsky.socia... @FransBouma
10K Followers 316 Following Software engineer (LLBLGen Pro (.NET ORM) / photomode mods and tooling for games) | In-game / macro photographer | Framed admin | Aka Otis_Inf
Azure SDK @AzureSDK
4K Followers 2K Following Empowering all developers to enjoy the benefits of the cloud using Microsoft Azure ⛅
Kamil Grzybek @kamgrzybek
2K Followers 239 Following Husband. Father. Head Of Software Engineering | Software Architect | Team Leader | Developer. Enthusiast. Software Architecture & Design. Domain-Driven Design.
🇺🇦Andriy Svyryd... @andriysvyryd
107 Followers 51 Following Software engineer 🧑💻, gamer 🕹️, critical thinker 💡, indoor enthusiast 🏠
Smit Patel @smitpatel
221 Followers 69 Following
Fedor Zhekov @fakeWelder
1 Followers 11 Following
EdTech Hub @GlobalEdTechHub
5K Followers 361 Following EdTech Hub is a global research partnership. Our goal is to empower people making decisions about technology in education. #evidence4edtech
Jeremy Likness 🔭 @jeremylikness
16K Followers 1K Following Principal PM #ai intelligent apps on #dotnet @Microsoft. Faith in Christ. Young Onset #ParkinsonsDisease. Coder from 1982. Takes space pics. Opinions my own!
endjin @endjin
1K Followers 3K Following We are a consultancy who specialise in Data, Analytics & AI, and Cloud Native App Dev on Microsoft Fabric & Azure. We help small teams achieve big things!
DevConf @devconfpl
782 Followers 143 Following DevConf 2024. The ultimate software conference experience. Platform agnostic conference focused on architecture, craftsmanship and networking!
Matthew Jones @ExceptionNotFnd
2K Followers 384 Following Senior Software Developer | Writes at https://t.co/2cJ8YV21th | Works for @Microsoft Create | ADHD enjoyer | Husband, father, reader
Jessica Kerr @jessitron
34K Followers 2K Following Symmathecist, @honeycombio. she/her Tweets are mine, license CC0. It is not about me.
Mads Torgersen #Black... @MadsTorgersen
28K Followers 184 Following I'm the lead designer of the C# language at Microsoft. Opinions are my own.
todd.knudsen™ @DataArtist
3K Followers 891 Following Bridging the gap! ◦ Data ◦ C# ◦ Blazor ◦ DotNet ◦ SQL Server ◦ UX/UI Design ◦ 🐍 Python ◦ RPi ◦Tandy CoCo ◦ husband ◦ father to 6 (21-35) ◦ pop-pop to 9! 🇺🇸
GOTO Copenhagen • I... @GOTOcph
3K Followers 2K Following Join us on the other side: https://t.co/muLyQwGZU4
Windows Dev Docs @WindowsDocs
34K Followers 22K Following We're the official Windows developer documentation team. Find us at https://t.co/KzAW9CRVN1 and https://t.co/uAcid0p92W
[email protected] �... @Indu_alagarsamy
3K Followers 1K Following Passionate about life,dist sys,event-driven arch, ddd, messaging and rock climbing! organizer @ddd_socal. My tweets are my own. Mastodon: @[email protected]
Mark Nottingham @mnot
9K Followers 0 Following Nope - not here. See @[email protected] or https://t.co/PjUHR0N16A on Bluesky.
Jason Fried @jasonfried
309K Followers 214 Following Started & runs 37signals (makers of Basecamp, HEY, and ONCE). Non-serial entrepreneur, serial author. DM or email me at [email protected].
Kacper Gunia 🇺🇦 @cakper
3K Followers 2K Following I'm a #DDDesign & #SoftwareArchitecture consultant (currently Head of Product Engineering at @iceservices_). @ddd_london organiser, trainer & conference speaker
Joe Mayo @JoeMayo
16K Followers 7K Following Author and Independent Consultant Recent books: - Programming the Microsoft Bot Framework/MSPress - C# Cookbook/O'Reilly Agents, AI, Generative AI, MCP, RAG
George Politis @GeorgePolitis
494 Followers 2K Following Independent software consultant, travel lover, gamer, and geek. Currently working on projects using .NET 9, Microsoft Azure, and Entity Framework Core.
Nino Padrutt @NPadrutt
130 Followers 721 Following Software Engineer, Cofounder of Apply Solutions, Maintainer of Money Fox
Floyd May @softwarefloyd
330 Followers 183 Following @software-phloid.bsky.social. .Software crafter & strategist. Jesus follower. Husband. Dad. Public speaker. @Pluralsight author. He/him. Founder of Canyon Trail
Gunnar Peipman @gpeipman
1K Followers 1K Following ASPNET, Azure and SharePoint fan, Microsoft MVP, Estonian MS user group leader, blogger, conference speaker, teacher, tech maniac
OWASP® Foundation @owasp
213K Followers 532 Following We improve the security of apps with community-led open source projects, 260 local chapters, and tens of thousands of members worldwide. Famous for OWASP Top 10
Heavybit @heavybit
5K Followers 1K Following VC partner from Code ➡️ Company. Hands-on from Day 0 with the world’s best technical founders building the future of enterprise infrastructure.
DeeDee Walsh ⛷🎿�... @ddskier
14K Followers 14K Following Software veteran, skier, donut eater | Dev mktg & bizdev @GAPapps | #Microsoft #devrel #dotnet #AI @womenincloud @microsoftalumni
Microsoft Azure @Azure
1.1M Followers 20 Following Limitless innovation. ☁️ Follow along for the latest news and resources from the official #MicrosoftAzure team. For help, contact @AzureSupport.
Rui Figueiredo @ruidfigueiredo
462 Followers 392 Following Software developer, former AI researcher. Computer Science PhD
Stu Hirst @StuHirstInfoSec
6K Followers 727 Following CISO @trustpilot. 1/2 of @SecScotland. Trying to lead, not follow. PERSONAL ACC, tweets mine, not employer.
DotNetKicks @dotnetkicks
16K Followers 5K Following http://t.co/6QKjAca2PL is a community based news site edited by our members specializing in .NET development techniques, technologies and tools.
Jonathan Carter @LostInTangent
8K Followers 71 Following I build stuff at @GitHub (prev. Microsoft), love tools for thought (https://t.co/rWjkSRpB6P), and create silly-named VS Code extensions (e.g. CodeTour, GitDoc, CodeSwing)