I'm using the command line to run build scripts and other tasks more and more, especially now that .NET Core / .NET 5 has the CLI and…
Keep Reading →
I'm working on a distributed system demo that relies on RabbitMQ for its inter-app messaging. Not wanting to force users to actually have to…
Keep Reading →
Early in my career I was taught this lesson by one of my clients. We were building an application for internal use at the company which…
Keep Reading →
A client I'm working with wanted a set of initial decisions and questions their team should address as they begin a new project. I did a bit…
Keep Reading →
A recent discussion on the devBetter.com private server spurred this article. One of the members was trying to work out a fairly complex…
Keep Reading →
Two terms that come up frequently when discussing software development in .NET and C# are DTO and POCO. Some developers use these terms…
Keep Reading →
Today as I was writing functional tests for API endpoints again I created some helpers to assist with the boilerplate code involved in such…
Keep Reading →
There's virtually no difference, physiologically, between the sensations and symptoms of fear and excitement. But there is a big difference…
Keep Reading →
I've been programming web applications using the MVC pattern for a very long time. What's more, I've been helping companies dig themselves…
Keep Reading →
Time for a recap of stats and important (and not so important) milestones from 2020, the year of the COVID-19 pandemic. Here are some other…
Keep Reading →
- ← Previous Page
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169 Next Page →