dotNetDave Rocks Dog Food Con 2015

For the first time I will speaking at Dog Food Con on October 7th & 8th in Columbus, Ohio. If you are in the area, I hope to see you there. Here are the sessions I will be doing: Röck Yoür .NET Coding Standards With lots of new material for 2015, this session will guide … Continue reading dotNetDave Rocks Dog Food Con 2015

Rock Your .NET Coding Standards – Video (V8)

This session will guide any level of programmer to greater productivity by providing the information needed to write consistent, maintainable code. Learn about common coding mistakes, code style, defensive programming and much, much more. Code tips are included to help you write better, error free applications. Lots of code examples in C# and VB.NET. This … Continue reading Rock Your .NET Coding Standards – Video (V8)

dotNetDave Rocks IT/ Dev Connections 2015

I'll be speaking at IT/Dev Connections for the second year in a row. It will be held in Vegas again on September 14th - 17th. I hope you will attend my session below. Röck Yoür Apps With => 10 Things You Probably Aren’t Doing ™ 9/15 - Room: Bristlecone 10 This session will go over … Continue reading dotNetDave Rocks IT/ Dev Connections 2015

dotNetDave Rocks SoCal Code Camp (Fullerton)

I hope to see you at this years SoCal Code Camp on March 7th and 8th! This is an awesome Code Camp drawing 400+ people. I hope you will attend my sessions listed below. Please click here to donate to the tour to keep the buses rolling (gas prices are going up)! Tour Sessions Röck … Continue reading dotNetDave Rocks SoCal Code Camp (Fullerton)

dotNetDave Rocks Las Vegas Code Camp

I hope to see you at the very first Las Vegas Code Camp on February 21st! I hope you will attend my sessions listed below. If you live in the San Diego area and want to share a ride to Vegas, please contact me via the About page. Please click here to donate to the … Continue reading dotNetDave Rocks Las Vegas Code Camp

TGIF – Using StyleCop from Microsoft

Here is an excerpt from my Rock Your Code Using Visual Studio Add-ins conference session. If you are a C# developer and not using StyleCop, WATCH THIS!

dotNetDave Goes To… IT/Dev Connections

Pictures and videos from my first trip to speak at IT/Dev Connections in Las Vegas on September 17th - 19th, 2014. Thanks to everyone that attended my sessions, I had a great time and hope to come back in 2015!

dotNetDave Rocks Silicon Valley Code Camp (2014)

I hope to see you at this years Silicon Valley Code Camp on October 11th & 12th! This is the largest Code Camp in America drawing 2,500+ people each day. This is by far my favorite Code Camp to speak at and it's FREE! If you only go to one Code Camp a year, this … Continue reading dotNetDave Rocks Silicon Valley Code Camp (2014)

Formatting LINQ Statements

Language-Integrated Query (LINQ) was introduced in Visual Studio 2008/ .NET 3.5 and was actually one of my favorite features. It makes writing queries so much easier, especially for XML and object collections. Even though Visual Studio 2013 auto-formats the queries better, there is even an even better way to make them more readable. Here is … Continue reading Formatting LINQ Statements

dotNetDave Explains… The KISS Principle

In this episode, dotNetDave talks about the Keep It Simple Stupid principle as it relates to programming and different types of developers.