Skip to content

Instantly share code, notes, and snippets.

View RealDotNetDave's full-sized avatar

David McCarter RealDotNetDave

View GitHub Profile
@RealDotNetDave
RealDotNetDave / .editorConfig
Last active May 2, 2024 20:50
.editorConfig by David (dotNetDave) McCarter - dotNetTips.com
# dotNetDave's (David McCarter) Editor Config - dotNetTips.com
# Updates to this file are posted quarterly at: https://bit.ly/EditorConfig5
# Updated May 2, 2024
# dotNetDave's NEW coding standards book is available at: https://bit.ly/CodingStandards8
# Rockin' the Code World with dotNetDave (weekly live show): https://bit.ly/RockinCodeWorldShows
root = true
# All Files
[*]
@RealDotNetDave
RealDotNetDave / Person.Article2.cs
Last active August 27, 2019 20:50
Improve Your Model Classes with OOP
// ***********************************************************************
// 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.
@RealDotNetDave
RealDotNetDave / Person.cs
Created June 19, 2019 17:11
Person Type Used In Performance Tests
// ***********************************************************************
// 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