# C# Basics These tutorials cover the absolute basics of using C# when working with the Xenko game engine. Start here if you are new to Xenko or progamming. Althoug having some coding experience is useful, it is not mandatory to get started with these tutorials. * [Getting the Entity](entity.md) * [Child entities](childentities.md) * [Transform position](transformPosition.md) * [Editor properties](editorProperties.md) * [Getting a component](getComponent.md) * [Delta time](deltaTime.md) * [Cloning an entity](cloningEntities.md) * [Removing an entity](removeEntities.md) * [Keyboard input](keyboardInput.md) * [Mouse input](mouseInput.md) * [Virtual buttons](virtualButtons.md)