Advanced Search
Search Results
261 total results found
Moving MSSQL Databases
Here are steps to move SQL Server databases from one volume to another. WARNING: These steps assume that you can take the SQL engine offline as needed for this activity. General Notes This page is broken up into separate moves, one for each type of database...
EF: Dynamic DBContext
This library contains a slightly different dbcontext implementation than our typical three-layer dbcontext library. We've created a library that fits the following use cases: Provides an Entity Framework DbContext. Works with these backends: MSSQL Pos...
EF: Logging
Here's some notes on how we implement logging in EF. We've currently implemented it in our dynamic domain dbcontext, DynamicDbContext. To make it work, we just have to create an instance of DbContextLoggingConfig, and pass it to our top-level dbcontext const...
Windows File Explorer - Spawn New Window
Recent versions of Windows OS changed the behavior of how the Start Menu spawns applications. Specifically: If an app is already open, clicking its Start Menu entry will pull the open app to foreground, instead of opening a new window. For things like File E...
VS Library - csproj Contents
Here are some standard things for the csproj file of a .NET library project. The top Property Group should list the following things: <PropertyGroup> <TargetFramework>net6.0</TargetFramework> <PackageId>OGA.NugetRepoClient.Lib</PackageId> <P...
.NET 5 Global Using Error
If you have a project that is targeting a .NET 5, and you see the following error, follow this page: The error indicates that your csproj file likely has a statement that only works in .NET6 (C# v10) and later. Open your csproj file and look for a statemen...
Bambu P2S Videos to Watch
https://www.youtube.com/watch?v=XaU5Da310ws https://www.youtube.com/watch?v=l5MKDG0MO5s
Bambu P2S Mods
Modifications to print for the P2S and AMS2: https://makerworld.com/en/models/1286770-ams-2-pro-saver-snag-cutter-v1-2#profileId-1316062 https://makerworld.com/en/models/1254274-ptfe-tube-cutter-the-bowden-puck?from=search#profileId-1277307 https://makerwor...