The problem with putting using namespace in the header files of your classes is that it forces anyone who wants to use your classes (by including your header files) to also be using (i. e. Although i think it would be better to organize like this because its a lot easier to see what is … · in c++11, the using keyword when used for type alias is identical to typedef. · using var disposable = new disposable(); · user kokos answered the wonderful hidden features of c# question by mentioning the using keyword. How should i decide which one to use? Updating the using keyword was specifically for templates, and (as was pointed out in the accepted answer) when you are working with non-templates using and typedef are mechanically identical, so the … What are the uses of using? Can you elaborate on that? Either way, when the using block is exited (either by successful completion or by error) it is closed. I have been running stylecop over some c# code, and it keeps reporting that my using directives should be inside the namespace. So you usually use using for classes that require cleaning up after them, like io. // do something what is the difference between using and await using? Is there a technical reason for putting the using directives inside Using calls dispose() after the using -block is left, even if the code throws an exception. That will cause headaches for users of the header. · in a mysql join, what is the difference between on and using()? As far as i can tell, using() is just more convenient syntax, whereas on allows a little more flexibility when the column … - do not put a using declaration (or using directive) at file scope in an include file/header! 7. 1. 3. 2 a typedef-name can also be introduced by an alias-declaration. · just in case its not clear from the other answers here: The identifier following the using … Seeing everything in) …