Automatic deployment of an ASP.NET Web Application Project with TeamCity and MSBuild

by Oliver 21. January 2011 20:19

We recently updated one our largest project to use ASP.NET 4.0, and for this matter the new Package/Publish feature including sub-web.configs which is meant to supersede the Web Deployment Project. For a manual deployment there’s a good write-up on the msdn library titled ASP.NET Web Application Pro... [More]

dotnetpro 10/2010 – some notes on useful links and further reading

by Oliver 19. January 2011 18:15

Parallel Programming in C# Free eBook: www.dotnetpro.de/SL1010News3 The Task class: use like 1: Task.Factory 2: .StartNew(() => { 3: var result = new MyCustomObject(); 4: // do something and return... [More]

enjoyed the post?

Tags:

How to: set up a new GIT repository on GitHub and clone it locally

by Oliver 19. January 2011 17:45

Login to your account at GitHub and click the “New Repository” button: Go ahead and enter a name for the new project, I suggest all lowercase letters and hyphens if needed (for easier typing, mostly). Then choose whether you want this repository to be publicly visible by the whole world or just ... [More]

enjoyed the post?

Tags:

Blog unter eigener Domain zugänglich machen

by Oliver 31. December 2010 18:04

Wir sind derzeit bei der Recherche und Installation unserer neuen Firmenseite www.teamaton.com und mehreren Blogs, die wir dort betreiben wollen. Uns bietet sich hier eine All-in-one-Lösung wie Orchard an, mit der wir sowohl unsere Firmenseite pflegen als auch unsere Blogs hosten und verwalten könne... [More]

enjoyed the post?

Tags:

Dokumente sprachabhängig ausliefern mit URL-Rewriting

by Oliver 16. December 2010 16:52

Für das noch relativ neue Premium-Feature auf Camping.Info hat unser Designer und UX-Experte Andrej, der unter friendly-fox.com bloggt, eine Broschüre entworfen, die wir unter www.camping.info/docs/premium-brochure.pdf für Interessenten zum Download anbieten. Da Camping.Info ein vielsprachiges Porta... [More]

enjoyed the post?

Tags:

Checkbox: Zustandswechsel verhindern mit jQuery

by Oliver 11. November 2010 16:15

Untertitel (wonach ich bei Google suchen würde, um diese Lösung zu finden): How to prevent unchecking of a checked checkbox (using jQuery, for example). Wie verhindert man das Abwählen einer ausgewählten Checkbox? Mit jQuery wie folgt: 1: <script type="text/javascript"> ... [More]

enjoyed the post?

Tags:

Startup-Tasks in (Web-)Anwendung

by Oliver 27. October 2010 19:42

Soeben las ich einen sehr interessanten Blog-Post von Ayende Rahien, in dem er Pluggability mittels MEF erwähnt. Scott Hanselman schreibt über MEF: “MEF is effectively a Dating Service for Components.”, also für mich eine Art von Dependency Injection und wahrscheinlich noch viel mehr. Spannend für ... [More]

enjoyed the post?

Tags:

The type or namespace name 'Generic' could not be found (are you missing a using directive or an assembly reference?)

by Oliver 5. October 2010 21:43

Als ich heute eine kleine Windows-Forms-Anwendung bauen wollte, die ein paar Datenbank-Daten-Migrations-Aufgaben unabhängig von unserer Web-Anwendung ausführen soll, stieß ich beim Versuch, die zuvor per TDD entwickelte und in einer zentralen Assembly (“Generic.Core”) ent... [More]

enjoyed the post?

Tags:

Autofac: NullReferenceException in Autofac. Component. Activation. ReflectionActivator. ConstructInstance

by Oliver 23. June 2010 15:10

Oder: Wie ich Autofac so nutze, dass ich eine hilfreichere Fehlermeldung erhalte. Wir nutzen Autofac und Autofac.Integration.Web mit PropertyInjection in einer BasePage-Klasse für Dependency Injection. Gestern bin ich (mind. schon zum zweiten Mal) über folgenden Fehler gestolpert (siehe auch Titel)... [More]

enjoyed the post?

Tags:

PowerCommands for Visual Studio 2010

by Oliver 29. May 2010 13:38

Nach dem Umstieg von VS 2008 habe ich sie etwas vermisst, jetzt sind sie mittlerweile in Version 1.0.1 da: die PowerCommands for Visual Studio 2010! Für alle, die VS als Administrator nutzen, sei noch darauf hingewiesen, dass eine entsprechende Option gesetzt werden muss (der Hinweis dazu kommt von... [More]

enjoyed the post?

Tags:

About Oliver

shades-of-orange.com code blog logo I build web applications using ASP.NET and have a passion for javascript. Enjoy MVC 4 and Orchard CMS, and I do TDD whenever I can. I like clean code. Love to spend time with my wife and our children. My profile on Stack Exchange, a network of free, community-driven Q&A sites

About Anton

shades-of-orange.com code blog logo I'm a software developer at teamaton. I code in C# and work with MVC, Orchard, SpecFlow, Coypu and NHibernate. I enjoy beach volleyball, board games and Coke.