This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################################################################### | |
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com | |
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5 | |
# Updated May 1, 2025 | |
# Code performance book is available at: https://bit.ly/DotNetCodePerf4 | |
# Coding standards book is available at: https://bit.ly/CodingStandards8 | |
#################################################################################################### | |
root = true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// *********************************************************************** | |
// Assembly : dotNetTips.OOP.Design | |
// Author : David McCarter | |
// Created : 07-24-2019 | |
// | |
// Last Modified By : David McCarter | |
// Last Modified On : 08-18-2019 | |
// *********************************************************************** | |
// <copyright file="Person.cs" company="dotNetTips.OOP.Design"> | |
// Copyright (c) McCarter Consulting. All rights reserved. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// *********************************************************************** | |
// Assembly : dotNetTips.CodePerf.Example.App | |
// Author : David McCarter | |
// Created : 06-04-2019 | |
// | |
// Last Modified By : David McCarter | |
// Last Modified On : 06-10-2019 | |
// *********************************************************************** | |
// <copyright file="Person.cs" company="dotNetTips.com - McCarter Consulting"> | |
// 2019: David McCarter - McCarter Consulting |