Oops
❔ .NET VS .NET SDK
This is maybe a poor analogy, but if you consider old-school console gaming, the program would be a game, and the runtime would be your PS2. You can run a game on your Playstation, but to actually create a PS2 game, gaming studios needed special hardware (development kits) from Sony.
Similarly, in order to run compiled C# software, you only need the runtime, but to create programs, you need a compiler, analyzers, and other tooling. In the case of .NET and most (every?) framework/langauge, the SDK includes the runtime as well as these additional features.
7 replies
❔ EFCore in .net 6 Web API - using same context/model for multiple environments simultaniously.
Did you figure out an answer to this? You should be able to use the same classes and just change your connection string per environment in your Startup/Program.cs when registering the dbcontext
4 replies