angryalla

Stories kicked by angryalla

Another Use for C# Using(dotnet.dzone.com)

submitted by volume4volume4(910) 3 years, 11 months ago

If you are a C# developer you're familiar with the using directive. It appears at the top of every one of your class files informing the compiler what namespaces should be looked at while compiling this code page so that you don't have to fully qualify every object. (This isn't the interesting bit) read more...

3 comments |category: |Views: 705

tags: another