Questions tagged as 'terminologia'

1
answer

What is server-to-server callback?

I would like to know if it is a concept, I am using a service that informed me that the information can be obtained via callback server-to-server, but I did not exactly understand the meaning of the term.     
asked by 29.06.2018 / 15:18
2
answers

What's the difference between creating a Context with DbContext and DataContext?

What's the difference between creating a Context with DbContext and DataContext? Is there any performance difference or best practice between one or the other? See the examples below; namespace _DBContext.DBase.Banco { public class dbCo...
asked by 03.11.2016 / 17:32
1
answer

Is there a name for the "boolean of 3 states"?

But how so a "boolean of 3 states"? Generally used in comparison between dates, where possible results are -1 , 0 , 1 . I was in a similar situation and I had this doubt when I wanted to ask my colleague about a possible...
asked by 28.08.2018 / 15:12
1
answer

What exactly does the Application.DoEvents () method do?

According to Microsoft help , the Application.DoEvents () :    Process all Windows messages that are currently in the message queue. But what does that mean? Why does he say messages? What line is this?     
asked by 02.10.2017 / 20:08
1
answer

What is an Expression Language (EL)?

Much used in JSF , the famous Expression Languages (EL's) symbolized by #{} . I do not know if other languages work with it. What do they mean?     
asked by 24.02.2017 / 14:14
1
answer

What is the maximum depth level?

I recently read this article , which is saying:    The maximum depth level of a document is 100. Which left me with the following doubt: What does the author mean by the depth of a document?     
asked by 18.04.2016 / 23:29
1
answer

What is DOM Parser?

Reading about regular expression I saw a recurring term, DOM parser, and I had the doubts: What is DOM PARSER? How does it work? Does any language have?
asked by 25.01.2017 / 02:30
1
answer

What are delegates?

In iOS programming, it is common to use structures that act as delegates . One of them, for example, is UITextFieldDelegate . This class, according to the documentation , informs the implementer of important events of UITextField...
asked by 25.02.2018 / 15:19
1
answer

Proper Naming of User Groups in a System

I'm designing a system that will have multiple modules. It is possible until these modules are separated into different applications. Then I had a question that I had previously but could not get the answer: What names should I give to differ...
asked by 27.06.2018 / 17:38
2
answers

Terminology - What is the difference between instruction and statement?

What would be the difference between them? Instruction would be a line of code representing certain commands / actions passed to the computer to run. Statement, following logic, would it be a type of statement? Since, as far as I understan...
asked by 10.12.2017 / 03:18