No, but once I was presented with a complex, broken app and fixed it. I was offered the job but declined as the salary was not enough.
A great feature in ReSharper is prefix templates, which can eliminate tedious work.
dev.to/karenpayneor...
Here, the first prefix template sets up Serilog, while the second prefix configures EF Core.
Will make code available soon.
GitHub Copilot agent in Visual Studio 2022, prompt to add Serilog to a project
Yes, this is a basic implementation. We can adjust the prompt for specific needs.
I felt the need to try Sora. To create this video, I took an image with a bear and a second image with me and another person. I am impressed with Sora.
EF Core data seeding sample
github.com/karenpayneor...
For ChatGPT, try using templates, the following is a simple starter.
George Washington's birthdate. <insert Year in MM-DD-YYYY FORMAT> and crossed the Delaware <insert year>'
Have you ever struggled using Bootstrap 5.x modals in ASP.NET Core projects?
If so, check out the ASP.NET Core NET9, Bootstrap 5.3.4 (new version), which demonstrates using standard code and one with a partial view that interacts with the C# backend.
github.com/karenpayneor...
Rather than start coding, best to write out a plan.