ENTITY FRAMEWORK Tiếng anh là gì - trong Tiếng anh Dịch

Ví dụ về việc sử dụng Entity framework trong Tiếng việt và bản dịch của chúng sang Tiếng anh

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Nền tảng Entity Framework.
From Entity Framework.
Làm cách nào để sử dụng các giao dịch với Entity Framework?
How can I do this with the Entity Framework?
NET MVC 5 sử dụng Entity Framework 6 theo quy trình Code Firsrt.
NET MVC 5 applications using the Entity Framework 6, Code First workflow.
DbContext là một phần quan trọng của Entity Framework.
DbContext is an essential part of the Entity Framework.
Entity Framework ánh xạ các thực thể và các mối quan hệ được xác định trong mô hình của bạn vào cơ sở dữ liệu.
The Entity Framework maps the entities and relationships that are defined in your model to a database.
Làm cách nào để tôi xem SQL được tạo bởi Entity Framework?
How to View SQL Queries Generated by Entity Framew…?
Net sử dụng Entity Framework 6.2, vấn đề là bất cứ khi nào người dùng nhập ngày, họ sẽ thực hiện theo múi giờ địa….
Net web system that uses Entity Framework 6.2, the problem is that whenever a user enters a date, they do it in their local time….
Mô hình được lưu trữ ở tập tin EDMX(. edmx)và có thể xem, chỉnh sửa ở Entity Framework Designer.
The model is stored in an EDMX file(. edmx extension)and can be viewed and edited in the Entity Framework Designer.
Model First cho phép bạn tạo 1 mô hình dùng Entity Framework Designer và sau đó gieo lược đồ cơ sở dữ liệu từ mô hình.
Model First allows you to create a new model using the Entity Framework Designer and then generate a database schema from the model.
Để làm việc được với Code First thìtrước tiên chúng ta phải tiến hành cài đặt Entity Framework.
To get started with Entity Framework Code First,you first need to install the Entity Framework NuGet package.
Với mô hình cho trước, Entity Framework có thể tính 1 lược đồ database cho phép chúng ta lưu trữ và rút trích dữ liệu bằng mô hình.
Given our model, Entity Framework can calculate a database schema that will allow us to store and retrieve data using the model.
Đưa ra các vấn đề kiến trúc có thể phát sinh khi xây dựng các ứng dụng đatầng cho doanh nhiệp sử dụng Entity Framework.
Address the architectural issues that can arise whenbuilding an n-tier enterprise application by using the Entity Framework.
Các lập trình viên, Tôi đang đối mặt với một vấn đề kỳ lạ khi sử dụng Entity Framework và tôi muốn hiểu nguyên nhân sâu xa của việc này.
Fellow coders, I am facing a weird issue using Entity Framework and I would like to understand what the root cause of this.
Entity Framework đi kèm với LINQ Provider của nó cho phép Entity Framework làm việc với LINQ giống như" LINQ To SQL".
Entity Framework comes with its own LINQ Provider that allows Entity Framework to work with LINQ in the same way as LINQ 2 SQL.
Mô hình này được lưu trong tập tin tên là EDMX(. edmx) và cóthể xem và chỉnh sửa trong Entity Framework Designer( phần thiết kế Entity Framework).
The model is stored in an EDMX file(. edmx extension)and can be viewed and edited in the Entity Framework Designer.
NET Entity Framework, và các LINQ provider đang được viết bởi bên thứ ba cho nhiều dịch vụ Web và triển khai cơ sở dữ liệu khác.
NET Entity Framework is also planned, and LINQ providers are being written by third parties for many Web services and other database implementations.
Mô hình,bản đồ và truy cập dữ liệu với Entity Framework Core 2, sự phát triển mới nhất của khung ánh xạ quan hệ đối tượng của Microsoft.
Model, map, and access data effectively with Entity Framework Core 2, the latest evolution of Microsoft's object-relational mapping framework..
NET như Entity Framework, cải tiến cho các nhà thiết kế WPF, hỗ trợ trình gỡ lỗi cho các biểu tượng công cộng.
NET features such as the Entity Framework, numerous improvements to the WPF designers, WCF Templates for Silverlight projects, debugger support for the..
NET Core 3 được cho là sẽ giúp thu hẹp phần lớn khoảng cách về khả năng với. NET Framework 4.8, cho phép kích hoạt Windows Forms,WPF và Entity Framework 6.
Core 3 closes much of the remaining capability gap with. NET Framework 4.8, enabling Windows Forms,WPF, and Entity Framework 6.
Trong loạt bài này sẽ dùng Entity Framework để truy cập vào CSDL SQL Express, nhưng các khái niệm cơ bản của nó có thể áp dụng vào cho bất kỳ nguồn dữ liệu nào.
This walk through will use Entity Framework accessing the Sql Express database, but the basic concept applies to any data source.
NET Dynamic Data cung cấp một Framework cho phép chúng ta nhanh chóng xây dựng một chức năng ứng dụng driver- data,dựa trên LINQ to SQL hay Entity Framework.
Net Dynamic Data provides a framework that enables you to quickly build a functional data-driven application,based on a LINQ to SQL or Entity Framework data model.
Entity Framework cho phép bạn truy vấn, chèn, cập nhật và xóa dữ liệu, sử dụng các đối tượng Runtime Ngôn ngữ chung( CLR) được gọi là các thực thể.
The Entity Framework enables you to query, insert, update, and delete data, using Common Language Runtime(CLR) objects which is known as entities..
New năng động tính năng bao gồm các bộ lọc dữ liệu truy vấn mới, các mẫu thực thể,hỗ trợ phong phú hơn cho Entity Framework 4, và xác nhận và các tính năng templating có thể dễ dàng áp dụng cho các hình thức web hiện có.
New dynamic data features including new query filters, entity templates,richer support for Entity Framework 4, and validation and templating features that can be easily applied to existing web forms.
Entity Framework là một Object Relational Mapper( ORM) một công cụ mapping giữa các objects trong ứng dụng với các tables và columns của cơ sở dữ liệu quan hệ.
Entity Framework is an Object Relational Mapper(ORM) simplifies mapping between objects in your software to the tables and columns of a relational database.
Dự án đầu tiên sẽ được sử dụng để tạo cơsở dữ liệu dùng chung với Entity Framework Core 2.0, dự án thứ hai là ứng dụng MVC cho giao diện người dùng thông thường và dự án thứ ba là giao diện người dùng quản trị viên được xây dựng với Trang dao cạo.
The first project willbe used to create a shared database with Entity Framework Core 2.0, the second project is a MVC application for the regular user interface, and the third project is an administrator user interface built with Razor Pages.
Entity Framework cho phép bạn truy vấn, chèn, cập nhật và xóa dữ liệu, sử dụng các đối tượng Runtime Ngôn ngữ chung( CLR) được gọi là các thực thể.
The Entity Framework enables you to query, insert, update, and delete data, which is expressed as typed common language runtime(CLR) objects that are instances of entity types.
Bài học 5,Sử dụng cơ sở dữ liệu Azure SQL với Entity Framework, cung cấp các chi tiết về một số cách bạn có thể tận dụng Entity Framework Code trước tiên để lợi thế của bạn khi làm việc với cơ sở dữ liệu được lưu trữ trong đám mây.
Lesson 5: Using Azure SQL Databases with Entity Framework, provides details on some of the ways you can leverage Entity Framework Code First to your advantage when working with a database that is hosted in the cloud.
NET Entity Framework mà đơn giản hoá việc làm trên bản đồ một giản đồ khái niệm để các giản đồ quan hệ trong đó nêu rõ tính chất của một loại thực thể tương ứng với những bảng trong cơ sở dữ liệu.
NET Entity Framework which simplifies the job on mapping a conceptual schema to the relational schema and specifying which properties of an entity type correspond to which table in the database.
Với Entity Framework, các nhà phát triển có thể làm việc ở mức độ trừu tượng cao hơn khi họ xử lý dữ liệu và có thể tạo và duy trì các ứng dụng hướng dữ liệu với ít mã hơn so với các ứng dụng truyền thống.
With the Entity Framework, developers can work at a higher level of abstraction when they deal with data, and can create and maintain data-oriented applications with less code than in traditional applications.
Kết quả: 29, Thời gian: 0.02

Từng chữ dịch

Truy vấn từ điển hàng đầu

Tiếng việt - Tiếng anh