Easily rename your Git default branch from master to main The Internet Engineering Task Force (IETF) points out that “Master-slave is an oppressive metaphor that will and should never... Read more
pay2db – The Plot Thickens Introduction Last weekend we issued a ransomware alert about a wave of attacks using a never-seen-before strain dubbed ‘pay2db.’ Our investigation suggested the ra... Read more
Classic Path.DirectorySeparatorChar gotchas when moving from .NET Core on Windows to Linux an important step in moving my blog to Azure was to consider getting this .NET app, now a .NET Core... Read more
How to deal with Extreme Physical Pain I’m in a LOT of pain right now. It’s hard to say that, especially considering that everyone experiences pain be it emotional or physical. I... Read more
How to change the background of your Windows Terminal settings I’ve often asked for my Windows Terminal’s settings.json (formerly profiles.json) so I keep it up on GitHub. The th... Read more
Don’t ever break a URL if you can help it The blog post got on Hacker News and folks were not impressed with my PascalCasing but were particularly offended by the .aspx extension shout... Read more
How to allow executable .exe files to be downloaded with ASP.NET Core and UseStaticFiles middleware In the long process of upgrading this blog and moving it to Azure I’ve been slowly f... Read more
Migration in EF 6 Code-First Entity Framework Code-First had different database initialization strategies like CreateDatabaseIfNotExists, DropCreateDatabaseIfModelChanges, and DropCreateData... Read more
EF Code-First Example In the previous chapter, we installed entity framework in our project. Here, we will create a simple code-first example. Let’s assume that we want to create a sim... Read more
Entity Framework Cheat Sheet in this post i gonna show you All command of entity framework in one page . its truely usefull , hope to enjoy and join us in Learning Toghether EF. ... Read more