Search Results

0
votes

What is the best way to implement background services for an ASP.NET application?

Honestly I've never been a fan of trying to simulate a windows service inside an ASP.net process, especially when you consider how easy it is to create a Windows service. Most of the attempts that …
2
votes

What real life bad habits has programming given you?

I see interfaces everywhere i.e. I think of a chair, a stool, and pants as all implementing the IFitAss interface. …