Skip to main content
Microsoft
Cesar de la Torre
Cesar de la Torre
  • Home
  • DevBlogs
    • 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 Community
    • PowerShell Team
    • Python
    • Q#
    • TypeScript
    • Visual Basic
    • Visual C#
    • Visual F#
    • .NET
    • ASP.NET
    • NuGet
    • Xamarin
    • #ifdef Windows
    • Apps for Windows
    • Azure Depth Platform
    • Azure Government
    • Azure SDKs
    • Bing Dev Center
    • Command Line
    • CSE Developer
    • Developer Support
    • DirectX Developer Blog
    • IoT Developer
    • Math In Office
    • Microsoft Edge Dev
    • Microsoft Azure
    • Office 365 Development
    • Old New Thing
    • PAX Media
    • 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.

    Entity-Framework Archives | 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)
    AvatarCesar De la TorreDecember 12, 2013Dec 12, 201312/12/13
    ---- [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-Framework
    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
    Coloring Entities with EF 5.0 RC and VS.2012 RC
    Coloring Entities with EF 5.0 RC and VS.2012 RC
    AvatarCesar De la TorreJune 3, 2012Jun 3, 201206/3/12
    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
    AvatarCesar De la TorreApril 24, 2012Apr 24, 201204/24/12
      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 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
    AvatarCesar De la TorreJuly 30, 2011Jul 30, 201107/30/11
    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!
    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
    Entity Framework 4.1 just Released!
    Entity Framework 4.1 just Released!
    AvatarCesar De la TorreApril 14, 2011Apr 14, 201104/14/11
    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
    AvatarCesar De la TorreDecember 20, 2010Dec 20, 201012/20/10
        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-Framework
    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
    AvatarCesar De la TorreApril 30, 2010Apr 30, 201004/30/10
    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.0AppFabric
    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)
    AvatarCesar De la TorreApril 26, 2010Apr 26, 201004/26/10
    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.0AppFabric
    • 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