Skip to main content
Microsoft
Cesar de la Torre
Cesar de la Torre
  • Home
  • DevBlogs
    • App Center
    • Azure DevOps
    • Notification Hubs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • Azure Artifacts
    • Azure Boards
    • Azure Pipelines
    • Azure Repos
    • Azure Test Plans
    • DevOps
    • C++
    • Java
    • Java Blog in Chinese
    • JavaScript
    • PowerShell
    • Python
    • Q#
    • Scripting
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • Apps for Windows
    • Azure Government
    • Azure SDKs
    • Bing Dev Center
    • Command Line
    • Developer Support
    • DirectX Developer Blog
    • IoT Developer
    • Math In Office
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PAX Graph
    • PAX Media
    • PAX Windows
    • Perf and Diagnostics
    • PIX on Windows
    • Startup Developers
    • Surface Duo
    • Sustainable Software
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL
    • Azure Synapse Analytics
    • OData
    • Revolutions R
    • SQL Server Data Tools

    Cesar de la Torre

    Principal Program Manager at the .NET product Group (Microsoft Corp in Redmond, Seattle). Focus on Machine Learning .NET (ML.NET), .NET Core, Microservices based architecture, Docker Containers, Azure services.

    DDD Archives | Cesar de la Torre

    Free eBook/Guide on ‘.NET Microservices – Architecture for Containerized .NET Applications’
    Free eBook/Guide on ‘.NET Microservices – Architecture for Containerized .NET Applications’
    AvatarCesar De la TorreMay 10, 2017May 10, 201705/10/17
    The microservices architecture is emerging as an important approach for distributed mission-critical applications. In a microservice-based architecture, the application is built on a collection of services that can be developed, tested, deployed, and versioned independently. In addition, enterprises are increasingly realizing cost savings, ...

    Comments are closed.0ContainersDDD
    Domain Events vs. Integration Events in Domain-Driven Design and microservices architectures
    Domain Events vs. Integration Events in Domain-Driven Design and microservices architectures
    AvatarCesar De la TorreFebruary 7, 2017Feb 7, 201702/7/17
    This blog post is about comparing several approaches of Domain Events vs. Integration Events patterns already published by the community. I might evolve this post depending on feedback and some implementations we’ll be doing in the short/medium term. So, feel free to discuss about it with comments at the end of this post. I’m open to ...

    Comments are closed.0DDDDomain Events
    Just released our .NET Business Applications Technology Guide (MS PRESS eBook)
    Just released our .NET Business Applications Technology Guide (MS PRESS eBook)
    AvatarCesar De la TorreJuly 11, 2013Jul 11, 201307/11/13
    What is this guide / eBook about? UPDATE - Dec.2013 This same Guide has been published now as free MS PRESS eBook, here: http://blogs.msdn.com/b/microsoft_press/archive/2013/11/13/free-ebook-net-technology-guide-for-business-applications.aspx --- A few days ago (late June 2013, at BUILD) we released a new paper showing a global and broad...

    Comments are closed.0.NET 4.5.1Architecture
    Scoping CQRS and Event-Sourcing Guidance Project
    Scoping CQRS and Event-Sourcing Guidance Project
    AvatarCesar De la TorreJanuary 12, 2012Jan 12, 201201/12/12
    I am collaborating with the patterns & practices team. We are considering doing a guidance project on implementing systems using the Command & Query Responsibility Segregation (CQRS) approach. This is not going to be a framework or reusable components. We are positioning this project as a learning journey and envision providing an ...

    Comments are closed.0AzureCQRS
    We completed the IASA-DDD Conference! (November 7th 2011)
    We completed the IASA-DDD Conference! (November 7th 2011)
    AvatarCesar De la TorreNovember 9, 2011Nov 9, 201111/9/11
    It was a remarkable DDD (Domain Driven Design) event in Madrid, Spain. We got around 150 attendees!!, and taking into account that this is the inaugural event from the IASA-Spain association, and this association was almost unknown in Spain, until now, it is something I must highlight. Of course, having the keynotes delivered by Eric Evans and...

    Comments are closed.0CQRSDDD
    Value-Object pattern implementation in .NET
    Value-Object pattern implementation in .NET
    AvatarCesar De la TorreJuly 20, 2011Jul 20, 201107/20/11
    Regarding DDD patterns, here I link two nice Value-Object implementation samples: http://elegantcode.com/2009/06/07/generic-value-object/ http://grabbagoft.blogspot.com/2007/06/generic-value-object-equality.html...

    Comments are closed.0DDD
    Published first ALPHA version of Domain Oriented N-Layered Architecture V2.0
    Published first ALPHA version of Domain Oriented N-Layered Architecture V2.0
    AvatarCesar De la TorreJuly 3, 2011Jul 3, 201107/3/11
    [UPDATED - April 2017] - IMPORTANT:  For up-to-date architecture and development guidance using .NET (i.e. .NET Core, ASP.NET Core, Docker containers, etc.) including Domain-Driven Design patterns, microservices architectures and other .NET related technologies like Xamarin for mobile apps check this landing page pointing to multiple NEW ...

    Comments are closed.0DDD
    DDD-Exchange 2011
    DDD-Exchange 2011
    AvatarCesar De la TorreJune 13, 2011Jun 13, 201106/13/11
    So, it was such a great event with Eric Evans, Udi Dahan and Greg Young. Here I post a few pictures I got. Before starting: Eric Evans presenting the Agenda: Q&A to Eric, Udi and Greg: Saying hello to Udi: Strong discussions below… All in all, I really liked all the sessions, check it out here: http://skillsmatter.com/event/...

    Comments are closed.0ArchitectureCQRS
    Implementing a Value-Object Base class (Supertype pattern–DDD patterns related)
    Implementing a Value-Object Base class (Supertype pattern–DDD patterns related)
    AvatarCesar De la TorreJune 6, 2011Jun 6, 201106/6/11
    It is usually a recommended practice to have Value-Object base-class so we can have common functionality which can be used by all of our value-object classes. Typically, comparison methods or any other common subject for Value-Objects, should be included here. Below I show a sample Value-Object Base-Class...

    Comments are closed.0.NET 4.0DDD
    Don’t like EF 4.1 ‘Data Annotations’ for DDD Architectures implementation –’Fluent API’ fits better for that!
    Don’t like EF 4.1 ‘Data Annotations’ for DDD Architectures implementation –’Fluent API’ fits better for that!
    AvatarCesar De la TorreMay 27, 2011May 27, 201105/27/11
    I write this post in order to get some feedback regarding what I currently think about EF 4.1 Data Annotations and how it fits in DDD Architectural styles. About DDD Architectural styles, here it is our Architecture Guide (Though we are actually writing its second edition, adding EF 4.1 Code-First approach). But most DDD Architectural ...

    Comments are closed.0DDDEntity-Framework
    • Page 1
    • Page 2
    • Next page
    Archive
  • November 2019
  • September 2019
  • June 2019
  • May 2019
  • March 2019
  • May 2018
  • February 2018
  • November 2017
  • July 2017
  • May 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • September 2016
  • July 2016
  • June 2016
  • May 2016
  • February 2016
  • December 2015
  • January 2015
  • December 2014
  • November 2014
  • October 2014
  • June 2014
  • May 2014
  • April 2014
  • March 2014
  • February 2014
  • December 2013
  • July 2013
  • June 2013
  • March 2013
  • January 2013
  • November 2012
  • October 2012
  • September 2012
  • June 2012
  • May 2012
  • April 2012
  • February 2012
  • January 2012
  • December 2011
  • November 2011
  • October 2011
  • September 2011
  • July 2011
  • June 2011
  • May 2011
  • April 2011
  • March 2011
  • February 2011
  • December 2010
  • November 2010
  • October 2010
  • September 2010
  • July 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • March 2008
  • February 2008
  • January 2008
  • December 2007
  • November 2007
  • October 2007
  • September 2007
  • August 2007
  • July 2007
  • June 2007
  • May 2007
  • Relevant Links

    .NET Architecture Guides

    ML.NET Samples

    Topics
    .NET.NET 3.5.NET 4.0.NET 4.5.NET 4.5.1.NET Core.NET FrameworkADO.NETAIAIFAlexandriaAndroidAPI GatewayAppFabricArchitectureASP.NET CoreAutofacAzManAzureAzure App ServiceAzure Cognitive Services Custom VisionAzure Container RegistryAzure Container ServiceAzure FunctionsAzure Mobile AppAzure Service FabricazuredevopsBiztalk ServerC#CardSpaceChocolateyCodePlexContainersCQRSDDDdevopsDIDockerDocker SwarmDomain EventsDomain-Driven DesignEntity-FrameworkEvent-SourcingExpression BlendIE8IHostedServiceIntegration EventsIoCiOSISBJupyterKubernetesM LanguageMachine LearningmachinelearningMDDMesos DC/OSMetroMicroservicesMicrosoftMicrosoft Events SpeakerMLML.NETmlnetModel-Driven-SOAModern AppsMUrlN-LayerN-TierNotebooksOcelotOsloPatternsPDCPowerAppsRIARIA ServicesRoslynS+SSecurityService FabricSilverlightSOASQL AzureSQL Server 2008Surface BookSwaggerSwashbuckleTensorFlowTitanUnityUniversal Windows appsVisual Studio 2008Visual Studio 2010Visual Studio 2012Visual Studio 2013VS Android EmulatorVS.LightswitchVSTS 2010WCFWCF LOB AdaptersWebAPIWindow AzureWindows 10Windows 7Windows 8Windows 8.1Windows Server 2008Windows Server 2008 R2X++XamarinZachman Framework

    Stay informed

    Login
    Code Block
    What's new
    • Surface Duo
    • Surface Laptop Go
    • Surface Pro X
    • Surface Go 2
    • Surface Book 3
    • Microsoft 365
    • Windows 10 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Financing
    Education
    • Microsoft in education
    • Office for students
    • Office 365 for schools
    • Deals for students & parents
    • Microsoft Azure in education
    Enterprise
    • Azure
    • AppSource
    • Automotive
    • Government
    • Healthcare
    • Manufacturing
    • Financial services
    • Retail
    Developer
    • Microsoft Visual Studio
    • Windows Dev Center
    • Developer Center
    • Microsoft developer program
    • Channel 9
    • Microsoft 365 Dev Center
    • Microsoft 365 Developer Program
    • Microsoft Garage
    Company
    • Careers
    • About Microsoft
    • Company news
    • Privacy at Microsoft
    • Investors
    • Diversity and inclusion
    • Accessibility
    • Security
    English (United States)
    • Sitemap
    • Contact Microsoft
    • Privacy
    • Manage cookies
    • Terms of use
    • Trademarks
    • Safety & eco
    • About our ads
    • © Microsoft 2021