Questions tagged as 'terminologia'

1
answer

What are the advantages of using currying in a function? [duplicate]

I understand that, roughly simplifying, using currying is breaking a function that gets multiple arguments into smaller functions that take only parts of the original function's arguments. Consider the code below as an example: window.on...
asked by 28.08.2017 / 21:57
2
answers

What is the difference between ToListAsync () and ToList ()?

What is the difference between ToListAsync() and ToList() ? As in the example below, what is the difference between one and the other? using Modelo.Classes.Contexto; using System.Data.Entity; using System.Linq; namespace AppCo...
asked by 05.12.2016 / 15:52
1
answer

What is the difference between simulator and emulator?

I'm currently developing hybrid applications and supposedly , I'm supposed to say, I'm "simulating" my applications in the browser and sometimes in a virtual machine, Android Virtual Device ). But in fact, I do not know exactly whether I am "...
asked by 23.02.2017 / 05:56
1
answer

Can a desktop program be considered client-side?

Always when I listen to server-side and client-side refers to web applications, but these terms can be applied to / em>? For example, if I have an application that consumes a web-service or even a Notepad ) I can consider them client-sid...
asked by 15.11.2017 / 19:21
2
answers

What is the difference between the Xamarin versions?

What's the difference between the Xamarin.Forms, Xamarin.iOS, and Xamarin.Android versions?     
asked by 23.03.2017 / 15:13
1
answer

What is a hypothetical programming language?

In a short excerpt from a contest question, I mentioned about various forms of algorithm representation and about hypothetical programming language . What would be the definition of a hypothetical programming language? Is it possible to exem...
asked by 06.03.2017 / 14:00
1
answer

I would like to understand what OLTP is

They asked me this question: What is OLTP? I ran home, opened google and started to "goolgar", so I came across these codes, which are said to have problems in OLTP environments and I do not understand bullying: public JsonResult ListarAlocaco...
asked by 08.03.2018 / 18:32
2
answers

What is Mobile and Ubiquitous Computing?

What is Mobile and Ubiquitous Computing? What are its main features? What are the main application areas?
asked by 27.03.2017 / 22:42
1
answer

What is tracking pixel?

Recently I talked to a friend about tracking pixel , but I did not understand exactly what it is and how it works. Today I came across the question, what is beacon , and researching falls into the concept of web beacon . Ho...
asked by 07.08.2017 / 18:30
1
answer

What is the difference between metaprogramming and reflection?

There are two terms that look a lot like when we are talking about introspection techniques. They are metaprogramação and reflection Wikipedia treats reflection as a key strategy of metaprogramming but for me these terms are identica...
asked by 13.02.2018 / 22:05