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.

 

 

No comments:

Apache Kafka Tutorial: A Comprehensive Guide for US Business Owners and Decision-Makers

Introduction to Apache Kafka What is Apache Kafka? Apache Kafka is an open-source distributed event streaming platform designed to handl...