摘要:
使用.net framework内置的forms认证库进行的实现,需要添加以下的引用 using System.Net.Http; using System.Net.Http.Headers; using System.Security.Principal; using System.Web; us 阅读全文
摘要:
一对一和一对多,使用书本、作者、书签 作为示例: 一本书只有一个作者,并且有多条书签 实体类: public class BookMark { public int Id { get; set; } public int BookId { get; set; } public virtual str 阅读全文