Update C# Coding Guidelines in Readme (#360)

Update C# Coding Guidelines to GitHub Uri
pull/362/head
Henrique 2017-03-07 07:18:07 +00:00 committed by Rich Lander
parent e2617a85d1
commit 4039ff8a69
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Please sort projects alphabetically and provide a one-line description. GitHub/C
* [Roslyn (.NET Compiler Platform)](https://roslyn.codeplex.com/) - Open-source C# and Visual Basic compilers with rich code analysis APIs.
* Quality Assurance
* [C# Coding Guidelines](http://csharpcodingguidelines.com) - A set of coding guidelines for C# 3.0, 4.0 and 5.0 that extend StyleCop and can be forked and adapted for internal use.
* [C# Coding Guidelines](https://github.com/dennisdoomen/CSharpGuidelines) - A set of coding guidelines for C# 3.0, 4.0 and 5.0 that extend StyleCop and can be forked and adapted for internal use.
* Security / Identity Management
* [NWebsec](https://github.com/NWebsec/NWebsec) - Security headers for ASP.NET applications.