This is a tool to create DTO classes in your project from the Entities(created by Entity framework). Its a Visual item template which on selection will ask for your Entities' assembly path and it will automatically create and include C# DTOs in your project. With this extension you will also require a supporting DLL which you need to register on your machine. You can download it from thispage.
The ideology is same as for creating Entities using entity framework.
CAUTION: Without the supporting DLL registered on your machine, the Visual item template won't be able to create DTOs for you. Caution has been put, since many user's have forgotten to download the supporting DLL. Direct link for the DLL is here. Its a setup file which will install and register the supporting DLL on your machine. |