MVC: Class Diagram – Building a Class
Please see my other MVC articles. Leveraging a GUI tool to quickly construct a class. In this article I will demonstrate Visual Studio’s Class Diagram tool which allows developers to quickly construct a C# class with much less errors. First, I’ll create a new model class to demonstrate this feature. Next, I’ll invoke the tool.…