I want to use Entity Framework(with Self Track Entities) in my winform application; but i could not find any example of STE(Self Track Entities) with winform. Can someone tell if it's not recommended to use with winform?
As far as I know the use of STE is to track the changes being made and it requires little code for doing insert/update/delete. So, would it be a good idea to use it with that thought in mind?