What is the translation of " INVERSION OF " in English?

inversion of
đảo ngược của

Examples of using Inversion of in Vietnamese and their translations into English

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Computer category close
Trước đó, người ta gọi là Inversion of Control( IoC).
This is why it's called inversion of control(IoC).
Inversion of Control( hoặc IoC) có thể khá khó hiểu khi nó lần đầu tiên gặp phải.
Inversion of Control(or IoC) can be quite confusing when it is first encountered.
Bạn đã ly hôn,bạn vừa mới thực hiện Inversion of Control.
You find work, you have implemented Inversion of Control.
Tôi muốn nói đến cái tên Inversion of Control và Dependency Injection.
Things like inversion of control and dependency injection.
Bạn đã ly hôn,bạn vừa mới thực hiện Inversion of Control.
You divorced, you have just implemented Inversion of Control.
Có hàng tá bài viết về Inversion Of Control và Dependency Injection.
This article explains Inversion of Control and Dependency Injection.
Bạn tìm được một công việc,bạn đã thực hiện Inversion of Control.
You find work, you have implemented Inversion of Control.
Tôi muốn nói đến cái tên Inversion of Control và Dependency Injection.
Experience utilizing inversion of control and dependency injection.
Bạn tìm được một công việc, bạn đã thực hiện Inversion of Control.
You find a job, you have implemented Inversion of Control.
Tôi muốn nói đến cái tên Inversion of Control và Dependency Injection.
I wanted to learn about Inversion of Control and Dependency Injection.
Khái niệm chung sau phụ thuộc được gọi là Inversion of Control.
The general concept behind Dependency Injection is called Inversion of Control.
Inversion of Control là một thuật ngữ quá chung chung, và do đó mọi người thấy khó hiểu.
Inversion of Control is too generic a term, and thus people find it confusing.
Các đảo ngược một phần của Inversion of Control( IoC) là điều khó hiểu;
The inversion part of the Inversion of Control(IoC) is the confusing thing;
Tới đây, mình đã chia sẻ với các bạn các khái niệm về Dependency Injection và Inversion of Control.
I recently wrote a rant on here about Dependency Injection and Inversion of Control containers.
Inversion of Control( IoC) là một khái niệm chung chung, nó có thể biểu diễn dưới nhiều dạng khác nhau.
The Inversion of Control(IoC) is a general concept, and it can be expressed in many different ways.
NET MVC cũng hỗ trợ việc sử dụng Dependency Injection( DI) và Inversion of Control( IoC).
NET MVC framework supports the use of Dependency Injection(DI) and Inversion of Control(IOC) container models.
Inversion of Control( IoC) có nghĩa rằng các object không phải tự nó tạo ra các objects mà nó phụ thuộc.
Inversion of Control(IoC) means that objects do not construct other objects on which they rely on.
NET MVC cũng hỗ trợ việc sử dụng Dependency Injection( DI) và Inversion of Control( IoC).
NET MVC framework also supports the use of Inversion of Control(IOC) and Dependency Injection(DI) container models.
Inversion of Control( IoC) có nghĩa rằng các object không phải tự nó tạo ra các objects mà nó phụ thuộc.
Inversion of Control(Ioc) is stating that objects do not create other objects to accomplish their work.
Đặc biệt, lưu ý phần nói rằng" Inversion of Control quá chung chung một thuật ngữ, và do đó mọi người thấy nó khó hiểu.
In particular, note the part saying"Inversion of Control is too generic a term, and thus people find it confusing.
Inversion of Control( IoC) là một nguyên lý thiết kế( mặc dù, một vài người vẫn đề cập tới nó như là một design pattern).
Inversion of Control(IoC) is a design principle(although, some people refer to it as a pattern).
Khi các container này nói về việc chúng hữu ích như thế nào thìbởi vì chúng có thể thực hiện“ Inversion of Control” tôi rất bối rối.
When these containers talk abouthow they are so useful because they implement"Inversion of Control" I end up very puzzled.
Inversion of control là một tính năng phổ biến của các framework, nhưng nó thứ mà khi sử dụng sẽ đi kèm với một cái giá phải trả.
Inversion of control is a common feature of frameworks, but it's something that comes at a price.
Khi các container này nói về việc chúng hữu ích như thế nào thìbởi vì chúng có thể thực hiện“ Inversion of Control” tôi rất bối rối.
Martin Fowler When these containers talk abouthow they are so useful because they implement“Inversion of Control” I end up very puzzled.
Các mẫu Inversion of Control( IoC) và Dependency Injection( DI) là tất cả về việc loại bỏ các phụ thuộc từ mã của bạn.
The Inversion of Control(IoC) and Dependency Injection(DI) patterns are all about removing dependencies from your code.
Nếu bạn đọc về các công cụ này trong các cuộc thảo luận hiện nay về Inversion of Control bạn sẽ nghe thấy chúng gọi là loại IoC 1( Interface Injection), loại IoC 2( setter injection) và loại IoC 3( constructor injection).
If you read about this stuff in the current discussions about Inversion of Control you will hear these referred to as type 1 IoC(interface injection), type 2 IoC(setter injection) and type 3 IoC(constructor injection).
Inversion of Control là một đặc điểm chung của các framework, nên nói rằng các container nhỏ gọn đặc biệt bởi vì chúng có thể sử dụng Inversion of Control giống như nói rằng xe của tôi là đặc biệt bởi vì nó có bánh xe.
Inversion of control is a common characteristic of frameworks, so saying that these lightweight containers are special because they use inversion of control is like saying my car is special because it has wheels.
Còn được gọi là Inversion of Control, đây là một phương thức để tạo các đối tượng mới mà không phải khởi động bất kỳ thư viện bên ngoài nào.
Also called Inversion of Control, it is a method for generating new objects and you don't have to bootstrap any external libraries.
Trước khi sử dụng Inversion of Control, bạn nên biết rõ thực tế rằng nó có ưu và khuyết điểm của nó và bạn nên biết tại sao bạn sử dụng nó nếu bạn làm như vậy.
Before using Inversion of Control you should be well aware of the fact that it has its pros and cons and you should know why you use it if you do so.
Results: 29, Time: 0.0221

Word-for-word translation

Top dictionary queries

Vietnamese - English