Tool for coding patterns into Visual Studio.
Coding patterns change over the years and most common are Pascal Case and Camel Case. What are these patterns? The simple way: PascalCase means the first char should be capitalized, while camelCase means the first char should be lowercased. Example:
1 2 | ThisWordIsInPascalCase thisWordIsInCamelCase |
This tool is a simple visual studio extension and… Continue Reading Tool for coding patterns into Visual Studio.