Search Results

2
votes

Is there a way to avoid spaghetti code over the years?

I do not think it is normal. It is really hard to fight this thing when it was there for a couple of years. The only way to avoid it is to change the attitude: “The attitude that a …
0
votes

Getting started with socket programming in C# - Best practices

Consider using asynchronous sockets. You can find more information on the subject in Using an Asynchron …
1
vote

Keeping track number of connected users to WCF service?

You can create your implementation of IInstanceContextInitializer …
10
votes

Dependency injection through constructors or property setters?

Martin Fowler discusses options in Constructor versus Setter Injection …