In this episode of 256 Seconds with dotNetDave, I will share my workflow on what I do before I submit code changes to source control. This video will explain it in detail. I share this workflow because it makes sure that I rarely get bug tickets from quality assurance and hopefully it will for you … Continue reading 256 Seconds with dotNetDave (E10) – My Workflow Before I Submit Code Changes
Category: VS.NET
256 Seconds with dotNetDave (E9) – Fixing NuGet Hell Issues in Visual Studio
In this episode, I address NuGet package errors in Visual Studio that hinder project builds. I provide a PowerShell script to resolve these issues and fix DLL conflicts. Don't let dependency problems disrupt your workflow—watch the episode to quickly get back to coding!
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
What Can Be Done to Make Code Quality Better?
This article explores the critical issue of code quality in software development. The author, with years of experience in advocating for coding standards, shares insights from fellow developers on how to enhance code quality. Key suggestions include emphasizing unit testing, code comments, and better training, while addressing ego-related challenges in code reviews. The article underscores the importance of fostering a culture of quality and incorporating coding standards into education. It highlights the need for a strong commitment to code quality in today's security-focused software landscape. Ultimately, the article offers actionable ideas for improving code quality within development teams.
Properly Setting Up .NET Core Projects
Visual Studio by default does not set all the appropriate options to help you write rock-solid .NET Core code. Below are the recommendations that your team should use for C# projects. All the following recommendations are for Visual Studio 2019. If you have an older version, most of this should still apply. To learn the … Continue reading Properly Setting Up .NET Core Projects
Properly Setting Up .NET Framework Projects
Visual Studio by default does not set all the appropriate options to help you write rock-solid code. I will show the recommendations that your team should use for C# projects. All the following recommendations are for Visual Studio 2019. If you have an older version, most of this should still apply. More information, including suggestions … Continue reading Properly Setting Up .NET Framework Projects
New Book Release! Rock Your Code: Code & App Performance for Microsoft.NET
Today I am announcing the brand new edition of my book titled Rock Your Code: Code & App Performance for Microsoft .NET, now available on Amazon. How fast your code executes is very important for your users and back-end server processes. This is even more important for the future as more and more users, use … Continue reading New Book Release! Rock Your Code: Code & App Performance for Microsoft.NET
Code Quality: A Fundamental Feature, Not an Afterthought
The author, as a contractor, observes a worrying trend of poor code quality across projects, often overseen by senior engineers. Despite advocating for clean coding practices through teaching and writing, companies prioritize short-term gains over long-term maintainability. The author urges developers to prioritize code quality and leverage available resources for improvement.
Is Microservices Just A New Marketing Term?
For a recent article on TechTarget.com, I was interviewed for my thoughts on microservices, a new term in our world. Here is what I said (the full quote): Microservices is a great way to decouple an application for faster modernization, improved functionality and better performance, but done incorrectly or without proper architectural understanding, teams can … Continue reading Is Microservices Just A New Marketing Term?
Presenting Code Samples with a Dark Theme… Please Don’t!
For all of you who code using apps like Visual Studio or VS Code, please do not present code in a meeting or conference session using a dark theme! I know I am going to get a lot of pushback from this statement, but let me explain why (please keep reading). Living with Colorblindness I … Continue reading Presenting Code Samples with a Dark Theme… Please Don’t!

You must be logged in to post a comment.