I have a application for visualizing map data. Until today i have managed with using standard Forms.Graphics to draw 2D lines and other primitives in my windows application.
I found out today that Managed C# DirectX is deprecated. Is there any alternatives for me as a C# developer if I want use 2D/3D in my application? (it's not a game so i will not migrate to C++). I have no need for anything advanced. All I need is to be able to draw lines and faces in 2D and in 3D and to pick objects with the mouse in 2D and in 3D.