Latest
C#Implicit and Explicit Conversions NEW
C#C# Naming Conventions and Coding Standards NEW
C#String Class NEW
C#C# DataTypes and Variables NEW
C#Changing Console Background and Foreground Colors NEW
C#C# Comments NEW
C#C# Hello World NEW
Microsoft ExcelCalculating The Golden Ratio Convergence in Microsoft Excel NEW
Microsoft ExcelCalculating Fibonacci Series in Microsoft Excel NEW
JavaCalculating The Golden Ratio Convergence in Java NEW
Register Login
  • Contact us
Show Menu
  • Web Development
    • HTML
    • CSS
    • JavaScript
  • Databases
    • Microsoft SQL Server
  • Programming Languages
    • C#
    • Java
  • Mobile
    • Coming Soon
  • Office
    • Microsoft Excel
  • Finance
    • Coming Soon
  • Hardware
    • Coming Soon
  • Design
    • Coming Soon
  • Game Development
    • Unity

Similar Tutorials

Changing Console Background and Foreground Colors

Changing Console Background and Foreground Colors

C# Naming Conventions and Coding Standards

3 April 2020 0 C#

C# Naming Conventions and Coding Standards

PascalCase: All words begin with capital letters.

camelCase: All words begin with capital letters except the first word.

 

Class names use Pascal Casing.

class DatabaseRoles
{
   ...
}

 

Method names use Pascal Casing.

public static void AddContact (Contact contact)
{
   ...
}

 

Method arguments uses camelCase

public static void CalculateSum (int firstValue, int secondValue)
{
   ...
}

 

Latest Tutorials

C# Naming Conventions and Coding Standards

C# Naming Conventions and Coding Standards

Changing Console Background and Foreground Colors

Changing Console Background and Foreground Colors

Calculating The Golden Ratio Convergence in Microsoft Excel

Calculating The Golden Ratio Convergence in Microsoft Excel

Calculating Fibonacci Series in Microsoft Excel

Calculating Fibonacci Series in Microsoft Excel

Calculating The Golden Ratio Convergence in Java

Calculating The Golden Ratio Convergence in Java

Java Assignment Operators and Examples

Java Assignment Operators and Examples

Java Conditional Operator ? : (Ternary Operator)

Java Conditional Operator ? : (Ternary Operator)

Java Stop Reading After Empty Line

Java Stop Reading After Empty Line

Java Relational Operators and Examples

Java Relational Operators and Examples

Java Bitwise Operators and Examples

Java Bitwise Operators and Examples

Java Logical Operators and Examples

Java Logical Operators and Examples

Java Program That Stores Dice Results in Array

Java Program That Stores Dice Results in Array

Java Arithmetic Operators and Examples

Java Arithmetic Operators and Examples

Java Program That Repeatedly Throws a Dice Until it is Six

Java Program That Repeatedly Throws a Dice Until it is Six

Java Program That Repeatedly Throws Two Dices Until They Are Both Six

Java Program That Repeatedly Throws Two Dices Until They Are Both Six

Calculating Perimeter and Area of a Rectangle

Calculating Perimeter and Area of a Rectangle

Read input Until Negative Number is Entered

Read input Until Negative Number is Entered

Java Program to Toss a Coin

Java Program to Toss a Coin

Calculate Factorial in Java

Calculate Factorial in Java

Calculate Sum in Java

Calculate Sum in Java

  • Home
  • Contact us

© Copyright Vitademy 2021. All rights reserved.