Blog
Artikel & Notizen
Praxisnahe Artikel zu Angular, moderner Web-Architektur, Testing und KI-gestützter Entwicklung. Gewachsen über viele Jahre.
Free ebook: Programming Windows Phone 7, by Charles Petzold
Free ebook: Programming Windows Phone 7, by Charles Petzold This book is a gift from the Windows Phone 7 team at Microsoft to the programming community. The books…
Weiterlesen →
Unity Application Block: Event Broker with ASP.NET MVC
For my colleagues at work I evaluated the Simple Event Broker from the Patterns and Practices team. In my opinion this extension is a very valuable piece of…
Weiterlesen →Lesson 07 – Continued: Unit Testing in Detail
We are going to continue with the slides from last lecture. I will give you a lot of space for questions and to conduct experiments with your code!
Weiterlesen →Update: ADO.NET Unit Testable Repository Generator v0.5
I released version 0.5 of the "ADO.NET Unit Testable Repository Generator". In a short time the download counter reached 900 . W00t! :mrgreen: This encouraged me to…
Weiterlesen →Lesson 06 – Unit Testing in Detail
In this lecture I want to concentrate again on Unit Tests with Visual Studio 2010. I finished the lesson with a lot of open questions. I will try to address all of…
Weiterlesen →GERMAN: WCF Einführung (WCF Introduction)
[ENGLISH] I found this presentation on my disk. It’s an introduction to the Windows Communication Foundation (WCF) that was released with .NET 3.0. The slides are…
Weiterlesen →Lesson 05 – First ASP.NET MVC project (2nd part – Unit testing)
Please repeat the stuff and answer the following questions by mail: 1. What are Unit Tests? 2. Why and when should I use them? 3. How do I write Unit Tests? We will…
Weiterlesen →
Windows Phone 7 Camp
This weekend I'm participating at the Windows 7 Phone Camp from Microsoft. Developing with Silverlight 3 is fairly straightforward! At the camp I wrote this small…
Weiterlesen →
Walkthrough: ADO.NET Unit Testable Repository Generator
This walkthrough is going to show you the usage of my new T4 template called "ADO.NET Unit Testable Repository Generator". Table of contents: - Step 1: Create the…
Weiterlesen →
ADO.NET Unit Testable Repository Generator
At work we are going to do a big refactoring on a ASP.NET MVC project. I learned a lot of this project. One hard lesson was: the code base is as good is the…
Weiterlesen →Lesson 04 – First ASP.NET MVC project
Hello Students, tomorrow we will do some live coding. You should watch the NerdDinner video, if you haven’t done that already. This time, no special preparation is…
Weiterlesen →Lesson 03 – Hello ASP.NET MVC
In this lesson I want to concentrate on the server side of our application. As you already know, web applications are a very big topic. This time you will not need…
Weiterlesen →