9eFish - 带有 design 标签的文章
1
臭虫

Visual Studio 2010: Generating sequence diagrams on the fly

gpeipmangpeipman 发表于 111 天, 2 小时, 28 分钟 之前
Saturday, November 28, 2009 5:45:52 AM GMT Friday, November 20, 2009 12:38:07 PM GMT
One nice feature that Visual Studio 2010 provides is generating sequence diagrams on the fly. Just point out method and choose diagram generating option from context menu. In this posting I will show you how to generate sequence diagrams on the fly. (more)
类别: Foundation | 点击: 1 | 评论 | | 源: weblogs.asp.net
标签: design, UML, visual studio 2010
1
臭虫

Visual Studio 2010: Visualizing dependencies

gpeipmangpeipman 发表于 126 天, 1 小时, 34 分钟 之前
Wednesday, November 11, 2009 2:02:30 PM GMT Thursday, November 05, 2009 1:32:20 PM GMT
Visual Studio 2010 introduces new and cool feature – architecture diagrams that visualize dependencies between assemblies, namespaces and classes. In this posting I will show you how these diagrams look like and provide some explanations about how to read them. (more)
类别: Foundation | 点击: 3 | 评论 | | 源: weblogs.asp.net
标签: analysis, architecture, design, visual studio 2010
1
臭虫

Visual Studio 2010: UML modeling projects

gpeipmangpeipman 发表于 127 天, 4 小时, 44 分钟 之前
Wednesday, November 11, 2009 2:02:30 PM GMT Wednesday, November 04, 2009 10:22:19 AM GMT
Visual Studio 2010 introduces modeling projects that bring UML diagrams to Visual Studio. Currently it is not possible to generate classes from diagrams automatically but I don’t think it is a problem – good UML diagrams visualize different aspects of system short and clearly and they usually don’t document everything you can find in system. In this posting I will show you how to use modeling projects in Visual Studio 2010. (more)
类别: Foundation | 点击: 4 | 评论 | | 源: weblogs.asp.net
标签: architecture, design, modeling, visual studio 2010
1
臭虫

Writing cache based repositories for web application prototyping

gpeipmangpeipman 发表于 130 天, 19 小时, 21 分钟 之前
Tuesday, November 10, 2009 5:32:37 AM GMT Saturday, October 31, 2009 7:45:01 PM GMT
When I started building in-house demo application I thought about how to solve temporary data layer so I don’t have to use real database and object mappings for it. Playing with new object model and new components I move way faster if I don’t have any additional ballast that I can avoid. So I wrote simple cache based repository mechanism I can use to imitate real repositories that I will write in the future. (more)
类别: Architecture | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: architecture, asp.net, design
1
臭虫

Modeling people and organizations: Class Party - Gunnar Peipman's ASP.NET blog

gpeipmangpeipman 发表于 224 天, 7 小时, 58 分钟 之前
Friday, July 31, 2009 10:59:14 AM GMT Thursday, July 30, 2009 7:07:57 AM GMT
Classes for people and organizations are often modeled incorrectly in object models. These faults cause heavy implementation problems. In this posting I will analyze some legacy models, introduce class Party as generalization of people and organizations and provide some implementation details. Information here is based on my own experience, like always. (more)
类别: Architecture | 点击: 0 | 评论 | | 源: weblogs.asp.net
标签: analysis, design, organizations, people
1
臭虫

Analysis Patterns: Reusable Object Models - Gunnar Peipman's ASP.NET blog

gpeipmangpeipman 发表于 230 天, 6 小时, 59 分钟 之前
Monday, July 27, 2009 2:08:53 AM GMT Friday, July 24, 2009 8:06:59 AM GMT
Analysis Patterns: Reusable Object Models is another create patterns book by Martin Fowler. The audience of this book are analysts whose work is analysis of information systems and modeling data structures. This book is also recommended reading for programmers and software designers. (more)
类别: Architecture | 点击: 2 | 评论 | | 源: weblogs.asp.net
标签: analysis, architecture, books, design, Patterns