Questions tagged as 'terminologia'

3
answers

What are Parallel.For and Parallel.ForEach loop?

I saw the use of Parallel.For and Parallel.ForEach in some places, I know they are loops , but I did not understand how and when to use them and I have my doubts. What are loop Parallel.For and Parallel.ForEach...
asked by 04.09.2017 / 14:38
2
answers

What is the difference between Web Server and Application Server?

What's the difference between Web Server and Application Server ? Where is each / should be used? Is there any interaction between them (can a software use the 2 technologies together)?     
asked by 10.04.2016 / 19:45
2
answers

What is Multi-Tenancy?

What is Multi-Tenancy? What are the main approaches to implementing it?
asked by 25.01.2017 / 12:00
6
answers

What does the term Fallback mean?

I've seen this term fallback being used multiple times. Even in the framework that I use every day, Laravel 5, this word appears in a certain configuration: Example: /* |------------------------------------------------------------------...
asked by 13.09.2016 / 14:46
1
answer

What is Metadata Based Architecture (MDDA)?

What is a Metadata Based Architecture? When to use this type of architecture?     
asked by 11.10.2017 / 19:33
3
answers

What is payload?

I have always seen in some frameworks that work with REST or with sending data in JSON format in a request the use of the expression payload . What does this name mean in HTTP requests? What specifically is a payload ? Is a body of...
asked by 07.03.2017 / 17:48
2
answers

What is shebang? [duplicate]

Since in many languages the # character represents a comet, what's the point of using it? Does it have any special meaning?     
asked by 17.03.2017 / 19:07
1
answer

What is dynamic code and static code?

Recently in a conversation with friends came the term dynamic code and static code . With that came a certain discussion. Some have said that dynamic code is related to scaffolding , others with code analysis . Others say it's the simple fa...
asked by 18.01.2016 / 14:31
1
answer

What does "Run in the JVM" mean?

Languages like Scala, Kotlin, Clojure and others "run on the JVM". What does this mean? What does the JVM provide for them? How much are "dependent" on the JVM? Do they only run on the JVM? Do these languages generate a ....
asked by 08.08.2017 / 02:16
2
answers

What's the difference in instantiating, initializing and declaring a variable?

Many articles on the internet refer to these verbs, regardless of the programming language. But sometimes they are all confused or permuted, which causes a lot of confusion. What does "instantiate", "initialize" and "declare" a variable mean?...
asked by 09.02.2017 / 00:01