本文简单介绍了Entity Framework中的几种数据加载方式:惰性加载(Lazy
Loading),显式加载(Explicit Loading),预先加载(Eager Loading)
分类:
其他好文 时间:
2014-07-22 23:07:13
阅读次数:
364
ASP.NET系统中Entity Framework导致数据并发错误的原因分析与架构讨论...
分类:
其他好文 时间:
2014-05-01 22:16:57
阅读次数:
382
这是微软官方SignalR 2.0教程Getting Started with Entity
Framework 6 Code First using MVC 5
系列的翻译,这里是第四篇:MVC程序中实体框架的连接恢复和命令拦截原文:Connection Resiliency and Comman...
分类:
Web程序 时间:
2014-05-01 05:11:54
阅读次数:
612
原文:ASP.NET MVC 5 -
添加一个模型在本节中,您将添加一些类,这些类用于管理数据库中的电影。这些类是ASP.NET MVC 应用程序中的"模型(Model)"。您将使用.NET
Framework 数据访问技术Entity Framework,来定义和使用这些模型类。Entity Fr...
分类:
Web程序 时间:
2014-04-30 15:27:31
阅读次数:
443
在上个随笔 CentOS上 Mono3.2.8运行ASP.NET MVC4经验中,步骤2中要求卸载EF
5.0,这样才能在Linux + Mono的环境中运行ASP.NET MVC4的Web应用。今天,没有卸载EF 5.0的情况下,使用NuGet新安装了EF
6.1.0,如下图(使用VS012英文版...
分类:
系统相关 时间:
2014-04-29 19:36:15
阅读次数:
735
Intrinsic Locks and Synchronization
Synchronization is built around an internal entity known as theintrinsic
lockormonitor lock. (The API specificati....
分类:
编程语言 时间:
2014-04-29 16:31:18
阅读次数:
668
原文:ASP.NET MVC 5 - 给电影表和模型添加新字段在本节中,您将使用Entity
Framework Code First来实现模型类上的操作。从而使得这些操作和变更,可以应用到数据库中。默认情况下,就像您在之前的教程中所作的那样,使用
Entity Framework Code Fir...
分类:
Web程序 时间:
2014-04-29 16:27:46
阅读次数:
586
这是微软官方SignalR 2.0教程Getting Started with Entity
Framework 6 Code First using MVC 5 系列的翻译,这里是第三篇:排序、筛选和分页原文:Sorting, Filtering,
and Paging with the Enti...
分类:
Web程序 时间:
2014-04-29 16:25:46
阅读次数:
691
I had been waiting for the latest MySQL
connector for .NET to come out so I can move on to the new and sleek Visual
Studio 2012 for my projects. Found...
分类:
数据库 时间:
2014-04-29 14:17:54
阅读次数:
753
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace LinqToEntity
{
class Program
{
static void Main(string[] args)
{
//...
分类:
其他好文 时间:
2014-04-29 13:16:21
阅读次数:
574