Consider a scenario where you have a many-to-many relationship, but it’s nullable. For instance, maybe you have Articles and Categories (or…
Keep Reading →
I have a fairly old projector that recently required a new bulb. It’s a Sharp XV-Z9000U model, which has bulbs that last for something like…
Keep Reading →
Last week at CodeMash I went through the Harry Potter Book Kata with Steve (@underwhelmed). This is an interesting kata because it pretty…
Keep Reading →
If you are using MSMQ, either directly or with the help of a package like NServiceBus, you may encounter errors if your server becomes…
Keep Reading →
Introduction The Command Query Responsibility Separation (CQRS) pattern is an enterprise pattern that can be used to increase the…
Keep Reading →
I’ve been writing tests and unit tests for quite a while, and naturally my personal preference for naming them has evolved somewhat with…
Keep Reading →
If you encounter this error in your ASP.NET application after updating it while using NServiceBus: Server Error in ‘/’ Application. Type…
Keep Reading →
If you see this bug while running an application that is referencing some third-party DLLs that you recently downloaded, your first thought…
Keep Reading →
I picked up Presentation Zen by Garr Reynolds earlier this year, and finally managed to finish it. It comes highly recommended by many…
Keep Reading →
The Problem If you've written much ASP.NET code since 2005, you've probably used the built-in role provider, or rolled your own, and written…
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
- 170 Next Page →