Hi:
I know to develop plugins in Dynamics CRM.
Most of the time I add a class, that performs operations and plugin works in back end.
But I want to create a User Interface using plugin, I will be getting/setting data using code behind and will use events triggered.
In User Interface i want to show a view like as we develop using HTML Web Resource.
How can I develop User Interface using Plugin Development?