周巍
学习生活,学习技术,也学习英语
随笔- 31  文章- 0  评论- 45 
博客园  首页  新随笔  联系  管理  订阅 订阅

最新评论

共3页: 1 2 3 下一页 
Re:如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
明年我18 2011-11-08 10:30
@魂殇 这个一两句话很难说清楚,建议看看spring.net的源码
Re:如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
魂殇 2011-11-08 10:23
@向心力 您好,请教一下,Spring的TransactionSynchronizationManager如何使用?
Re:请大家帮忙。我妻子在上海铁路局上海客运段的动车上被漏水摔伤骨折,但客运段的赔偿负责人说他们只肯赔付医疗费,其它不行(恳请博客园让我在首页放几天)
海洋之 心 2011-03-14 08:43
铁路这些人不讲道理,告他们
Re:请大家帮忙。我妻子在上海铁路局上海客运段的动车上被漏水摔伤骨折,但客运段的赔偿负责人说他们只肯赔付医疗费,其它不行(恳请博客园让我在首页放几天)
郑州--飞猫 2011-01-24 20:00
只能精神上支持了,最好是找个媒体
Re:请大家帮忙。我妻子在上海铁路局上海客运段的动车上被漏水摔伤骨折,但客运段的赔偿负责人说他们只肯赔付医疗费,其它不行(恳请博客园让我在首页放几天)
卡斯地方了卡塞蒂飞 2011-01-24 18:02
只能精神上支持了
Re:请大家帮忙。我妻子在上海铁路局上海客运段的动车上被漏水摔伤骨折,但客运段的赔偿负责人说他们只肯赔付医疗费,其它不行(恳请博客园让我在首页放几天)
Ricebug 2011-01-24 15:45
支持一下
Re:如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
桀骜的灵魂 2010-09-14 11:46
@汪江涛 我也注意到这个问题,Spring.net没有线程级别属性配置吗?
Re:如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
汪江涛 2009-08-04 10:52
TransactionScope在不使用分布式事务时, 应该跟DbTransaction差不多, 似乎不用DTC。
Re:Entity Framework 的多条件组合查询和 LIKE 查询(Combination search and simulating LIKE search with Entity Framework)
温景良(Jason) 2009-07-06 17:46
呵呵,谢谢楼主
Re:Entity Framework 的多条件组合查询和 LIKE 查询(Combination search and simulating LIKE search with Entity Framework)
T101 2009-07-06 15:21
楼主,可以给这段加点注释吗,菜鸟看起来很吃力,谢谢! if (!string.IsNullOrEmpty(manufactureName)) { query = query.Join( db.Manufactures.Where( m => m.ManufactureName.Contains(manufactureName)), v => v.Manufacture, m => m, (v, m) => v); }
re: 如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
向心力 2009-05-28 23:36
感觉这个整合还存在缺陷,主要原因是spring的ioc容器对object的创建默认是singleton的,也就是说你上面的列子中,所有的线程取得的ObjectContext都是同一个对象,当一个线程操作数据库时,Connection被另外一个线程关闭了,就会出问题。当然可以设置singleton=false,但是这样每次又会创建新的ObjectContext了,感觉仍不是很好。
我认为应该再包一层,利用Spring的TransactionSynchronizationManager来管理不同线程下的Resource。
另外,对于事务管理这里,用TransactionScope来实现事务需要服务器开启dtc服务;而大部分应用下我们只需要一个数据库,所以运用DbTransaction来实现事务是最适合的;当存在分布式数据库应用的时候才用TransactionScope比较好。
re: 如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
rock100 2009-05-11 15:14
好!very good!
re: 如何将 ADO.NET Framework 整合进 Spring.NET 中 (How to integrate ADO.NET Entity Framework into Spring.NET)
mikelij 2009-05-10 20:17
很高兴你能写中英文文章。坚持下去! 这对我们学好英语很有用。
Very glad to know that you write posts in both Chinese and English. Keep up the work! This helps a lot on our English learning.

However, some minor things I would like to mention here:
>more and more developers interested in ADO.NET Entity Framework and hope to use it in their applications’ data access layer.
->more and more developers get interested in ADO.net Entity Framework and hope to use it in their applications' data access layer.

>I wrote an example describes this.
-> I wrote an example to describe this.

>After the understanding base on the previous code, we know that all we only need to do is using AOP ability from Spring.NET to inject transaction code arround ourself code of method.
->After understanding the previous code, we know that all we need to do is to use AOP ability from Spring.NET to inject transaction code arround the methods in our code.
re: How to integrate ADO.NET Entity Framework into Spring.NET
周巍 2009-05-10 00:24
@温景良(Jason)
已经翻译了
re: How to integrate ADO.NET Entity Framework into Spring.NET
周巍 2009-05-10 00:23
@Jason.Wei
文章是我自己写的
re: How to integrate ADO.NET Entity Framework into Spring.NET
win 2009-05-09 23:31
--引用--------------------------------------------------
Jason.Wei: ,mark,
so ..i want to ask for this question....
well ,this article 's where get it ?
--------------------------------------------------------

brother, ni tai you cai la.
re: How to integrate ADO.NET Entity Framework into Spring.NET
温景良(Jason) 2009-05-09 22:11
翻译成中文行吗
re: How to integrate ADO.NET Entity Framework into Spring.NET
Jason.Wei 2009-05-09 21:46
,mark,
so ..i want to ask for this question....
well ,this article 's where get it ?
re: Using Ajax with Firefox
joylee 2009-03-22 23:06
抽个时间专门LOOK你的BLOG,提高英语,我EN太差了
re: How to set up a domain environment in Hyper-V
周巍 2009-03-01 23:08
@G yc {Son of VB.NET}

主要是因为公司都是使用英语,自己的英语不是很好,需要经常锻炼。
共3页: 1 2 3 下一页 
Copyright ©2012 周巍