diff --git a/content/tags/addin/_index.md b/content/tags/addin/_index.md new file mode 100644 index 0000000..de8b9bb --- /dev/null +++ b/content/tags/addin/_index.md @@ -0,0 +1,5 @@ +--- +title: "Addin" +--- + +Das Visual Studio Add-in „Copy Source As HTML" — für formatierte Code-Übertragung in HTML, ideal für Blogs und Dokumentation. diff --git a/content/tags/architektur/_index.md b/content/tags/architektur/_index.md new file mode 100644 index 0000000..d28c04b --- /dev/null +++ b/content/tags/architektur/_index.md @@ -0,0 +1,5 @@ +--- +title: "Architektur" +--- + +Softwarezellen, Design by Contract und Plug-In-Architekturen — Gedanken zu Struktur, Verträgen und klarem Aufbau von Software. diff --git a/content/tags/asp-classic/_index.md b/content/tags/asp-classic/_index.md new file mode 100644 index 0000000..6b62e45 --- /dev/null +++ b/content/tags/asp-classic/_index.md @@ -0,0 +1,5 @@ +--- +title: "ASP-Classic" +--- + +SOAP-Kommunikation zwischen ASP-Classic und .NET-Webservices — technische Anleitungen für den Legacy-Betrieb. diff --git a/content/tags/assemblies/_index.md b/content/tags/assemblies/_index.md new file mode 100644 index 0000000..b4ddd3c --- /dev/null +++ b/content/tags/assemblies/_index.md @@ -0,0 +1,5 @@ +--- +title: "Assemblies" +--- + +Grundlagen zu .NET-Assemblies: Aufbau, Laden und Reflexion für dynamische Architekturen. diff --git a/content/tags/assembly/_index.md b/content/tags/assembly/_index.md new file mode 100644 index 0000000..3253ab4 --- /dev/null +++ b/content/tags/assembly/_index.md @@ -0,0 +1,5 @@ +--- +title: "Assembly" +--- + +Dynamisches Laden von Assemblies und Reflection — Schlüsseltechnologien für flexible Plug-In-Systeme. diff --git a/content/tags/basics/_index.md b/content/tags/basics/_index.md new file mode 100644 index 0000000..62399e0 --- /dev/null +++ b/content/tags/basics/_index.md @@ -0,0 +1,5 @@ +--- +title: "Basics" +--- + +Die Grundlagen der professionellen Software-Entwicklung — von sauberer Codebasis bis zu bewährten Coding-Practices. diff --git a/content/tags/buch/_index.md b/content/tags/buch/_index.md new file mode 100644 index 0000000..1107df1 --- /dev/null +++ b/content/tags/buch/_index.md @@ -0,0 +1,5 @@ +--- +title: "Buch" +--- + +Buchbesprechungen und Zusammenfassungen — von „Clean Code" über „Code Complete" bis zu „The Pragmatic Programmer". diff --git a/content/tags/buchempfehlung/_index.md b/content/tags/buchempfehlung/_index.md new file mode 100644 index 0000000..b862ac9 --- /dev/null +++ b/content/tags/buchempfehlung/_index.md @@ -0,0 +1,5 @@ +--- +title: "Buchempfehlung" +--- + +Unsere Empfehlungen für pflichtlektürenwertige Bücher zur software-Entwicklung. diff --git a/content/tags/c#/_index.md b/content/tags/c#/_index.md new file mode 100644 index 0000000..49484e3 --- /dev/null +++ b/content/tags/c#/_index.md @@ -0,0 +1,5 @@ +--- +title: "C#" +--- + +Praktische C#-Entwicklung: Anonyme Datentypen, dynamisches Assembly-Laden, Plug-In-Patterns und Design by Contract mit Spec#. diff --git a/content/tags/ccd/_index.md b/content/tags/ccd/_index.md new file mode 100644 index 0000000..63c7412 --- /dev/null +++ b/content/tags/ccd/_index.md @@ -0,0 +1,5 @@ +--- +title: "CCD" +--- + +Der Clean Code Developer — von der Yellow Brick Road bis zu SOLID, DRY und professioneller Code-Kultur. diff --git a/content/tags/clean-code/_index.md b/content/tags/clean-code/_index.md new file mode 100644 index 0000000..7068cf2 --- /dev/null +++ b/content/tags/clean-code/_index.md @@ -0,0 +1,5 @@ +--- +title: "Clean Code" +--- + +Sauberer, lesbarer und wartbarer Code — unsere Erfahrungen mit Clean Code, Refactoring und bewährten Development-Practices. diff --git a/content/tags/coding/_index.md b/content/tags/coding/_index.md new file mode 100644 index 0000000..1777d59 --- /dev/null +++ b/content/tags/coding/_index.md @@ -0,0 +1,5 @@ +--- +title: "Coding" +--- + +Buch-Zusammenfassungen und Praxis-Tipps für besseres Programmieren — direkt aus dem Alltag als .NET-Entwickler. diff --git a/content/tags/community/_index.md b/content/tags/community/_index.md new file mode 100644 index 0000000..8a747d3 --- /dev/null +++ b/content/tags/community/_index.md @@ -0,0 +1,5 @@ +--- +title: "Community" +--- + +Open Spaces, BarCamps und User Groups — unser Austausch mit der .NET-Entwickler-Community. diff --git a/content/tags/contract-first/_index.md b/content/tags/contract-first/_index.md new file mode 100644 index 0000000..e59ecf8 --- /dev/null +++ b/content/tags/contract-first/_index.md @@ -0,0 +1,5 @@ +--- +title: "Contract-First" +--- + +Beim MVP-Pattern mit WinForms: Verträge zuerst definieren, dann implementieren — für testbare und klare Architekturen. diff --git a/content/tags/datenbank/_index.md b/content/tags/datenbank/_index.md new file mode 100644 index 0000000..e534c41 --- /dev/null +++ b/content/tags/datenbank/_index.md @@ -0,0 +1,5 @@ +--- +title: "Datenbank" +--- + +Von relationalen Datenbanken zu NoSQL — StupidDB als schemaloser Objektspeicher für .NET. diff --git a/content/tags/datenschutz/_index.md b/content/tags/datenschutz/_index.md new file mode 100644 index 0000000..adfb938 --- /dev/null +++ b/content/tags/datenschutz/_index.md @@ -0,0 +1,5 @@ +--- +title: "Datenschutz" +--- + +Datenschutz im Social Web — Diskussionen und Erfahrungen von BarCamps und in der Community. diff --git a/content/tags/facebook/_index.md b/content/tags/facebook/_index.md new file mode 100644 index 0000000..6732a4a --- /dev/null +++ b/content/tags/facebook/_index.md @@ -0,0 +1,5 @@ +--- +title: "Facebook" +--- + +Eindrücke und Diskussionen rund um soziale Plattformen wie Facebook — vom BarCamp bis zur Datenschutzdebatte. diff --git a/content/tags/howto/_index.md b/content/tags/howto/_index.md new file mode 100644 index 0000000..6565b27 --- /dev/null +++ b/content/tags/howto/_index.md @@ -0,0 +1,5 @@ +--- +title: "HowTo" +--- + +Praktische Schritt-für-Schritt-Anleitungen: Reflection, dynamisches Assembly-Laden, anonyme Datentypen und Plug-In-Architekturen. diff --git a/content/tags/html/_index.md b/content/tags/html/_index.md new file mode 100644 index 0000000..4568585 --- /dev/null +++ b/content/tags/html/_index.md @@ -0,0 +1,5 @@ +--- +title: "HTML" +--- + +HTML-Techniken in der Praxis: Code-Formatierung für Webseiten und die Umwandlung von Visual-Studio-Quellcode. diff --git a/content/tags/mvc/_index.md b/content/tags/mvc/_index.md new file mode 100644 index 0000000..a7b4c08 --- /dev/null +++ b/content/tags/mvc/_index.md @@ -0,0 +1,5 @@ +--- +title: "MVC" +--- + +ASP.NET MVC und Model-View-Presenter — Erfahrungsberichte, Vorträge und Implementierungsbeispiele. diff --git a/content/tags/mvp/_index.md b/content/tags/mvp/_index.md new file mode 100644 index 0000000..8f24e30 --- /dev/null +++ b/content/tags/mvp/_index.md @@ -0,0 +1,5 @@ +--- +title: "MVP" +--- + +Das Model-View-Presenter-Pattern in der Praxis — mit Contract-First-Ansatz in WinForms. diff --git a/content/tags/nosql/_index.md b/content/tags/nosql/_index.md new file mode 100644 index 0000000..bdf49fe --- /dev/null +++ b/content/tags/nosql/_index.md @@ -0,0 +1,5 @@ +--- +title: "NoSQL" +--- + +NoSQL mit StupidDB — ein schemaloser Objektspeicher für .NET, einfach und flexibel. diff --git a/content/tags/open-space/_index.md b/content/tags/open-space/_index.md new file mode 100644 index 0000000..872e110 --- /dev/null +++ b/content/tags/open-space/_index.md @@ -0,0 +1,5 @@ +--- +title: "Open Space" +--- + +Eindrücke von .NET Open Spaces in Leipzig und Ulm — intensiver Austausch ohne Agenda, direkt mit den besten Köpfen der Branche. diff --git a/content/tags/patterns/_index.md b/content/tags/patterns/_index.md new file mode 100644 index 0000000..6ef00aa --- /dev/null +++ b/content/tags/patterns/_index.md @@ -0,0 +1,5 @@ +--- +title: "Patterns" +--- + +Entwurfsmuster und WebCast-Empfehlungen — von async-Patterns bis zu bewährten Solution-Patterns. diff --git a/content/tags/plug-in/_index.md b/content/tags/plug-in/_index.md new file mode 100644 index 0000000..a50d15a --- /dev/null +++ b/content/tags/plug-in/_index.md @@ -0,0 +1,5 @@ +--- +title: "Plug-In" +--- + +Plug-In-Architekturen mit Reflection und dynamischem Assembly-Laden — für erweiterbare .NET-Anwendungen. diff --git a/content/tags/prio.conference/_index.md b/content/tags/prio.conference/_index.md new file mode 100644 index 0000000..584ea2d --- /dev/null +++ b/content/tags/prio.conference/_index.md @@ -0,0 +1,5 @@ +--- +title: "prio.conference" +--- + +Tagungsbericht von der prio.conference 2009 in München — Sessions zu UI-Entwicklung, Usability und agiler Softwareentwicklung. diff --git a/content/tags/refaktorisierung/_index.md b/content/tags/refaktorisierung/_index.md new file mode 100644 index 0000000..a4ec775 --- /dev/null +++ b/content/tags/refaktorisierung/_index.md @@ -0,0 +1,5 @@ +--- +title: "Refaktorisierung" +--- + +Refactoring mal anders erklärt — mit Metaphern aus dem Alltag und konkreten Beispielen aus der Praxis. diff --git a/content/tags/reflection/_index.md b/content/tags/reflection/_index.md new file mode 100644 index 0000000..9639628 --- /dev/null +++ b/content/tags/reflection/_index.md @@ -0,0 +1,5 @@ +--- +title: "Reflection" +--- + +.NET-Reflection: Wozu dient sie, wie funktioniert dynamisches Assembly-Laden, und warum ist sie der Schlüssel zu flexiblen Architekturen? diff --git a/content/tags/schemalos/_index.md b/content/tags/schemalos/_index.md new file mode 100644 index 0000000..1209f32 --- /dev/null +++ b/content/tags/schemalos/_index.md @@ -0,0 +1,5 @@ +--- +title: "Schemalos" +--- + +Kein starres Schema, volle Flexibilität — StupidDB als NoSQL-Ansatz für die einfache Objektpersistierung. diff --git a/content/tags/scrum/_index.md b/content/tags/scrum/_index.md new file mode 100644 index 0000000..847c76c --- /dev/null +++ b/content/tags/scrum/_index.md @@ -0,0 +1,5 @@ +--- +title: "SCRUM" +--- + +Reflexion über unsere SCRUM-Einführung — was lief gut, was lief anders, und warum „Scrumbut" kein Schimpfwort ist. diff --git a/content/tags/socialweb/_index.md b/content/tags/socialweb/_index.md new file mode 100644 index 0000000..4561ece --- /dev/null +++ b/content/tags/socialweb/_index.md @@ -0,0 +1,5 @@ +--- +title: "Social Web" +--- + +Dezentrale soziale Protokolle, Facebook und Datenschutz — Diskussionen vom BarCamp Bodensee. diff --git a/content/tags/sonne/_index.md b/content/tags/sonne/_index.md new file mode 100644 index 0000000..42e9236 --- /dev/null +++ b/content/tags/sonne/_index.md @@ -0,0 +1,5 @@ +--- +title: "Sonne" +--- + +Sommer, Sonne und BarCamp — Eindrücke von Events und Community-Treffen im Freien. diff --git a/content/tags/sourcecode/_index.md b/content/tags/sourcecode/_index.md new file mode 100644 index 0000000..bdd0434 --- /dev/null +++ b/content/tags/sourcecode/_index.md @@ -0,0 +1,5 @@ +--- +title: "Sourcecode" +--- + +Code-Formatierung und -Übertragung: Wie man Quellcode aus Visual Studio sauber in HTML und Blog-Artikel bekommt. diff --git a/content/tags/stupiddb/_index.md b/content/tags/stupiddb/_index.md new file mode 100644 index 0000000..e15589b --- /dev/null +++ b/content/tags/stupiddb/_index.md @@ -0,0 +1,5 @@ +--- +title: "StupidDB" +--- + +Unser Open-Source-Framework zur einfachen Objektpersistierung auf dem Dateisystem — vom ersten Entwurf bis zu NoSQL-Konzepten. diff --git a/content/tags/unit-tests/_index.md b/content/tags/unit-tests/_index.md new file mode 100644 index 0000000..1ef7fd6 --- /dev/null +++ b/content/tags/unit-tests/_index.md @@ -0,0 +1,5 @@ +--- +title: "Unit Tests" +--- + +Unit-Tests in der Praxis: Strategien für WebForms, nicht-öffentliche Methoden und Design by Contract. diff --git a/content/tags/veranstaltung/_index.md b/content/tags/veranstaltung/_index.md new file mode 100644 index 0000000..9f89808 --- /dev/null +++ b/content/tags/veranstaltung/_index.md @@ -0,0 +1,5 @@ +--- +title: "Veranstaltung" +--- + +Open Spaces, BarCamps, User Groups und WebCamps — Berichte von .NET-Veranstaltungen und Community-Treffen. diff --git a/content/tags/visual-studio/_index.md b/content/tags/visual-studio/_index.md new file mode 100644 index 0000000..7668a4b --- /dev/null +++ b/content/tags/visual-studio/_index.md @@ -0,0 +1,5 @@ +--- +title: "Visual Studio" +--- + +Nützliche Tools und Add-ins für Visual Studio — wie „Copy Source As HTML" für bessere Code-Dokumentation. diff --git a/content/tags/webapplication/_index.md b/content/tags/webapplication/_index.md new file mode 100644 index 0000000..8a000ad --- /dev/null +++ b/content/tags/webapplication/_index.md @@ -0,0 +1,5 @@ +--- +title: "Webapplication" +--- + +Architektur und Testbarkeit von Webanwendungen — von Schichtenarchitektur bis zu Workarounds für bessere Unit-Tests. diff --git a/content/tags/webcamp/_index.md b/content/tags/webcamp/_index.md new file mode 100644 index 0000000..3399cc6 --- /dev/null +++ b/content/tags/webcamp/_index.md @@ -0,0 +1,5 @@ +--- +title: "WebCamp" +--- + +Bericht vom Microsoft WebCamp in München — zwei Tage zu MVC2, Entity Framework und jQuery. diff --git a/content/tags/webcast/_index.md b/content/tags/webcast/_index.md new file mode 100644 index 0000000..339d579 --- /dev/null +++ b/content/tags/webcast/_index.md @@ -0,0 +1,5 @@ +--- +title: "WebCast" +--- + +Empfehlenswerte WebCasts und Podcasts für Entwickler — von Dime Casts bis zu Hanselminutes. diff --git a/content/tags/webservice/_index.md b/content/tags/webservice/_index.md new file mode 100644 index 0000000..e258d6c --- /dev/null +++ b/content/tags/webservice/_index.md @@ -0,0 +1,5 @@ +--- +title: "Webservice" +--- + +SOAP-Kommunikation und Webservice-Integration — Technische Anleitungen für den Austausch zwischen .NET und anderen Systemen. diff --git a/content/tags/winforms/_index.md b/content/tags/winforms/_index.md new file mode 100644 index 0000000..ae03757 --- /dev/null +++ b/content/tags/winforms/_index.md @@ -0,0 +1,5 @@ +--- +title: "WinForms" +--- + +Windows Forms in der Praxis — vom MVP-Pattern bis zu testbaren Desktop-Anwendungen. diff --git a/content/tags/wordpress/_index.md b/content/tags/wordpress/_index.md new file mode 100644 index 0000000..839cddc --- /dev/null +++ b/content/tags/wordpress/_index.md @@ -0,0 +1,5 @@ +--- +title: "Wordpress" +--- + +WordPress als Blog-Plattform — Erfahrungen mit Code-Export, Theme-Anpassungen und Content-Migration.