tagged [alias]
How to use apache mod_rewrite and alias at the same time?
How to use apache mod_rewrite and alias at the same time? I have a directory outside the webroot that is used for storing images uploaded from a separate admin system. Images are stored in this format...
- Modified
- 6 Dec at 15:18
Techniques for aliasing in C#?
Techniques for aliasing in C#? Assume i want to create an alias of a type in C# using a hypothetical syntax: Then i go away and create a few thousand files that use `Currency` type. Then i realize tha...
Is there a way to define C# strongly-typed aliases of existing primitive types like `string` or `int`?
Is there a way to define C# strongly-typed aliases of existing primitive types like `string` or `int`? Perhaps I am demonstrating my ignorance of some oft-used feautre of C# or the .NET framework, but...
- Modified
- 18 Dec at 01:43
Type/Namespace alias conventions in C#
Type/Namespace alias conventions in C# Are there are any established naming or coding conventions for defining [namespace or type aliases](http://msdn.microsoft.com/en-us/library/c3ay4x3d%28VS.80%29.a...
- Modified
- 29 Oct at 20:32