|
You are here |
brunty.me | ||
| | | | |
shermanonsoftware.com
|
|
| | | | | A static analyzer can go through code and find big-O type problems. A developer can go through and refactor the code to make it run more efficiently. Neither of these tasks requires much context about the larger system. For example, a function can take a list of contacts and load each one from the database.... | |
| | | | |
conradakunga.com
|
|
| | | | | Suppose you had the following class: | |
| | | | |
jameschambers.com
|
|
| | | | | When you create an entity for a database context in Entity Framework that has a decimal column, you may run into problems with truncation happening silently to you behind the scenes. With a default pr | |
| | | | |
arnorhs.dev
|
|
| | | I've been doing some Wordpress development for the last year or so. A few client projects, some personal etc. A common chore that I find myself doing is developing the sites on one server and then moving them to the next. Very often I'll be developing on a virtual machine instance on my local machine and then placing the files online later. Just copying the files and exporting and importing the database will not do, so there are a few extra steps you need to take to do this successfully. So the best way ... | ||