Wednesday, April 29, 2009

Assignments

DUhG

If you see that something does not work in Visual Studio because it is not set as an assignment on a property.

 

Include the = symbol.

 

Example

 

li.select;

 

Will not work

 

li.select = true; //will.

 

 

Domain-Driven Design Tutorial: A Comprehensive Guide for Business Owners

Introduction to Domain-Driven Design What Is Domain-Driven Design? Domain-Driven Design (DDD) is a software development approach focused...