上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 69 下一页
摘要: http://www.infoq.com/cn/articles/the_edge_of_net_and_node 阅读全文
posted @ 2014-02-19 22:03 zyip 阅读(158) 评论(0) 推荐(0)
摘要: https://nodejstools.codeplex.com/ 阅读全文
posted @ 2014-02-19 21:59 zyip 阅读(125) 评论(0) 推荐(0)
摘要: http://www.asp.net/identityhttp://www.asp.net/identity/overview/getting-started/introduction-to-aspnet-identity 阅读全文
posted @ 2014-02-19 21:41 zyip 阅读(220) 评论(0) 推荐(0)
摘要: http://www.microsoft.com/en-us/download/details.aspx?id=19603http://msdn.microsoft.com/zh-cn/library/ff731045(v=azure.10).aspx 阅读全文
posted @ 2014-02-19 14:17 zyip 阅读(125) 评论(0) 推荐(0)
摘要: https://www.google.com/webdesigner/http://html.adobe.com/edge/inspect/http://www.creativebloq.com/responsive-design-tools-8134180http://webdesignledger.com/tools/12-helpful-tools-for-responsive-web-design 阅读全文
posted @ 2014-02-19 13:19 zyip 阅读(167) 评论(0) 推荐(0)
摘要: Any setup of Team Foundation Server is not complete until you have at least tried t work with SharePoint. While I have many customers that like to stay away from SharePoint I also have many that make it an integral part of not just their TFS install, but their corporate network, offerings and cultur 阅读全文
posted @ 2014-02-18 09:10 zyip 阅读(479) 评论(0) 推荐(0)
摘要: .NET 类库的强大让我们很轻松的解决常见问题,作为一个好专研的程序员,为了更上一层楼,研究CLR的基础类库实现是快速稳定的捷径。 一般场景下,采用 Reflector可以反射出.NET 的部分实现出来,可以拿来参考,但和微软公开的SSCLI(官方网址:http://referencesource.microsoft.com/netframework.aspx)比较起来,缺少注释、没有风格、代码质量一般,为了方便大家,将SSCLI的内容按版本和命名空间的组织方式放到了网上,域名是http://www.projky.com。 阅读全文
posted @ 2014-02-17 21:21 zyip 阅读(166) 评论(0) 推荐(0)
摘要: The ObjectContext instance has been disposed and can no longer be used for operations that require a connection. public static List Get(int app... 阅读全文
posted @ 2014-02-17 13:54 zyip 阅读(419) 评论(0) 推荐(0)
摘要: http://themeforest.net/category/wordpress/mobilehttp://themeforest.net/item/monolith-wp-theme-for-bloggers-and-professionals/6425717?WT.ac=category_item&WT.seg_1=category_item&WT.z_author=BonfireThemeshttp://bonfirethemes.com/_monolith/magento mobile themehttp://magento-mobile-theme.cmsmart. 阅读全文
posted @ 2014-02-17 11:04 zyip 阅读(176) 评论(0) 推荐(0)
摘要: var t = from x in context.NewsLetterItem.ToList() //add .ToList at this place where x.APPId == appid && allowedAddress.Contains(x.mailFrom) orderby int.Parse(x.mailId) descending select x;... 阅读全文
posted @ 2014-02-16 10:39 zyip 阅读(314) 评论(0) 推荐(0)
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 69 下一页