When I write my APIs for applications, I always follow the set pattern (who doesn't work !?), which looks like this:
User (Folder/Namespace) User.cs UserDao.cs UserDaoFactory.cs UserService.cs UserServiceFactory.cs
I know that Resharper has file templates that I already use, but it would be great if I didn’t have to add each file separately, which can become very tedious when you work with 30 subjects in the application. If you cannot do this with resharper, anyway, to make some kind of macro with Visual Studio that will execute your resharper template templates?
source share