Last time I covered the internals of my Visual Studio extension, CG.Ruby, for generating simple CRUD repository classes. This time I'll cover the visual part of that extension, which is…
Last time I went over a Visual Studio template item extension that I created to generate simple CRUD repository classes, for my projects. This time I'll be covering the internals…
One of the little side projects I finished recently was an "add new item" extension, for Visual Studio. This particular extension generates a new repository class, for a C# project.…