I have 2 workers and autoscaller (WASABi) in my app. Each worker computing some data in manually created AppDomains (AppDomain.CreateDomain() and so on). One domain is for one computing task. Sometimes there are few task to complete. All works fine, no exception occurs. But sometimes there are a lot of [...] read more
I always like to name my projects with there names so like so: myname.myproduct.Web.csproj for example. This has always worked well for me, does anyone have an alternative? The problem now is I created an MVC project and name my project using my long namespace name, and it asked me [...] read more