Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
QuestionNuget Dependency Problem (NServiceBus) Pin
jochance14-Feb-24 15:25
jochance14-Feb-24 15:25 
AnswerRe: Nuget Dependency Problem (NServiceBus) Pin
Richard MacCutchan14-Feb-24 21:48
mveRichard MacCutchan14-Feb-24 21:48 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
jochance15-Feb-24 2:30
jochance15-Feb-24 2:30 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
Richard MacCutchan15-Feb-24 2:33
mveRichard MacCutchan15-Feb-24 2:33 
JokeRe: Nuget Dependency Problem (NServiceBus) Pin
jochance15-Feb-24 2:37
jochance15-Feb-24 2:37 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
Richard MacCutchan15-Feb-24 3:01
mveRichard MacCutchan15-Feb-24 3:01 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
jochance15-Feb-24 12:32
jochance15-Feb-24 12:32 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
Richard MacCutchan15-Feb-24 20:55
mveRichard MacCutchan15-Feb-24 20:55 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
jschell15-Feb-24 11:44
jschell15-Feb-24 11:44 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
jochance15-Feb-24 12:38
jochance15-Feb-24 12:38 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
Pete O'Hanlon15-Feb-24 19:10
mvePete O'Hanlon15-Feb-24 19:10 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
Richard MacCutchan15-Feb-24 20:54
mveRichard MacCutchan15-Feb-24 20:54 
GeneralRe: Nuget Dependency Problem (NServiceBus) Pin
jschell16-Feb-24 7:15
jschell16-Feb-24 7:15 
QuestionGracefully exit a .net 8 based windows service [SOLVED] Pin
Richard Andrew x6410-Feb-24 13:01
professionalRichard Andrew x6410-Feb-24 13:01 
AnswerRe: Gracefully exit a .net 8 based windows service Pin
OriginalGriff10-Feb-24 19:53
mveOriginalGriff10-Feb-24 19:53 
GeneralRe: Gracefully exit a .net 8 based windows service Pin
Richard Andrew x6411-Feb-24 4:47
professionalRichard Andrew x6411-Feb-24 4:47 
AnswerRe: Gracefully exit a .net 8 based windows service Pin
Gerry Schmitz11-Feb-24 9:03
mveGerry Schmitz11-Feb-24 9:03 
AnswerRe: Gracefully exit a .net 8 based windows service [SOLVED] Pin
jschell13-Feb-24 4:50
jschell13-Feb-24 4:50 
QuestionHaving trouble opening a registry key Pin
Richard Andrew x648-Feb-24 14:57
professionalRichard Andrew x648-Feb-24 14:57 
AnswerRe: Having trouble opening a registry key Pin
Dave Kreskowiak8-Feb-24 16:27
mveDave Kreskowiak8-Feb-24 16:27 
AnswerRe: Having trouble opening a registry key Pin
OriginalGriff8-Feb-24 20:02
mveOriginalGriff8-Feb-24 20:02 
GeneralRe: Having trouble opening a registry key Pin
jochance13-Feb-24 9:30
jochance13-Feb-24 9:30 
GeneralRe: Having trouble opening a registry key Pin
OriginalGriff13-Feb-24 19:56
mveOriginalGriff13-Feb-24 19:56 
That was the original idea: a single centralized depository for all config info. So it grew and grew, and bloated massively, slowed down everything and became a source of problems because there was no defined (or enforceable) separation of App A info from App B, much less system related info. It also added a route by which trojans could inject themselves into other apps very simply by modifying the config info.

So it became depreciated as a centralized store for new apps because of the problems it caused, and security features evolved as UAC was introduced which deliberately made it harder to use. Those continue to become more restrictive as the OS evolves - at some point it will probably become off limits to all non-admin apps (it's only not at present for backward compatibility with legacy applications).

If it had been designed as a sandbox environment in the first place, it could have been a really useful secure store - but it never was and that lack of foresight shows in the zombie version we currently have! Big Grin | :-D
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony
"Common sense is so rare these days, it should be classified as a super power" - Random T-shirt
AntiTwitter: @DalekDave is now a follower!


modified 14-Feb-24 3:02am.

AnswerRe: Having trouble opening a registry key Pin
Richard Deeming8-Feb-24 22:47
mveRichard Deeming8-Feb-24 22:47 
AnswerRe: Having trouble opening a registry key Pin
Eddy Vluggen12-Feb-24 12:36
professionalEddy Vluggen12-Feb-24 12:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.