From 9bf9059f393b534ad917001ae1aaed5948eb8257 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Sat, 22 Aug 2026 10:07:24 +0200 Subject: [PATCH] category pages with description --- content/categories/architektur/_index.md | 5 +++++ content/categories/barcamp/_index.md | 5 +++++ content/categories/clean-code-developing/_index.md | 5 +++++ content/categories/how-to/_index.md | 5 +++++ content/categories/mvc/_index.md | 5 +++++ content/categories/open-space/_index.md | 5 +++++ content/categories/pattern/_index.md | 5 +++++ content/categories/prio.conference/_index.md | 5 +++++ content/categories/release/_index.md | 5 +++++ content/categories/scrum/_index.md | 5 +++++ content/categories/stupiddb/_index.md | 5 +++++ content/categories/tipps/_index.md | 5 +++++ content/categories/unit-testing/_index.md | 5 +++++ content/categories/veranstaltung/_index.md | 5 +++++ content/categories/visual-studio-addins/_index.md | 5 +++++ content/categories/webanwendungen/_index.md | 5 +++++ content/categories/webservice/_index.md | 5 +++++ layouts/_default/list.html | 1 + 18 files changed, 86 insertions(+) create mode 100644 content/categories/architektur/_index.md create mode 100644 content/categories/barcamp/_index.md create mode 100644 content/categories/clean-code-developing/_index.md create mode 100644 content/categories/how-to/_index.md create mode 100644 content/categories/mvc/_index.md create mode 100644 content/categories/open-space/_index.md create mode 100644 content/categories/pattern/_index.md create mode 100644 content/categories/prio.conference/_index.md create mode 100644 content/categories/release/_index.md create mode 100644 content/categories/scrum/_index.md create mode 100644 content/categories/stupiddb/_index.md create mode 100644 content/categories/tipps/_index.md create mode 100644 content/categories/unit-testing/_index.md create mode 100644 content/categories/veranstaltung/_index.md create mode 100644 content/categories/visual-studio-addins/_index.md create mode 100644 content/categories/webanwendungen/_index.md create mode 100644 content/categories/webservice/_index.md diff --git a/content/categories/architektur/_index.md b/content/categories/architektur/_index.md new file mode 100644 index 0000000..54f5f95 --- /dev/null +++ b/content/categories/architektur/_index.md @@ -0,0 +1,5 @@ +--- +title: "architektur" +--- + +Von Softwarezellen über Design by Contract bis zu asynchronen Kommunikationsmuster — hier dreht sich alles um Struktur, Verträge und den klaren Aufbau komplexer Software. diff --git a/content/categories/barcamp/_index.md b/content/categories/barcamp/_index.md new file mode 100644 index 0000000..41ad4f9 --- /dev/null +++ b/content/categories/barcamp/_index.md @@ -0,0 +1,5 @@ +--- +title: "barcamp" +--- + +Unsere Eindrücke und Berichte von BarCamps — von dezentralen sozialen Web-Protokollen bis hin zu Datenschutz-Diskussionen. diff --git a/content/categories/clean-code-developing/_index.md b/content/categories/clean-code-developing/_index.md new file mode 100644 index 0000000..362df99 --- /dev/null +++ b/content/categories/clean-code-developing/_index.md @@ -0,0 +1,5 @@ +--- +title: "clean code developing" +--- + +Die Grundlage unserer Arbeit: SOLID, DRY, Refactoring und professionelle Software-Entwicklung. Von der Theorie bis zur Praxis im Alltag — hier sammeln wir alles rund um den Clean Code Developer. diff --git a/content/categories/how-to/_index.md b/content/categories/how-to/_index.md new file mode 100644 index 0000000..ea600ad --- /dev/null +++ b/content/categories/how-to/_index.md @@ -0,0 +1,5 @@ +--- +title: "how-to" +--- + +Praktische Anleitungen für den Alltag: Reflection, dynamisches Assembly-Laden, Plug-In-Architekturen, anonyme Datentypen und Testbarkeit in .NET. diff --git a/content/categories/mvc/_index.md b/content/categories/mvc/_index.md new file mode 100644 index 0000000..dcfdac3 --- /dev/null +++ b/content/categories/mvc/_index.md @@ -0,0 +1,5 @@ +--- +title: "mvc" +--- + +Erfahrungsberichte und Implementierungsbeispiele zu ASP.NET MVC und dem Model-View-Presenter-Pattern in WinForms. diff --git a/content/categories/open-space/_index.md b/content/categories/open-space/_index.md new file mode 100644 index 0000000..4939816 --- /dev/null +++ b/content/categories/open-space/_index.md @@ -0,0 +1,5 @@ +--- +title: "open space" +--- + +Eindrücke von .NET Open Spaces in Leipzig und Ulm — unkonferenzartige Formate mit intensiven Diskussionen und direktem Austausch in der Community. diff --git a/content/categories/pattern/_index.md b/content/categories/pattern/_index.md new file mode 100644 index 0000000..a56cd5a --- /dev/null +++ b/content/categories/pattern/_index.md @@ -0,0 +1,5 @@ +--- +title: "pattern" +--- + +Entwurfsmuster in der Praxis — hier vor allem das Async-Pattern für saubere asynchrone Kommunikation in .NET-Anwendungen. diff --git a/content/categories/prio.conference/_index.md b/content/categories/prio.conference/_index.md new file mode 100644 index 0000000..a9788a6 --- /dev/null +++ b/content/categories/prio.conference/_index.md @@ -0,0 +1,5 @@ +--- +title: "prio.conference" +--- + +Tagungsbericht von der prio.conference 2009 in München — mit Sessions zu UI-Entwicklung, Usability und agiler Softwareentwicklung. diff --git a/content/categories/release/_index.md b/content/categories/release/_index.md new file mode 100644 index 0000000..21b4449 --- /dev/null +++ b/content/categories/release/_index.md @@ -0,0 +1,5 @@ +--- +title: "release" +--- + +Vorstellung unseres Open-Source-Frameworks StupidDB zur einfachen Objektpersistierung auf dem Dateisystem. diff --git a/content/categories/scrum/_index.md b/content/categories/scrum/_index.md new file mode 100644 index 0000000..f18cf2b --- /dev/null +++ b/content/categories/scrum/_index.md @@ -0,0 +1,5 @@ +--- +title: "scrum" +--- + +Reflexion über unsere eigene SCRUM-Einführung — was lief gut, was lief anders, und warum „Scrumbut" kein Schimpfwort ist. diff --git a/content/categories/stupiddb/_index.md b/content/categories/stupiddb/_index.md new file mode 100644 index 0000000..c90ec39 --- /dev/null +++ b/content/categories/stupiddb/_index.md @@ -0,0 +1,5 @@ +--- +title: "stupiddb" +--- + +StupidDB — unser schemaloser Objektspeicher für .NET. Von der ersten Idee über die Implementierung bis hin zu NoSQL-Konzepten. diff --git a/content/categories/tipps/_index.md b/content/categories/tipps/_index.md new file mode 100644 index 0000000..ea4525e --- /dev/null +++ b/content/categories/tipps/_index.md @@ -0,0 +1,5 @@ +--- +title: "tipps" +--- + +Nützliche Empfehlungen und konkrete Tipps — von hilfreichen WebCasts bis zu Mustern für asynchrone Kommunikation. diff --git a/content/categories/unit-testing/_index.md b/content/categories/unit-testing/_index.md new file mode 100644 index 0000000..9efdc52 --- /dev/null +++ b/content/categories/unit-testing/_index.md @@ -0,0 +1,5 @@ +--- +title: "unit testing" +--- + +Strategien und Workarounds für Unit-Tests in der Praxis — insbesondere bei nicht-öffentlichen Methoden und in WebForms-Umgebungen. diff --git a/content/categories/veranstaltung/_index.md b/content/categories/veranstaltung/_index.md new file mode 100644 index 0000000..379a7dd --- /dev/null +++ b/content/categories/veranstaltung/_index.md @@ -0,0 +1,5 @@ +--- +title: "veranstaltung" +--- + +Berichte von Veranstaltungen und Workshops — wie dem zweitägigen Microsoft WebCamp in München zu MVC2, Entity Framework und jQuery. diff --git a/content/categories/visual-studio-addins/_index.md b/content/categories/visual-studio-addins/_index.md new file mode 100644 index 0000000..b4b492c --- /dev/null +++ b/content/categories/visual-studio-addins/_index.md @@ -0,0 +1,5 @@ +--- +title: "visual studio addins" +--- + +Nützliche Tools und Add-ins für Visual Studio — wie „Copy Source As HTML" für formatierte Code-Übertragung in Dokumentation und Blogs. diff --git a/content/categories/webanwendungen/_index.md b/content/categories/webanwendungen/_index.md new file mode 100644 index 0000000..857f640 --- /dev/null +++ b/content/categories/webanwendungen/_index.md @@ -0,0 +1,5 @@ +--- +title: "webanwendungen" +--- + +Ansätze zur Testbarkeit und Architektur von ASP.NET WebForms — mit Schichtenarchitektur und Workarounds für bessere Unit-Tests. diff --git a/content/categories/webservice/_index.md b/content/categories/webservice/_index.md new file mode 100644 index 0000000..02a1621 --- /dev/null +++ b/content/categories/webservice/_index.md @@ -0,0 +1,5 @@ +--- +title: "webservice" +--- + +Technische Anleitungen zur SOAP-Kommunikation — wie der sichere Austausch zwischen ASP-Classic und .NET-Webservices funktioniert. diff --git a/layouts/_default/list.html b/layouts/_default/list.html index 8e1ad77..227b2cf 100644 --- a/layouts/_default/list.html +++ b/layouts/_default/list.html @@ -1,4 +1,5 @@ {{ define "main" }} +{{ with .Content }}
{{ . }}
{{ end }}

{{ .Title }}

{{ range .Pages }}