V1talogy

Stories kicked by V1talogy

Jump between braces in Visual Studio.(vkreynin.wordpress.com)

submitted by vkreyninvkreynin(1424) 3 years, 10 months ago

Move fast between open and close braces. No more scrolling to find beginning of that illusive if statement. read more...

2 comments |category: |Views: 826

tags: another

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