9 Followers
53 Following
23 Posts
@devleader azure services or something else ? There is usually an SDK that helps a lot … sendgrid , slack, jira etc but biggest issue is target api versioning and breaking changes . So your code needs to be resiliant - queues , retries etc
@DavidRGardiner laughs in .net framework 4.7.2
@khalidabuhakmeh what’s the use case here when we have rider ? Is it just becuz vscode can do this?
@ferrata I’ve been using TestContainers to setup db integration tests … super smooth. Hooks up with Test framework (almost) seamlessly
@nannooskeeska identity is one of the biggest reasons I’ve struggled to upgrade aspnet solutions… shrouded in “it just works” if you do it a certain way … but lots of conflicting info on customising and version oddness.

Every time I try to create a new personal project in .NET, I get sidetracked setting up Identity the way I want it. I have two requirements: change the ID types, and change the table names. The documentation around customizing Identity is sparse at best, so I always end up getting frustrated and giving up before I even start my projects. This week, I finally decided to dive in and figure out how to customize Identity to my liking. https://andrewpetz.com/2024/02/06/changing-identity-table-ids

#dotnet #webdev #identity

Changing Identity Table ID Types in ASP.NET | Andrew Petz

@alvinashcraft are legs optional in the metaverse?
@dazfuller I’ve been trying the jet brains ai , it’s not bad , not great either , but it doesn’t take much to earn back £7 per month in developer time so I’m going with it .
@dazfuller interesting… is that in resharper or rider?
@DotNetGuy it’s an outstanding built in service for chron and async work. Been using it for years and only now having the edge of its capabilities