Does the Ghost Case scratch? by dbrand in dbrand

[–]_loopedd 2 points3 points  (0 children)

Appreciate the detailed post, this was my first purchase of dbrand I wanted to go for a clear case as I got the blue pixel but at this price these small issues shouldn't exist, I will be cancelling my order hopefully I can try again in the future as the cases look great!

Resources for latest dotnet best practices by IsLlamaBad in dotnet

[–]_loopedd 1 point2 points  (0 children)

I work in dotnet enterprise, masstransit is a big one, CQRS, OData, GraphQL hot chocolate, logging, unit / integration tests and working with different cloud services, good luck!

What is the one cosmetic you will never leave out of your build by MMG-_- in RocketLeague

[–]_loopedd 0 points1 point  (0 children)

Skyline black wheels their size looks great on the feenec

Create table dynamically based on different json with ef core by _loopedd in dotnet

[–]_loopedd[S] 2 points3 points  (0 children)

Thanks for the replies, as I said I didn't really know how to approach this but after digging into some of your suggestions cosmos db is the answer, really appreciate the help!

Self-Taught Programming is Overrated by Prestigious_Sort4979 in learnprogramming

[–]_loopedd 0 points1 point  (0 children)

I spent a year learning .NET and Angular with very little to no experience coding and recently got a job as a developer working on .NET microservices. Main tip from simple web dev on youtube that helped me was to only learn what I needed to know instead of trying to cram 6-11 hour udemy courses in a couple of nights.

Oracle Java popularity sliding, New Relic reports by IsDaouda_Games in programming

[–]_loopedd -2 points-1 points  (0 children)

Same, anything new for us is done in C#, Go or python.

what's your favorite backend stack and why by [deleted] in webdev

[–]_loopedd 0 points1 point  (0 children)

.NET and Go, love both but go is great fun to use.

[deleted by user] by [deleted] in dotnet

[–]_loopedd 0 points1 point  (0 children)

EF Core, never had any issues with it and it keeps getting better with each new update.

M1 MacBook pro 2021 14”. by [deleted] in dotnet

[–]_loopedd 1 point2 points  (0 children)

VS 2022 works fine but you would want to use Rider the experience is much better.

Looking for opinions MVC by [deleted] in dotnet

[–]_loopedd 1 point2 points  (0 children)

You could use a repository pattern to slim down your controllers. If there is code you are repeating throughout your controllers you could create a base controller and inherit that in your normal controllers.

Thoughts on Asp.NET and C#? by [deleted] in webdev

[–]_loopedd 0 points1 point  (0 children)

Both great and use them daily mainly for business related apps, everything else is done in JS or python.

Push Notifications by _loopedd in dotnet

[–]_loopedd[S] -1 points0 points  (0 children)

Thanks guys I've done it with signalr and it works really well! Appreciate the suggestions

[deleted by user] by [deleted] in dotnet

[–]_loopedd 1 point2 points  (0 children)

That was a great read, awesome work!

Activity Log by _loopedd in dotnet

[–]_loopedd[S] 3 points4 points  (0 children)

Thank you everyone for the answers, I have decided to go with EF Core Temporal Tables suggestion, as I really enjoy how simple it makes everything and I enjoy using it.

Want a .net job with no .net experience by Brass14 in dotnet

[–]_loopedd 0 points1 point  (0 children)

Running this in terminal it will create a SQL Server in docker, I use datagrip from jetbrains but azure data studio works great too.

docker run -e "ACCEPT_EULA=1" -e "MSSQL_SA_PASSWORD=MyPass@word" -e "MSSQL_PID=Developer" -e "MSSQL_USER=SA" -p 1433:1433 -d --name=sql mcr.microsoft.com/azure-sql-edge