All Projects → ktaranov → Naming Convention

ktaranov / Naming Convention

Licence: mit
Templates for naming convention - TSQL, JavaScript, C#, R, Python, Powershell

Programming Languages

javascript
184084 projects - #8 most used programming language
python
139335 projects - #7 most used programming language
r
7636 projects
powershell
5483 projects
csharp
926 projects

Projects that are alternatives of or similar to Naming Convention

Tsql Parser
Library Written in C# For Parsing SQL Server T-SQL Scripts in .Net
Stars: ✭ 203 (-78.88%)
Mutual labels:  sql, sql-server
Sqlindexmanager
Free GUI Tool for Index Maintenance on SQL Server and Azure
Stars: ✭ 403 (-58.06%)
Mutual labels:  sql, sql-server
Fluentmigrator
Fluent migrations framework for .NET
Stars: ✭ 2,636 (+174.3%)
Mutual labels:  sql, sql-server
Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+119.67%)
Mutual labels:  sql, sql-server
Tiny tds
TinyTDS - Simple and fast FreeTDS bindings for Ruby using DB-Library.
Stars: ✭ 575 (-40.17%)
Mutual labels:  sql, sql-server
Nut
Advanced, Powerful and easy to use ORM for Qt
Stars: ✭ 181 (-81.17%)
Mutual labels:  sql, sql-server
Securitydriven.tinyorm
.NET micro ORM done right.
Stars: ✭ 281 (-70.76%)
Mutual labels:  sql, sql-server
Aceql Http
AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http.
Stars: ✭ 68 (-92.92%)
Mutual labels:  sql, sql-server
Monitor Table Change With Sqltabledependency
Get SQL Server notification on record table change
Stars: ✭ 459 (-52.24%)
Mutual labels:  sql, sql-server
Go Mysql Server
A MySQL-compatible relational database with a storage agnostic query engine. Implemented in pure Go.
Stars: ✭ 445 (-53.69%)
Mutual labels:  sql, sql-server
Minisqlquery
Minimalist SQL Query tool for any .NET DB Provider - SQL, SQLite, SQL CE, Oracle, Access...
Stars: ✭ 103 (-89.28%)
Mutual labels:  sql, sql-server
Azuredatastudio
Azure Data Studio is a data management tool that enables working with SQL Server, Azure SQL DB and SQL DW from Windows, macOS and Linux.
Stars: ✭ 6,605 (+587.3%)
Mutual labels:  sql, sql-server
Eval Sql.net
SQL Eval Function | Dynamically Evaluate Expression in SQL Server using C# Syntax
Stars: ✭ 84 (-91.26%)
Mutual labels:  sql, sql-server
Denunciado
This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
Stars: ✭ 183 (-80.96%)
Mutual labels:  sql, sql-server
Sql Apiconsumer
Database Project with generic procedures to consume API through GET/POST methods.
Stars: ✭ 77 (-91.99%)
Mutual labels:  sql, sql-server
Sqlfiddle3
New version based on vert.x and docker
Stars: ✭ 242 (-74.82%)
Mutual labels:  sql, sql-server
Aspnetcorenlog
ASP.NET Core NLog MS SQL Server PostgreSQL MySQL Elasticsearch
Stars: ✭ 54 (-94.38%)
Mutual labels:  sql, sql-server
Reporting Services Examples
📕 Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-93.44%)
Mutual labels:  sql, sql-server
Dotmim.sync
A brand new database synchronization framework, multi platform, multi databases, developed on top of .Net Standard 2.0. https://dotmimsync.readthedocs.io/
Stars: ✭ 406 (-57.75%)
Mutual labels:  sql, sql-server
Beekeeper Studio
Modern and easy to use SQL client for MySQL, Postgres, SQLite, SQL Server, and more. Linux, MacOS, and Windows.
Stars: ✭ 8,053 (+737.98%)
Mutual labels:  sql, sql-server

Templates for Naming Convention

licence badge stars badge forks badge issues badge contributors_badge

There are only two hard things in Computer Science: cache invalidation and naming things -- Phil Karlton

Naming convention is a set of rules for choosing the character sequence to be used for identifiers which denote variables, types, functions, and other entities in source code and documentation.

Reasons for using a naming convention (as opposed to allowing programmers to choose any character sequence) include the following:

  • To reduce the effort needed to read and understand source code;
  • To enable code reviews to focus on more important issues than arguing over syntax and naming standards.
  • To enable code quality review tools to focus their reporting mainly on significant issues other than syntax and style preferences.

Templates in Markdown Format

Useful links and Repos for name conventions

Relation Database Documentation

R Language

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].