Questions tagged as 'terminologia'

2
answers

What is the purpose of TransactionScope blocks?

I have a code with several blocks TransactionScope and I do not quite understand its purpose. ModeloColDataContext dm = DataContextFactory.GetContext(usuario); { if (documento > 0) { using (Transaction...
asked by 31.10.2016 / 18:38
1
answer

Makefile: what is it, and what is the purpose?

I want to stop using IDE, and a friend advised me to use a Makefile for my programs, then: What is Makefile? What is your purpose?
asked by 21.09.2016 / 18:12
2
answers

Additional field in a table Database for removal

I created a database, in which I have some problems when I proceed to remove some data from the table. Example Sales Stand: I have a seller who was fired and I want to remove it from the bd but I can not because this seller has associated him...
asked by 24.10.2014 / 12:43
1
answer

What is the role of the parameters? [duplicate]

I know the concept of função and procedimentos , but I have a little difficulty understanding the role of parameters .     
asked by 21.09.2017 / 22:26
1
answer

What is ACID in database?

I'm not talking about web implementation indicator . Beyond the acronym, why is it important?     
asked by 11.05.2017 / 14:41
1
answer

TDD and Unit Test, both are the same thing and have the same purpose?

When I read about TDD (Test Driven Development) it is related to Unit Test , this makes me believe that TDD is the same as Unit Test , and I do not know if this definition of mine is correct in my point of view. Maybe I'm confusing terms a...
asked by 26.05.2016 / 00:04
1
answer

What is the meaning of the acronyms SISD, SIMD, MISD, MIMD? What is your relationship with programming?

In some answers and questions I see citations to these acronyms. They are usually embedded in the following table: | Single data | Multiple data Single instruction | SISD | SIMD Multiple instruction | MISD...
asked by 21.11.2017 / 15:27
1
answer

What is CircuitBreaker?

I've already seen some definitions about CircuitBreaker , but I still do not understand the background how to use it and I have my doubts. What is the best scenario to apply? What should be aborted to be fully implemented? Can it be us...
asked by 04.08.2017 / 13:57
2
answers

What are side effects?

I was reading this answer and it has a table that says that functional programming has no side effects and that OOP has, this gave me two doubts, they are: What are these side effects? How can you avoid them in OOP ? Table:...
asked by 18.09.2018 / 14:40
1
answer

What is Web context caching?

It is often said, "Oh, this gets stored in cache ..." Where does the browser store your cache , is there a limit size and has some relation to Local Storage     
asked by 02.03.2017 / 15:33