Martin XJ
Coding everyday,Enjoy everyday
博客园
社区
首页
新随笔
联系
管理
订阅
随笔- 74 文章- 56 评论- 756
FrameWork
SharpRush中的跨函数事务实现
摘要: using(TransactionContextcontext=TransactionContext.Instance()){CustomerEntitycustomer=newCustomerEntity(cutomerGuid);customer.CustomerName="test";customer.Save();}
阅读全文
posted @
2005-08-16 16:17
Martin XJ 阅读(755) |
评论 (0)
编辑
SharpRush中的AOP实现
摘要: //aspectcode:[AttributeUsage(AttributeTargets.Class)]publicclassSecurityAspectAttribute:AOPAttribute{publicSecurityAspectAttribute(){}publicoverridevoidPreProcess(System.Runtime.Remoting.Messaging.IMe...
阅读全文
posted @
2005-08-16 16:13
Martin XJ 阅读(659) |
评论 (0)
编辑
自己的ORMapping
摘要: 看着大家都说ORMapping框架,我也来掺和掺和,平时自己闲着没事做一个ORMapping的架构,我给它起名为SharpRush,就是开发C#程序特别快的意思。本人又喜欢打Starcraft,平常在浩方上看人家都是Rush、Rush的,所以就起名叫SharpRush了。设计思想1.和微软的System.Data相对应 我的 对应微软的 主要包含:DataCollection(集合类) DataT...
阅读全文
posted @
2005-07-28 09:24
Martin XJ 阅读(2321) |
评论 (4)
编辑
Spring.net的一个小例子
posted @
2005-07-18 13:42
Martin XJ 阅读(5187) |
评论 (4)
编辑
MS推荐的命名指南
posted @
2005-01-10 13:42
Martin XJ 阅读(1341) |
评论 (0)
编辑
generics (范型)的使用
posted @
2004-09-28 09:20
Martin XJ 阅读(907) |
评论 (0)
编辑
导出excel的另外一种方法
posted @
2004-08-21 12:52
Martin XJ 阅读(16900) |
评论 (33)
编辑
socket异步处理问题
posted @
2004-08-13 20:50
Martin XJ 阅读(4039) |
评论 (6)
编辑
在C#中把两个DataTable连接起来,相当于Sql的Inner Join方法
posted @
2004-08-12 08:48
Martin XJ 阅读(2750) |
评论 (5)
编辑
图片转换,把bmp图片转换为jpg图片
posted @
2004-07-30 18:43
Martin XJ 阅读(25376) |
评论 (115)
编辑
用ado.net取数据库中table、column的信息
posted @
2004-07-29 20:31
Martin XJ 阅读(703) |
评论 (0)
编辑
在.net framework2.0中实现ping方法
posted @
2004-07-13 08:53
Martin XJ 阅读(1897) |
评论 (4)
编辑
mono beta 3 released
posted @
2004-06-16 17:06
Martin XJ 阅读(393) |
评论 (0)
编辑
在dropdownlist中使用enum
posted @
2004-06-15 13:53
Martin XJ 阅读(1173) |
评论 (3)
编辑
把dataset作为一个xml文件传给客户端
posted @
2004-06-15 09:18
Martin XJ 阅读(1216) |
评论 (3)
编辑
今天没事,看到一个用C#开发OutLook插件的例子,顺便自己做了一个
posted @
2004-06-14 13:18
Martin XJ 阅读(5339) |
评论 (5)
编辑
直接在pocket pc上编译c#程序
posted @
2004-06-14 13:18
Martin XJ 阅读(494) |
评论 (0)
编辑