This file contains 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 March 1, 2025 | |
# NEW code performance book is available at: https://bit.ly/DotNetCodePerf4 | |
# NEW coding standards book is available at: https://bit.ly/CodingStandards8 | |
# Rockin' the Code World with dotNetDave: https://bit.ly/RockinCodeWorldShows | |
#################################################################################################### | |
root = true |
This file contains 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 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 |