Top "Self-reference" questions

Self-reference is the ability of a program (or logical sentence) to refer to itself, either directly or indirectly.

How to do conditional formatting using self reference in excel

I want to apply conditional formatting (fill cell with red) to all rows in columns F, I, L. E,F,…

excel conditional-formatting self-reference
Removing children from entity with self-referencing One-to-Many association

I have a self-referencing One-to-Many association on an entity (User) mapped by 'parent' and inversed by 'children'. I want to …

symfony doctrine-orm mapping self-reference
pass self class reference to child class

In C# 4.0 (or earlier if it can be done), how does a parent class pass a reference of itself to …

c# class self-reference
EF Code First with many to many self referencing relationship

I am starting out with using the EF Code First with MVC and am a bit stumped with something. I …

entity-framework-4 many-to-many entity-framework-ctp5 self-reference
Python cx_Freeze name __file__ is not defined

I have a python script which gets an image from the internet, downloads it, sets as desktop background and updates …

python cx-freeze python-module setup.py self-reference