How to vegitate the terrain using C#

Greeting, I want to know how may I grow the grass dynammically during the runtime?

It depends. What the grass is in your game? It might be done in 3D or 2D via overlapping textures, texture painters mutliple sprites or even meshes. Combined approach might be used too.