Skip to main content
Microsoft
Cesar de la Torre
Cesar de la Torre
  • Home
  • DevBlogs
    • Visual Studio
    • Visual Studio Code
    • Visual Studio for Mac
    • DevOps
    • Developer support
    • CSE Developer
    • Engineering@Microsoft
    • Azure SDK
    • IoT
    • Command Line
    • Perf and Diagnostics
    • Dr. International
    • Notification Hubs
    • Math in Office
    • DirectX
    • PIX
    • SurfaceDuo
    • Startups
    • Sustainable Engineering
    • Windows AI Platform
    • C++
    • C#
    • F#
    • Visual Basic
    • TypeScript
    • PowerShell Community
    • PowerShell Team
    • Python
    • Q#
    • JavaScript
    • Java
    • Java Blog in Chinese
    • .NET
    • .NET MAUI
    • Blazor
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Bing Dev Center
    • Microsoft Edge Dev
    • Microsoft Azure
    • Microsoft 365 Developer
    • Old New Thing
    • Windows MIDI and Music dev
    • Windows Search Platform
    • Azure Cosmos DB
    • Azure Data Studio
    • Azure SQL Database
    • 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.

    Entity-Framework - Cesar de la Torre

    MyCompany Demo Apps – Extended info and related sessions (DemoScripts and PPT/decks)
    MyCompany Demo Apps – Extended info and related sessions (DemoScripts and PPT/decks)
    December 12, 2013 Dec 12, 2013 12/12/13
    Cesar De la Torre
    ---- [UPDATE January 2014]: Added two more client apps to 'MyCompany Demo Apps', the iPad and Android client applications developed in C# with Xamarin.iOS and Xamarin.Android thanks to a partnership we made between Microsoft and Xamarin]. Get it from: https://github.com/xamarin/MyCompany/ ---- At the Visual Studio 2013 Launch Event (...

    Comments are closed.0.NET 4.5.1Entity-FrameworkModern Apps
    Just released our .NET Business Applications Technology Guide (MS PRESS eBook)
    Just released our .NET Business Applications Technology Guide (MS PRESS eBook)
    July 11, 2013 Jul 11, 2013 07/11/13
    Cesar De la Torre
    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.1ArchitectureCQRS
    Coloring Entities with EF 5.0 RC and VS.2012 RC
    Coloring Entities with EF 5.0 RC and VS.2012 RC
    June 3, 2012 Jun 3, 2012 06/3/12
    Cesar De la Torre
    In Visual Studio 2012 RC (the Release Candidate was released last week on May 31st 2012) and Entity Framework 5.0 RC, the Entity Designer surface of EF MODEL/DATABASE FIRST, now supports entity shape coloring. This is really nice to differentiate categories, like when you have several AGGREGATES within your MODEL, etc. Here is a sneak peak of ...

    Comments are closed.0Entity-FrameworkVisual Studio 2012
    Entity Framework Code First DbContext and SQL Azure Connection Fault Handling
    Entity Framework Code First DbContext and SQL Azure Connection Fault Handling
    April 24, 2012 Apr 24, 2012 04/24/12
    Cesar De la Torre
      I’ve been working migrating an App to Windows Azure and SQL Azure. This app is using Entity Framework 4.3 Code First and DbContext. One important point is related to the SQL Azure Conection Fault Handling. If you don’t know about this topic, you can read this explanatory info: http://social.technet.microsoft.com/wiki/...

    Comments are closed.0Entity-FrameworkSQL AzureWindow Azure
    EF 4.1.1 RTM (Update) and Code First Migrations August 2011 CTP Released
    EF 4.1.1 RTM (Update) and Code First Migrations August 2011 CTP Released
    July 30, 2011 Jul 30, 2011 07/30/11
    Cesar De la Torre
    EF 4.1 Update 1 (EF 4.1.1) has been released a few days ago. http://blogs.msdn.com/b/adonet/archive/2011/07/25/ef-4-1-update-1-released.aspx The important point is also EF 4.1.1 Code First Migrations August 2011 CTP Released: http://blogs.msdn.com/b/adonet/archive/2011/07/27/code-first-migrations-august-2011-ctp-released.aspx This is really ...

    Comments are closed.0Entity-Framework
    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!
    May 27, 2011 May 27, 2011 05/27/11
    Cesar De la Torre
    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
    Entity Framework 4.1 just Released!
    Entity Framework 4.1 just Released!
    April 14, 2011 Apr 14, 2011 04/14/11
    Cesar De la Torre
    For me, it means fundamentally ‘Code First approach’, which is actually the best approach for DDD (Domain Driven Design) architectural styles (for your Domain Entity Model). So now, it is ready for production developments!!. Release to Web (RTW) of Microsoft ADO.NET Entity Framework 4.1 (EF 4.1). This is a fully supported, go-live ...

    Comments are closed.0DDDEntity-Framework
    Handling SQL Azure Connections issues using Entity Framework 4.0
    Handling SQL Azure Connections issues using Entity Framework 4.0
    December 20, 2010 Dec 20, 2010 12/20/10
    Cesar De la Torre
        The underlying platform within SQL Azure consists of many instances of SQL Server, each of which is managed by the SQL Azure fabric. The SQL Azure fabric is a distributed computing system composed of tightly integrated networks, servers, and storage. It enables automatic failover, load balancing, and automatic replication ...

    Comments are closed.0AzureEntity-FrameworkSQL Azure
    Using Entity Framework Self Tracking Entities with AppFabric CACHE (‘Velocity’) and .NET 4.0 RTM
    Using Entity Framework Self Tracking Entities with AppFabric CACHE (‘Velocity’) and .NET 4.0 RTM
    April 30, 2010 Apr 30, 2010 04/30/10
    Cesar De la Torre
    Currently, when you try to use Entity Framework STE (Self Tracking Entities) and AppFabric-Cache (aka. “Velocity”), you’ll get a runtime error. I mean, what we’re trying to do is trying to serialize STE objects within AppFabric-Cache. For instance, we could try to execute the following code, using AppFabric Cache API: var ...

    Comments are closed.0.NET 4.0AppFabricEntity-Framework
    Repeating in Barcelona (May 13th) the Architects Forum XXV (N-Layer DDD Architecture with .NET 4.0)
    Repeating in Barcelona (May 13th) the Architects Forum XXV (N-Layer DDD Architecture with .NET 4.0)
    April 26, 2010 Apr 26, 2010 04/26/10
    Cesar De la Torre
    REPEATING IT IN BARCELONA!! :-) --> (May 13th 2010) We really had a lot of requests asking for re-delivering this event in Barcelona. It also was a great success in Madrid last March 24th 2010 (almost 200 attendees and people really liked it). So, there we go, we’ll repeat it in Barcelona!! On May 13th 2010 we’ll deliver in Barcelona ...

    Comments are closed.0.NET 4.0AppFabricDDD
    • 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 Pro 8
    • Surface Laptop Studio
    • Surface Pro X
    • Surface Go 3
    • Surface Duo 2
    • Surface Pro 7+
    • Windows 11 apps
    • HoloLens 2
    Microsoft Store
    • Account profile
    • Download Center
    • Microsoft Store support
    • Returns
    • Order tracking
    • Virtual workshops and training
    • Microsoft Store Promise
    • Flexible Payments
    Education
    • Microsoft in education
    • Devices for education
    • Microsoft Teams for Education
    • Microsoft 365 Education
    • Education consultation appointment
    • Educator training and development
    • Deals for students and parents
    • Azure for students
    Business
    • Microsoft Cloud
    • Microsoft Security
    • Azure
    • Dynamics 365
    • Microsoft 365
    • Microsoft Advertising
    • Microsoft Industry
    • Microsoft Teams
    Developer & IT
    • Developer Center
    • Documentation
    • Microsoft Learn
    • Microsoft Tech Community
    • Azure Marketplace
    • AppSource
    • Microsoft Power Platform
    • Visual Studio
    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 2022