Steve Smith Senior Architect The Code Project SESSION CODE: DPR304
“Those who fail to learn from the mistakes of their predecessors are destined to repeat them” – George Santayana
Anti-Patterns
public partial class Order { public void CheckOut() { this.SalesTax = Utility.CalculateSalesTax(Utility.GetTaxableItems(this.Items)); DataAccess.SaveOrder(this.Items); }
Worst Practices
Sign up for Tech·Ed 2011 and save $500 starting June 8 – June 31 st You can also register at the North America 2011 kiosk located at registration Join us in Atlanta next year