mirror of
https://github.com/Stone-Red-Code/naming-convention.git
synced 2026-09-04 09:06:19 +02:00
Update README.md
Add some links
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Templates for naming convention
|
# Templates for naming convention
|
||||||
|
|
||||||
## Usefull Links
|
## Usefull links for name conventions
|
||||||
- [MSDN C#]
|
- [MSDN C#]
|
||||||
- [MSDN ASP.NET MVC]
|
- [MSDN ASP.NET MVC]
|
||||||
- [Google's R Style Guide]
|
- [Google's R Style Guide]
|
||||||
@@ -11,9 +11,9 @@
|
|||||||
## Relation Database
|
## Relation Database
|
||||||
- SQL Server ([SQL Server 2012 Documentation])
|
- SQL Server ([SQL Server 2012 Documentation])
|
||||||
- SQLite ([SQLite Documentation])
|
- SQLite ([SQLite Documentation])
|
||||||
- PostgreSQL ([PostgreSQL 9.3 Manual])
|
- PostgreSQL ([PostgreSQL Manual])
|
||||||
- Oracle
|
- Oracle Database ([Oracle DB documentation])
|
||||||
- MySQL
|
- MySQL ([MySQL documentation])
|
||||||
|
|
||||||
## Programm Language
|
## Programm Language
|
||||||
- C# Language ([C# Programming Guide])
|
- C# Language ([C# Programming Guide])
|
||||||
@@ -32,7 +32,9 @@
|
|||||||
|
|
||||||
[SQL Server 2012 Documentation]:http://technet.microsoft.com/library/bb418433%28v=sql.10%29.aspx
|
[SQL Server 2012 Documentation]:http://technet.microsoft.com/library/bb418433%28v=sql.10%29.aspx
|
||||||
[SQLite Documentation]:https://www.sqlite.org/docs.html
|
[SQLite Documentation]:https://www.sqlite.org/docs.html
|
||||||
[PostgreSQL 9.3 Manual]:http://www.postgresql.org/docs/9.3/interactive/index.html
|
[PostgreSQL Manual]:http://www.postgresql.org/docs/current/static/
|
||||||
|
[Oracle DB documentation]:https://docs.oracle.com/en/database/database.html
|
||||||
|
[MySQL documentation]:http://docs.oracle.com/cd/E17952_01/index.html
|
||||||
|
|
||||||
[Standard ECMA-262]:http://www.ecma-international.org/publications/standards/Ecma-262.htm
|
[Standard ECMA-262]:http://www.ecma-international.org/publications/standards/Ecma-262.htm
|
||||||
[Microsoft JavaScript Language Reference]:http://msdn.microsoft.com/en-us/library/ie/d1et7k7c%28v=vs.94%29.aspx
|
[Microsoft JavaScript Language Reference]:http://msdn.microsoft.com/en-us/library/ie/d1et7k7c%28v=vs.94%29.aspx
|
||||||
|
|||||||
Reference in New Issue
Block a user