Questions tagged as 'using'

1
answer

Dispose in Unit Of Work

I have a web application and I'm using repository * and Unit Of Work . In some examples I saw that after performing some change operation on the bank we should call the Dispose() method. Instantiated UnitOfWork : priv...
asked by 04.12.2017 / 13:23
2
answers

Is it possible to view all the contents of a namespace in C ++?

When you make the policy: using namespace std; //primeira forma You get direct access to all elements of the std namespace. But suppose you want to use only std::cout or std::endl so it would be better to use the policy: u...
asked by 15.07.2017 / 19:17