|
1 | 1 | # Templates for naming convention
|
2 | 2 |
|
3 | | -## Usefull Links |
| 3 | +## Usefull links for name conventions |
4 | 4 | - [MSDN C#]
|
5 | 5 | - [MSDN ASP.NET MVC]
|
6 | 6 | - [Google's R Style Guide]
|
|
11 | 11 | ## Relation Database
|
12 | 12 | - SQL Server ([SQL Server 2012 Documentation])
|
13 | 13 | - SQLite ([SQLite Documentation])
|
14 | | - - PostgreSQL ([PostgreSQL 9.3 Manual]) |
15 | | - - Oracle |
16 | | - - MySQL |
| 14 | + - PostgreSQL ([PostgreSQL Manual]) |
| 15 | + - Oracle Database ([Oracle DB documentation]) |
| 16 | + - MySQL ([MySQL documentation]) |
17 | 17 |
|
18 | 18 | ## Programm Language
|
19 | 19 | - C# Language ([C# Programming Guide])
|
|
32 | 32 |
|
33 | 33 | [SQL Server 2012 Documentation]:http://technet.microsoft.com/library/bb418433%28v=sql.10%29.aspx
|
34 | 34 | [SQLite Documentation]:https://www.sqlite.org/docs.html
|
35 | | -[PostgreSQL 9.3 Manual]:http://www.postgresql.org/docs/9.3/interactive/index.html |
| 35 | +[PostgreSQL Manual]:http://www.postgresql.org/docs/current/static/ |
| 36 | +[Oracle DB documentation]:https://docs.oracle.com/en/database/database.html |
| 37 | +[MySQL documentation]:http://docs.oracle.com/cd/E17952_01/index.html |
36 | 38 |
|
37 | 39 | [Standard ECMA-262]:http://www.ecma-international.org/publications/standards/Ecma-262.htm
|
38 | 40 | [Microsoft JavaScript Language Reference]:http://msdn.microsoft.com/en-us/library/ie/d1et7k7c%28v=vs.94%29.aspx
|
|
0 commit comments