Last updated: 13 October 2023 Visual Studio 2017 has a new feature called Live Unit Testing. It’s currently not> available for .NET Core…
Keep Reading →
If you have multiple projects that need to interact with one another, you can configure Visual Studio to launch multiple projects whenever…
Keep Reading →
If you’re using git and creating branches, then making pull requests, and ultimately merging them back into your main/master branch, you may…
Keep Reading →
I’ll be teaching a one-day workshop at DevIntersections’ spring show on Domain-Driven Design with ASP.NET Core. I gave this workshop, which…
Keep Reading →
Last updated: 13 October 2023 I really like the workflow that GitHub Pull Requests allow. It’s great even in tiny projects to be able to get…
Keep Reading →
You can use the latest version of the dotnet CLI (installed by default with the latest version of Visual Studio 2017, or available here) to…
Keep Reading →
I'm involved in quite a few businesses and ventures at any given time, and most of them have an email account associated with them. My…
Keep Reading →
A feature I’ve long wished for in .NET Core and its command line interface (CLI) is the ability to manage nuget references from the command…
Keep Reading →
Last month, Brendan Enrick published a short course on What’s New in C#6. He also presented a standing-room-only session on the subject at…
Keep Reading →
A common question I encounter is, “what is the difference between a message bus (or service bus) and a message queue?” There has been some…
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 →