Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4014584
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:30:52+00:00 2026-05-20T09:30:52+00:00

In the contrived example below, which is the proper way to name my [Nn]ame

  • 0

In the contrived example below, which is the proper way to name my “[Nn]ame” property? It seems that everything in .NET is some form of Pascal case. Would it be considered “bad form” to use camel case for property names? I read the MS guidelines on naming, and they say to use Pascal
case. I really hate Pascal case and it seems like it is ALL that way.

What is the generally agreed upon standard (is it just the MS guide) or does it not matter? Am I bad if I use camel case here? TIA.

using System;

namespace Properties {
  class Program {
    static void Main() {

      var tester = new Tester();
      tester.Name = "jmquigley";
      tester.name = "another jmquigley";

      tester.Show();
    }
  }

  class Employee {
    public string Name { get; set; }
    public string name { get; set; }

    public void Show() {
      Console.WriteLine("Name = {0}", Name);
      Console.WriteLine("name = {0}", name);
    }
  }

  class Tester : Employee {
  }
}

NOTE: I only used inheritance here to see how a property was handled when using it (to see if everything worked just like a field).

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T09:30:53+00:00Added an answer on May 20, 2026 at 9:30 am

    What is the generally agreed upon
    standard (is it just the MS guide)

    Yes, the generally agreed-upon standard is the Microsoft guidelines.

    or does it not matter?

    Your code will run fine without following the guidelines, but I would follow the conventions if:

    • You are part of a team
    • You are producing code for an employer
    • You are producing open-source code
    • You want to be able to read others’ code online more easily.
    • You want to do any of the above in the future
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My simplified and contrived example is the following:- Lets say that I want to
This is a contrived example, but lets say I have declared objects: CustomObj fooObj;
This may seem like a somewhat contrived example, but I'm left scratching my head.
Say I do this (a contrived example): #include <iostream> #include <fstream> using namespace std;
If I have a few UNION Statements as a contrived example: SELECT * FROM
In python, you can have a function return multiple values. Here's a contrived example:
I have an interface - here's a nicely contrived version as an example: public
A contrived example... given FOO=/foo/bar/baz this works (in bash) BAR=$(basename $FOO) # result is
I want: all links which not contained filename (not .html, .jpg, .png, .css) redirect
I have modified the buddypress admin bar by creating the following plugin which adds

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.