上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页
摘要: public class UsersContext : DbContext { public UsersContext() : base("conn1") //change the conn1 to your own conntion string { } //... 阅读全文
posted @ 2014-02-27 17:13 zyip 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 刚把项目升级到2012,发现发生了很多变化,以下是最近看过的网站和资料汇集,供需要者参考。本文在最近一个月可能会不断更新。Razor2.0新特性介绍:介绍1:http://vibrantcode.com/blog/2012/4/10/whats-new-in-razor-v2.html/取消了@Href和@Url.Content;可以使用conditional attribute了(就是class = ""等将不会显示)介绍2:http://vibrantcode.com/blog/2012/4/13/what-else-is-new-in-razor-v2.html/空单 阅读全文
posted @ 2014-02-27 15:15 zyip 阅读(510) 评论(0) 推荐(0) 编辑
摘要: Add following code for your class:[assembly: WebActivatorEx.PostApplicationStartMethod(typeof(WeChatSchools.App_Start.MyStartPoint), "Initialize")]ex:using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.Mvc;[assembly: WebActivatorEx.PostApplicat 阅读全文
posted @ 2014-02-26 13:04 zyip 阅读(265) 评论(0) 推荐(0) 编辑
摘要: http://weblogs.asp.net/jgalloway/archive/2012/08/29/simplemembership-membership-providers-universal-providers-and-the-new-asp-net-4-5-web-forms-and-asp-net-mvc-4-templates.aspx 阅读全文
posted @ 2014-02-25 09:41 zyip 阅读(131) 评论(0) 推荐(0) 编辑
摘要: http://akdubya.github.io/dustjs/https://github.com/linkedin/dustjs 阅读全文
posted @ 2014-02-19 22:06 zyip 阅读(230) 评论(0) 推荐(0) 编辑
摘要: http://www.infoq.com/cn/articles/the_edge_of_net_and_node 阅读全文
posted @ 2014-02-19 22:03 zyip 阅读(148) 评论(0) 推荐(0) 编辑
摘要: https://nodejstools.codeplex.com/ 阅读全文
posted @ 2014-02-19 21:59 zyip 阅读(115) 评论(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 阅读(209) 评论(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 阅读(120) 评论(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 阅读(159) 评论(0) 推荐(0) 编辑
上一页 1 ··· 35 36 37 38 39 40 41 42 43 ··· 69 下一页