Infotag Was bringt .NET 4.5,Visual Studio 11 & Windows 8? Mi, 20.06.2012 in Essen Fr, 20.07.2012 in München mit Dr. H. Schwichtenberg, M. Steyer & Dr. J. Fuchs 9:30 bis 19:00 Uhr - ab 149€ Infos & Anmeldung
.NET 4.0-Seminar ASP.NET-Seminar C#-Seminar Visual Basic .NET-Seminar TFS-Seminar SQL Server-Seminar PowerShell-Seminar Azure/Cloud-Seminar SharePoint-Seminar
.NET 4.0 Update .NET 4.0 Crashkurs ASP.NET 4.0 mit C# Windows Scripting PowerShell 2.0
Erläuterung des Begriffs Command Query Responsibility Segregation
"CQRS stands for Command Query Responsibility Segregation. It's a pattern that I first heard described by Greg Young. At its heart is a simple notion that you can use a different model to update information than the model you use to read information. This simple notion leads to some profound consequences for the design of information systems." Quelle: http://martinfowler.com/bliki/CQRS.html Beispiel: Für Datenlesen ein Denormalisiertes Modell, für Aktualisierungen ein normalisiertes Modell.
Querverweise zu anderen Begriffen im Lexikon