Doogfooding – Wells Fargo ATM

In this new series about architecture I talk about what I like about the new Wells Fargo ATM software. Here is why I started this new video series:

dotNetDave Explains… .NET Common Type System

In this episode of dotNetDave Explains the .NET Common Type System (CTS) that includes value & reference types, user defined types, enumerations, namespaces, type definitions and more. For more videos, go to: http://bit.ly/dntstore

dotNetDave Explains… .NET Common Language Runtime

In this episode of dotNetDave Explains the features of the .NET Common Language Runtime (CLR) that includes compiling, code management, code assess security, deployment, remoting, compiling & execution and more.

Coding Standards For The Real World

My .NET coding standards session changes every year. This was recorded live in 2010. 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 … Continue reading Coding Standards For The Real World

dotNetDave Explains… .NET Assemblies

In this episode of dotNetDave Explains .NET Assemblies. Includes what makes up an assembly, modules, manifest, IL and private vs. shared assemblies and more.

Exception & Event Instrumentation in .NET

This session will instruct any level of programmer on how to easily use tracing that is built into .NET to log and analyze Exceptions and events that occur during application run-time. This is invaluable to fix bugs that only happen while the application is running. .NET TraceListeners will be discussed in detail along with how … Continue reading Exception & Event Instrumentation in .NET

dotNetDave Explains… .NET Overview

New to the Microsoft .NET Framework? In this episode you will learn user experience with Visual Studio, .NET release timeline, architecture features and the .NET Framework SDK.

Real World API Design Using Entity Framework Services

In this session I will show you how I used the Entity Framework Services to design and create an API servicing layer to expose back-end data to partners. We will dive into using the Entity Framework (data layer), WCF Data Services (service layer), T4 templates (business entities), WCF Message Inspectors (security) and more.

dotNetDave Explains Application Architecture With .NET

In this episode of dotNetDave Explains, proper application architecture is discusses and how the Microsoft .NET Framework of products can be used to create great solutions.

Surviving The Technical Interview (Interview)

Surviving a Technical Interview (via Dice News in Tech) Have you frozen during a technical interview, or been stumped by a question?  Your answer should be ‘yes’ and you’re not alone. In fact, you’re everyone who’s ever lived through a technical interview. “No one has ever gotten every question correct,” said David McCarter, who presented… technical … Continue reading Surviving The Technical Interview (Interview)