IC窗口
community.icburner.com
Sign in
|
Join
|
Help
首页
精华文章
媒体
问答
维基百科
圈子
精华
VS2010学习
VS2010学习
Home
Syndication
RSS for Posts
Atom
Email Notifications
Go
Recent Posts
Simplifying Entity Framework: Data-Driven Design
T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers
Beginning Mocking With Moq 3
A 26-part series of Business Apps Example for Silverlight 3 & .NET RIA Services July Update
ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources – ScottGu’s Blog
Tags
C#
DDD
EF4
Entity Framework
Entity Framework 4.0
Entity Framework Feature CTP1 for .NET 4.0
Entity Framework v2
IoC
jQuery
Kigg
Kigg系列文章
LINQ to Entities
LINQ to SQL
MVC
MVC2
NerdDinner
Oxite
POCO
T4
TDD
Test
Tip
Unity
VS2010
WPF
View more
Archives
December 2009 (8)
November 2009 (1)
October 2009 (18)
September 2009 (4)
August 2009 (24)
July 2009 (70)
June 2009 (180)
Sort by:
Most Recent
|
Most Viewed
|
Most Commented
Master-Detail Data Binding in WPF with Entity Framework
Today I thought I would talk about a really common scenario in data applications, creating a master-details (one-to-many) data entry form. I’ve written about WPF data binding and Entity Framework a lot in the past: Videos: How Do I: Get Started...
Published
2009/8/27 14:11
by
革命
Filed under:
WPF
,
EF4
,
Entity Framework 4.0
Simplifying Entity Framework: Data-Driven Design
Posted by Oleg Sych December 27, 2009 As described on MSDN , ADO.NET Entity Framework is a set of technologies that enables developers to work with data in the form of domain-specific objects and properties, such as customers and customer addresses...
Published
2009/12/29 10:47
by
革命
Filed under:
Entity Framework
,
Entity Framework 4.0
ASP.NET 2.0 Membership, Roles, Forms Authentication, and Security Resources – ScottGu’s Blog
The following is excerpt from ScottGu’s Blog: Getting Started with ASP.NET 2.0 Membership, Roles and Forms Authentication Video Watch this great online video . It walks through how to add Forms Authentication (using the <asp:login> control...
Published
2009/12/10 1:06
by
革命
Filed under:
MVC
Entity Framework Feature CTP1 for .NET 4.0
Announcing: Entity Framework Feature CTP 1 Published 22 June 09 12:07 PM | dpblogs Today we are announcing the availability of the Microsoft Entity Framework Feature CTP 1 for the .NET Framework 4.0 Beta 1. You can download the Feature CTP 1 from...
Published
2009/6/24 14:36
by
革命
Filed under:
Entity Framework
,
Entity Framework Feature CTP1 for .NET 4.0
NUnit running VS10 code
I've downloaded the NUnit 2.5 source and opened the VS2008 solution in the VS2010 beta. Once the conversion finished I opened all the projects and changed the target framework setting for all the projects to ".NET Framework 4.0". I then...
Published
2009/12/9 22:26
by
革命
Filed under:
VS2010
,
NUnit
Entity Framework POCO Repository using Visual Studio 2010 .Net 4.0 Beta 1
Note: This article applies to beta software and comes with no warranty or support, use at your own discretion. You must have Visual Studio.Net 2010 Beta 1 installed on your machine to make use of the code. Download the Code Now Introduction Before i delve...
Published
2009/6/4 0:04
by
革命
Filed under:
VS2010
T4 Template for Generating ADO.NET Entity Framework Stored Procedures
David DeWinter posted a great article about using T4 to generate stored procedures for ADO.NET entity data models . It includes a ready to use T4 template that will generate stored procedures for every .EDMX file in a given directory. Check it out. Entity...
Published
2009/6/5 19:04
by
革命
Filed under:
T4
T4 Templates: A Quick-Start Guide for ASP.NET MVC Developers
As mentioned in our recent blog post on the ASP.NET MVC Release Candidate , our code-generation features (namely, Add Controller and Add View) now use the T4 (Text Template Transformation Toolkit) templating technology behind the scenes. ...
Published
2009/12/24 18:35
by
革命
Filed under:
T4
,
MVC
,
MVC2
ADO.NET Entity Framework 学习 1
使用实体框架灵活地为数据建模 ADO.NET 实体框架概念最初是在 2006 年作为 ADO.NET vNext 引入的,现在它已准备好要在即将发布的 Visual Studio® 2008 SP1 中大显身手。在历经多年对类似产品的多次失败尝试后,Microsoft 随 Visual Studio 2008 发布了部分适合于对象关系映射 (ORM) 空间的下列两种技术:LINQ to SQL 和 ADO.NET Entity Framework。随着市场逐渐开始采用这些技术...
Published
2009/6/11 10:04
by
革命
Filed under:
Entity Framework
,
LINQ to Entities
Consuming an ASP.NET web service or page method using jQuery
The following is a dummy ASP .NET web service. Please note that this service is adorned with the ScriptService attribute that makes it available to JavaScript clients. Listing 2: A Dummy web service [WebService(Namespace = "http://tempuri...
Published
2009/12/10 1:02
by
革命
Filed under:
jQuery
ADO.NET Entity Framework 学习 2
EDMX 1. EDMX Schema 文件 可以将EDMX作为XML文件打开,你会发现该文件包含3个主要部分。 Conceptual Models (CSDL) Storage Models (SSDL) Mapping (MSL) 一般情况下,你没有必要手动修改EDMX -XML文件。可视化的EDM 设计器、Mapping Details窗口和Model Browser 窗口包含有上述3个部分,并非常友好地显示整个Entity Data Model模型。 当你编译项目时,MSBuild 将从EDMX文件提取CSDL...
Published
2009/6/11 10:07
by
革命
Filed under:
Entity Framework
,
LINQ to Entities
Entity Framework 4.0 Beta 1 – POCO, ObjectSet, Repository and UnitOfWork
In the old Entity Framework, creating a generic repository wasn’t impossible, but not really elegant either. Any way you looked at it, you needed to deal with strings to get it working. Lets say you want to create an Add method on your repository, there...
Published
2009/6/16 1:56
by
革命
Filed under:
EF4
,
Entity Framework v2
Rewriting the MvcContrib Grid
Over the next couple of weeks I’m hoping to write a few posts on the upgrades I’m doing to the MvcContrib grid component. These are the features that I’m planning on adding: A Fluent Interface Like the HTML-helpers built into the ASP...
Published
2009/6/30 15:46
by
革命
Filed under:
MVC
ASP.NET MVC - Localization Helpers
You're localizing your application right? Sure, I bet we ALL are - or at least, we're all storing our strings in resource files so that later we can localize. I know, I don't either :) but that doesn't mean if you're working on a large...
Published
2009/9/3 17:16
by
革命
Filed under:
MVC
How to generate multiple outputs from single T4 template
Update: A new version of the code described in this article is available in T4 Toolbox . For details, click here . Overview For some code generation tasks, the exact number of code artifacts to be generated may not be known upfront. For example, when...
Published
2009/6/5 19:00
by
革命
Filed under:
T4
1
2
3
4
5
Next >
...
Last »