Describes my new Framework laptop and how I set up Linux host to run Linux VM as my daily OS.
Category Archives: Uncategorized
What Do We Need to Know about DNS
Not every programmer needs to know DNS. We tend to take it for granted. It’s there. It’s working. As we are moving to the cloud and Devops, it’s inevitable that we need to deal with network configuration. It’s important to understand some basics of DNS. This is the place to add a custom domain to …
Make It Your Habit to Fix Build Warnings
Warnings are not errors. Why do we bother to spend time fixing them? It feels so fast to get it compiled and run before looking into the warnings. It’s because warnings may reveal that the code is not what you mean. It should be your habit to fix build warnings. Errors or Warnings Build errors …
Dockerize Web Service
Move web service to docker container.
Redirect Assembly Binding
The configuration file is only applied either to application level or machine level. We can use AppDomain.AssemblyResolve to redirect bind at the assembly level.