News

Entity Developer 6.0 Now Supports EF Core 1.0, Telerik's Data Access

New version allows for visual design and code generation of apps using Microsoft's newest Entity Framework Core 1.0, as well as popular data access framework from Telerik.

Devart recently released a new version of its Entity Developer that has support for the latest release candidate of Entity Framework Core 1.0. ED version 6.0 also has support for Telerik Data Access.

Now that Entity Framework is a code-first tool (no longer is there an EF Designer for visually diagramming apps as of the more recent versions of Visual Studio), Entity Developer 6.0 alllows for a return to visually designing and modeling Entity Framework-based apps. "Entity Developer fully supports database-first and model-first approaches, updating of model from the database and database from the model," according to a company press release. "It offers all the necessary tools for visual creating ORM models and generating code for context, entities, and mapping."

Telerik Data Access is a third-party data access framework that also takes the code-fiirst approach. ED 6.0 adds support for TDA, providing a visual designer for mapping data access.

ED 6.0 also includes a number of Microsoft Text Template Transformation Toolkit templates, as well as EF Core 1.0 and Telerik Data Access code generation capabilities, with code generated in C# or VB, but ED 6.0 allows for code to be generated in other languages with some initial setup.

Entity Developer 6.0 is available here. Telerik Data Access is free and available here.

About the Author

Michael Domingo is a long-time software publishing veteran, having started up and managed several developer publications for the Clipper compiler, Microsoft Access, and Visual Basic. He's also managed IT pubs for 1105 Media, including Microsoft Certified Professional Magazine and Virtualization Review before landing his current gig as Visual Studio Magazine Editor in Chief. Besides his publishing life, he's a professional photographer, whose work can be found by Googling domingophoto.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube