Angelo Lee's Blog
This is my kingdom .If i don't fight for it ,who will ?
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页
摘要: Link:http://www.simple-talk.com/dotnet/visual-studio/getting-started-with-setup-projects/First in a series on Visual Studio setup and deploymentThis article describes the basics of Visual Studio setup and deployment projects. Subsequent articles will cover advanced topics, including more on custom a 阅读全文
posted @ 2012-02-10 14:20 Angelo Lee 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 敏捷开发包括一系列的方法,主流的有如下七种:XPXP(极限编程)的思想源自Kent Beck和Ward Cunningham在软件项目中的合作经历。XP注重的核心是沟通、简明、反馈和勇气。因为知道计划永远赶不上变化,XP无需开发人员在软件开始初期做出很多的文档。XP提倡测试先行,为了将以后出现bug的几率降到最低。SCRUMSCRUM是一种迭代的增量化过程,用于产品开发或工作管理。它是一种可以集合各种开发实践的经验化过程框架。SCRUM中发布产品的重要性高于一切。该方法由Ken Schwaber和 Jeff Sutherland 提出,旨在寻求充分发挥面向对象和构件技术的开发方法,是对迭代式面 阅读全文
posted @ 2012-01-30 17:08 Angelo Lee 阅读(243) 评论(0) 推荐(0) 编辑
摘要: The Art of Debugging 阅读全文
posted @ 2012-01-14 23:05 Angelo Lee 阅读(135) 评论(0) 推荐(0) 编辑
摘要: Do FactoryOO DesignJava Camp 阅读全文
posted @ 2012-01-14 22:53 Angelo Lee 阅读(92) 评论(0) 推荐(0) 编辑
摘要: 关于子窗体的层级关系总结一下哈,希望能对大家有些帮助假设有这样两个窗体:RootWindow,SubWindow,在RootWindow中引发某事件而显示SubWindow1,如果弹出窗体(比如SubWindow)仅仅是调用Show方法,并且没有设置其Owner属性:ClassRootWindow{ void Foo() { SubWindow sw = newSubWindow(); sw.Show(); }}那么弹出窗体(SubWindow)和源窗体(如RootWindow)没有任何层级关系,也就是说不会以模态方式呈现(SubWindow不会阻挡用户对Root... 阅读全文
posted @ 2012-01-14 22:02 Angelo Lee 阅读(145) 评论(0) 推荐(0) 编辑
摘要: WPF NavigationIn 2001, Microsoft published a paper called Inductive User Interface Guidelines. If you have not read this paper, I would suggest doing so. It is largely technology agnostic, and I know that many of my colleagues atReadify consider it to be a classic. In this article I want to look at 阅读全文
posted @ 2012-01-12 23:17 Angelo Lee 阅读(290) 评论(0) 推荐(0) 编辑
摘要: Beginning a WPF/MVVM application: Navigating between viewsHow do you go from one view to another without coupling views or view models together? Here is how I am currently doing it.The Overall Application Design LayoutThe layout we are after is an Outlook style navigation where there is a fixed layo 阅读全文
posted @ 2012-01-12 23:09 Angelo Lee 阅读(277) 评论(0) 推荐(0) 编辑
摘要: Link:http://www.aspfree.com/c/a/Windows-Scripting/WPF-Control-Layout/Note that the examples in this article are all created as part of browser-hosted applications for the purpose of taking simple screenshots. Furthermore, the dimensions of the pages may be modified in order to make the result small 阅读全文
posted @ 2012-01-12 22:53 Angelo Lee 阅读(287) 评论(0) 推荐(0) 编辑
摘要: Link:http://blogs.msdn.com/b/wpfsldesigner/archive/2010/01/14/wpf-silverlight-layout-controls.aspx#gridThe WPF and Silverlight platforms have a wide selection of powerful layout controls.This topic will provide you with an understanding of these layout controls and how to take advantage of the WPF a 阅读全文
posted @ 2012-01-11 23:06 Angelo Lee 阅读(316) 评论(0) 推荐(0) 编辑
摘要: Sorry again folks again I was MIA with loads and loads of work. trust me i have more than 30 drafts which i started and never got time to finish. anyway coming to the point this morning i was trying to deploy a windows service project using the setup project templates in visual studio 2010, and when 阅读全文
posted @ 2012-01-11 19:21 Angelo Lee 阅读(277) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 55 下一页