Namespace aliasing in F#?

F# does not support aliasing of namespaces – only modules and types. So, to resolve the conflicts between .NET assemblies, you will, unfortunatelly, need to define aliases for all the types you’re using. This may be slightly easier thanks to the fact that F# type aliases are viewed as normal type declarations (by the F# … Read more

Nested NameSpaces in C++

It depends on the namespace you already are: If you’re in no namespace or another, unrelated namespace, then you have to specify to whole path ABC::XYZ::ClassA. If you’re in ABC you can skip the ABC and just write XYZ::ClassA. Also, worth mentioning that if you want to refer to a function which is not in … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)