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:

Embed Facebook Like Button – Right Align with css and Settings

by andrej 9. January 2011 18:28

If you want to embed a Facebook Like button and you want it to align to the right here is a fix with css only: First, get the embed code from facebook: http://developers.facebook.com/docs/reference/plugins/like If you embed the XFBML code and the button is smaller than the size you specified, the ... [More]

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:

.NET Open Space 2010 (Leipzig) Review

by Anton 25. October 2010 17:59

Vom 16. bis 17.10. fand das diesjährige Leipziger .NET Open Space statt. Insgesamt fand ich es auch diese Jahr wieder gut. Ich besuchte es in meiner Freizeit, aber mein Arbeitgeber zahlte die Reisekosten. Für .NET Softwareentwickler, wie ich einer bin, ist das .NET Open Space eine interessante (Un-)... [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:

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.