gozh2002
博客园 | 首页 | 发新随笔 | 发新文章 | 联系 | 订阅 订阅 | 管理

置顶随笔

[置顶]STGenerator Released
摘要: 我的完全开源的代码生成和Stored Procedure的自动Data Access Layer.放在Sourceforge 上了.有几个优点是支持Generic, nullable, DAAB, 实体是Abstract class, 可以做Object-Object的一对一映射,支持BuildProvider,支持模糊的数据返回, 还要继续优化,而且缺例子,虽然我自已在用它来做别的项目.阅读全文
posted @ 2006-09-27 10:20 Gordon Golden Shining 阅读(531) 评论(0) 编辑
 

2007年5月3日

who am I inside of me
You are Binary.  You are not human and go to great lengths to prove it.  You always know where you are and how you got there, but no one else does, ever.
Which Programming Language are You?
posted @ 2007-05-03 09:30 Gordon Golden Shining 阅读(85) 评论(0) 编辑
 

2006年9月27日

STGenerator Released

我的完全开源的代码生成和Stored Procedure的自动Data Access Layer.放在Sourceforge 上了.
有几个优点是支持Generic, nullable, DAAB, 实体是Abstract class, 可以做Object-Object的一对一映射,支持BuildProvider,
支持模糊的数据返回,
还要继续优化,而且缺例子,虽然我自已在用它来做别的项目.

posted @ 2006-09-27 10:20 Gordon Golden Shining 阅读(531) 评论(0) 编辑
 

2006年8月29日

ObjectDataSource的Add-In
摘要: Asp.net 2.0 的 ObjectDataSource 有一个很讨厌的地方,就是它的TypeName都是一个String
所以不能用Go To Definition去方便的自动跳到它引用的类. 所以就自已写了一个AddIn
可以自动跳到它引用的Project 的文件,比较方便.阅读全文
posted @ 2006-08-29 22:49 Gordon Golden Shining 阅读(1619) 评论(1) 编辑
 

2006年5月31日

Asp.net page lifecycle explain in msdn
http://msdn2.microsoft.com/en-us/library/ms178472.aspx

here is the link about asp.net page life-cycle and the following words need to pay attention

Catch-up Events for Added Controls

For example, suppose you have a GridView that displays a company record in each row along with a list of the company officers in a ListBox control. To fill the list of officers, you would bind the ListBox control to a data source control (such as SqlDataSource) that retrieves the company officer data using the CompanyID in a query.

If the ListBox control's data-binding properties, such as DataSourceID and DataMember, are set declaratively, the ListBox control will try to bind to its data source during the containing row's DataBinding event. However, the CompanyID field of the row does not contain a value until the GridView control's RowDataBound event occurs. In this case, the child control (the ListBox control) is bound before the containing control (the GridView control) is bound, so their data-binding stages are out of sync.

To avoid this condition, put the data source control for the ListBox control in the same template item as the ListBox control itself, and do not set the data binding properties of the ListBox declaratively. Instead, set them programmatically at run time during the RowDataBound event, so that the ListBox control does not bind to its data until the CompanyID information is available.

posted @ 2006-05-31 11:17 Gordon Golden Shining 阅读(232) 评论(0) 编辑
 

2006年4月22日

我做的代码生成的工具的思路 (支持.NET2.0)
内容篇幅较长,请点击这里阅读全文。
posted @ 2006-04-23 01:23 Gordon Golden Shining 阅读(773) 评论(0) 编辑
 

2006年2月24日

Programming Haskell in Visual Studio.net 2003
摘要: Simon Marlow, a developer in microsoft research Cambridge, has agreat tool to download Visual Haskell
Just download and install it, then you can develop haskell program in vs.net editor, also they have good features like tootip etc..
we need that because haskell is really hardly understand with their syntax...阅读全文
posted @ 2006-02-24 16:03 Gordon Golden Shining 阅读(429) 评论(0) 编辑
 
C#/VB.Net converter
摘要: There is no need to find any commerical language converter between C# and Vb.net..SharpDevelop can convert the languages in C#,VB.Net and Boo, even a whole projectShould give it a go to see how nice i...阅读全文
posted @ 2006-02-24 09:40 Gordon Golden Shining 阅读(415) 评论(0) 编辑
 

2006年2月23日

A good book to read
摘要: Essential Business Process... I have been reading this book, one thing very interested is that they mentioned the process management is based on PI-calculous and petrinet.. but aren't these stuff from...阅读全文
posted @ 2006-02-23 21:44 Gordon Golden Shining 阅读(368) 评论(0) 编辑
 
A possible way for testing threading/server application
摘要: We have our current quite large application which is a server and so many parts as their own semaphore threading.The thing is it then become so hard to test it now...the whole server needs to be start...阅读全文
posted @ 2006-02-23 21:40 Gordon Golden Shining 阅读(157) 评论(0) 编辑
 
a break in .net 2.0 remoting
摘要: Currently, we are converting our application to .net 2.0. Then I am getting an error with remoting... simply because Soap Serializer does not support serializing Generic Types...and here is ms answer:...阅读全文
posted @ 2006-02-23 21:29 Gordon Golden Shining 阅读(1129) 评论(2) 编辑
 
仅列出标题  下一页
随笔:26 文章:2 评论:21 引用:0
<2012年2月>
日一二三四五六
2930311234
567891011
12131415161718
19202122232425
26272829123
45678910

公告


     
昵称:Gordon Golden Shining
园龄:6年10个月
粉丝:0
关注:0

搜索

 
 

常用链接

  • 我的随笔
  • 我的评论
  • 我的参与
  • 最新评论
  • 我的标签

随笔分类(25)

  • .Net(11) (rss)
  • .Net 2.0(6) (rss)
  • After hours(2) (rss)
  • BizTalk(1) (rss)
  • Design Patterns (rss)
  • Java(1) (rss)
  • My Books(1) (rss)
  • Open Source(2) (rss)
  • ORM/Data Access(1) (rss)
  • Project Management (rss)
  • Sharepoint (rss)

随笔档案(26)

  • 2007年5月 (1)
  • 2006年9月 (1)
  • 2006年8月 (1)
  • 2006年5月 (1)
  • 2006年4月 (1)
  • 2006年2月 (6)
  • 2005年10月 (1)
  • 2005年9月 (1)
  • 2005年8月 (5)
  • 2005年7月 (2)
  • 2005年6月 (1)
  • 2005年5月 (1)
  • 2005年4月 (2)
  • 2005年3月 (2)

文章档案(2)

  • 2006年4月 (1)
  • 2005年8月 (1)

.net bloggers

Bloggers I read

  • 3yee nhibernate
  • ApplyingUMLPatterns & DDD books blog
  • eXtensible Mind
  • idior
  • Rickard
  • Robert McLaws: FunWithCoding.NET
  • SharePoint 2003 Skin Site For Customizing CSS Styles
  • Simple Patrick
  • 好好学习,天天向上 - ssp (rss)
  • 花钱的年华

Projects

  • alchemi
  • nant pad
  • spec#
  • zedgraph

Sites

积分与排名

  • 积分 - 20363
  • 排名 - 5017

最新评论

阅读排行榜

评论排行榜

推荐排行榜


Powered by: 博客园
模板提供:沪江博客
Copyright ©2012 Gordon Golden Shining