Good news is that Autofac, my IoC container of choice, works with Xamarin and even within Portable Class Library. However there is one potential pitfall and it seems […]
.net / Deployment / Visual Studio / VMWare / VS 2008
Posted on:
Powerful and easy installation authoring of .net applications with Advanced Installer
Lately I’ve built a .net class library that supports COM as well. To make setup file I usually use Visual Studio’s Setup Project because I rarely do anything […]
.net / Deployment / DevExpress / Visual Studio
Posted on:
ClickOnce and DevExpress components deployment
Let’s say you’ve build a WinForms application and put some DevExpress (or any other 3rd party controls installed in GAC I suppose) controls in there. At some point […]