上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 399 下一页
摘要: EvansClassification In his excellent book Domain Driven Design, Eric Evans creates a classification of the different kinds of domain objects that you' 阅读全文
posted @ 2019-04-28 16:21 ChuckLu 阅读(220) 评论(0) 推荐(0)
摘要: Catalog of Patterns of Enterprise Application Architecture Last Significant Update: January 2003 A short summary of the patterns in Patterns of Enterp 阅读全文
posted @ 2019-04-28 15:58 ChuckLu 阅读(229) 评论(0) 推荐(0)
摘要: ValueObject When programming, I often find it's useful to represent things as a compound混合物. A 2D coordinate consists of an x value and y value. An am 阅读全文
posted @ 2019-04-28 15:56 ChuckLu 阅读(483) 评论(0) 推荐(0)
摘要: What is Data Transfer Object? A Data Transfer Object is an object that is used to encapsulate data, and send it from one subsystem of an application t 阅读全文
posted @ 2019-04-28 15:49 ChuckLu 阅读(495) 评论(0) 推荐(0)
摘要: ASP.NET validation controls validate the user input data to ensure that useless, unauthenticated, or contradictory data don't get stored. ASP.NET prov 阅读全文
posted @ 2019-04-28 15:13 ChuckLu 阅读(253) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/leezhxing/p/4333769.html https://devblogs.microsoft.com/oldnewthing/?p=31113 Aha, but you see, all this time diving into regul 阅读全文
posted @ 2019-04-26 18:12 ChuckLu 阅读(1219) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.runtime.caching.memorycache?view=netframework-4.8 What's the difference between MemoryCache.Add and 阅读全文
posted @ 2019-04-25 11:28 ChuckLu 阅读(246) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/api/system.web.ui.page.cache?view=netframework-4.8 Gets the Cache object associated with the application in wh 阅读全文
posted @ 2019-04-24 15:27 ChuckLu 阅读(212) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/9720143/asp-net-web-application-message-box Or create a method like this in your solution: public static class Mes 阅读全文
posted @ 2019-04-24 10:38 ChuckLu 阅读(946) 评论(0) 推荐(0)
摘要: https://www.codeproject.com/Questions/56736/How-to-use-Server-Transfer-from-Ajax-UpdatePanel For Server.Transfer to work with UpdatePanel. for getting 阅读全文
posted @ 2019-04-23 18:35 ChuckLu 阅读(343) 评论(0) 推荐(0)
上一页 1 ··· 237 238 239 240 241 242 243 244 245 ··· 399 下一页