My goal is to release quarterly updates to my NuGet packages and source code. This update includes over 25 new methods and types along with more unit testing and more benchmark tests. Below, I have documented some of the new methods along with a new type and some older methods too. GitHub: https://github.com/RealDotNetDave/dotNetTips.Utility.Core/releasesNuGet: http://bit.ly/dotNetDaveNuGet Logging … Continue reading Coding Faster with the dotNetTips Utility: February 2021 Update
Category: Open Source
Open-Source Code Quality – ChoETL
How important is code quality to your team? It should be at the top of the list, not only to make your customers happy but make your team happier when bugs arise and when features need to be added. Putting quality in your code in the future is a lot more expensive than doing it … Continue reading Open-Source Code Quality – ChoETL
Coding Faster with the dotNetTips Utility: November 2020 Update
My goal is to release quarterly updates to my NuGet packages and source code. This November 2020 update includes code I moved some code from my CLR open-source projects. It also includes over 28 new methods and types along with more unit testing and more benchmark tests. Below, I have documented some of the new … Continue reading Coding Faster with the dotNetTips Utility: November 2020 Update
Coding Faster with the dotNetTips Utility: September 2020 Update
After the last quarterly release of my open-source projects and NuGet packages, I’ve added more methods for my projects, and ones for use where I work. I’ve decided to release a min-quarter version (2020.9.20.01) so my team at work can use them and so I can use them in the app that I’ve released for … Continue reading Coding Faster with the dotNetTips Utility: September 2020 Update
Announcing V2020.9.20.01 of the dotNetTips.Utility Assemblies and NuGet Packages!
Announcing version 2020.9.20.01 of the dotNetTips.Utility .NET Core assemblies. During the pandemic, I've been adding a lot more classes, helper classes, extensions, and more. Go here for the repository: https://github.com/RealDotNetDave/dotNetTips.Utility.Core/releases Go here for the NuGet packages: https://www.nuget.org/profiles/davidmccarter Updated Assemblies and NuGet Packages Here is a list of the new assemblies and NuGet packages: dotNetTips.Utility.Core.Windows dotNetTips.Utility.Standard … Continue reading Announcing V2020.9.20.01 of the dotNetTips.Utility Assemblies and NuGet Packages!
Live Event: Ask dotNetDave Anything – Managing Open-Source Projects
Join us in this episode of Ask Me Anything Series on August 20, 7:00 am PST with David McCarter as he brings his years of experience as a professional software developer to talk about maintaining open-source projects and NuGet packages. ABSTRACT Ask dotNetDave anything! David McCarter is a Microsoft MVP, C# Corner MVP, C# Corner … Continue reading Live Event: Ask dotNetDave Anything – Managing Open-Source Projects
Announcing New Version of the dotNetTips.Utility Assemblies and NuGet Packages!
Announcing version 2020.8.9 of the dotNetTips.Utility .NET Core assemblies. During the pandemic, I've been adding a lot more helper classes, extensions, and more. This version contains over 106 new methods and classes. There are also some breaking changes that I will describe below. Go here for the repository: https://github.com/RealDotNetDave/dotNetTips.Utility.Core Go here for the NuGet packages: … Continue reading Announcing New Version of the dotNetTips.Utility Assemblies and NuGet Packages!
Unit Testing with Random Data
In 2019, while I was working on benchmark tests for my new book on code & app performance, I wanted to use “real-world” data types like a person or a coordinate along with methods for creating random words, email addresses, URLs, etc. After I worked on the code, I thought that most of it could … Continue reading Unit Testing with Random Data
How To Tell Your Open Source Projects Are Done with Jeff Fritz
Join us for Episode 5 of The Confessions of Angry Programmers podcast! In this episode David and Woody talk about: Dogfooding: David talks about his frustration logging into Microsoft Teams. WTF Were They Thinking?: Woody discusses public computer displays showing sensitive information in an error! Guest We are joined by our guest Jeff Fritz from … Continue reading How To Tell Your Open Source Projects Are Done with Jeff Fritz
New Book Release! Rock Your Code: Coding Standards for Microsoft .NET
Announcing the 6th edition of my coding standards book for Microsoft .NET! Newly updated for .NET Core 3.1 and .NET Framework 4.8. This book is a compilation of common Microsoft .NET coding standards in use today. In the past, for languages like Visual Basic, Microsoft published coding standards in a single document that developers could … Continue reading New Book Release! Rock Your Code: Coding Standards for Microsoft .NET

You must be logged in to post a comment.