由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - .net framework class library的source open嘛?
相关主题
Managed Code vs. Unmanaged Codec# project 防止hacker攻击,大家是用什么framework?
[合集] help: 又没有现成的.NET 网站的source code? (转载)Answer Re: ASP.NET 难题测试 (1)
[合集] .net framework class library的source open嘛?ASP.NET 难题测试 (2)
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?reflector will become paid-for product in March
Entity Framework Open Sourced.dll file editor
有用过spring.net 和 Nhibernate的大牛吗?c#之父Anders Hejlsberg 的故事
大家mvc都是用的哪个framework, umbraco, telerik,sencha?传奇Delphi被廉价甩卖zt (转载)
怎样用FCL做一个彩色的Cursor?有没有LA的,用c#做数据开发的,想当面请教一些经验
相关话题的讨论汇总
话题: source话题: framework话题: library话题: reflector话题: class
进入DotNet版参与讨论
1 (共1页)
b*****n
发帖数: 2324
1
哪儿能下载?谢谢
r****y
发帖数: 26819
2
显然close source啊。

【在 b*****n 的大作中提到】
: 哪儿能下载?谢谢
c**e
发帖数: 2558
3
the closest thing to it:
Shared Source Common Language Infrastructure 2.0 Release
http://www.microsoft.com/downloads/details.aspx?FamilyId=8C09FD61-3F26-4555-AE17-3121B4F51D4D&displaylang=en

【在 b*****n 的大作中提到】
: 哪儿能下载?谢谢
k****i
发帖数: 1072
4
There is a thing call reflector

【在 b*****n 的大作中提到】
: 哪儿能下载?谢谢
b*****n
发帖数: 2324
5
那只能发现怎么用,也不能reflect出来source啊。

【在 k****i 的大作中提到】
: There is a thing call reflector
c**e
发帖数: 2558
6
你要什么样的[source

【在 b*****n 的大作中提到】
: 那只能发现怎么用,也不能reflect出来source啊。
b*****n
发帖数: 2324
7
implementation.

【在 c**e 的大作中提到】
: 你要什么样的[source
d****d
发帖数: 133
8
Bill Gates: We are NOT a Charity!
我也挺讨厌微软死活不公布这些代码,怀念以前Delphi的日子啊。

【在 b*****n 的大作中提到】
: implementation.
c**e
发帖数: 2558
9
前面不是有人说了用reflector了吗?你看了没?就说看不到?

【在 b*****n 的大作中提到】
: implementation.
b*****n
发帖数: 2324
10
用reflection只能看到FCL的type declaration和怎么用type,这些msdn上都有。
我想看这些type的source code,就是方法定义{}中间的内容。

【在 c**e 的大作中提到】
: 前面不是有人说了用reflector了吗?你看了没?就说看不到?
相关主题
有用过spring.net 和 Nhibernate的大牛吗?c# project 防止hacker攻击,大家是用什么framework?
大家mvc都是用的哪个framework, umbraco, telerik,sencha?Answer Re: ASP.NET 难题测试 (1)
怎样用FCL做一个彩色的Cursor?ASP.NET 难题测试 (2)
进入DotNet版参与讨论
c**e
发帖数: 2558
11
ft,reflector,一个软件,不是reflection。
你google一下不行吗?

【在 b*****n 的大作中提到】
: 用reflection只能看到FCL的type declaration和怎么用type,这些msdn上都有。
: 我想看这些type的source code,就是方法定义{}中间的内容。

b*****n
发帖数: 2324
12
这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来
source code。

【在 c**e 的大作中提到】
: ft,reflector,一个软件,不是reflection。
: 你google一下不行吗?

c**e
发帖数: 2558
13
好好找找。给你半个小时,不要说你找不到。: )

【在 b*****n 的大作中提到】
: 这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来
: source code。

b*****n
发帖数: 2324
14
比如这个
public static void Main()
{
}
一个应用程序的,这怎么可能。

【在 b*****n 的大作中提到】
: 这是reverse engineering,而且我用了一下,还是只有declaration,reverse不出来
: source code。

b*****n
发帖数: 2324
15
reverse engineering跟source code不一样,跟我的目的不一样

【在 c**e 的大作中提到】
: 好好找找。给你半个小时,不要说你找不到。: )
c**e
发帖数: 2558
16
source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?

【在 b*****n 的大作中提到】
: reverse engineering跟source code不一样,跟我的目的不一样
c**e
发帖数: 2558
17
你不是要看framework的code吗?看应用程度做什么?

出来

【在 b*****n 的大作中提到】
: 比如这个
: public static void Main()
: {
: }
: 一个应用程序的,这怎么可能。

b*****n
发帖数: 2324
18
我是说framework class library FCL
我想看比如Object.clone()

的?

【在 c**e 的大作中提到】
: source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?
b*****n
发帖数: 2324
19
你说的用c++写的是runtime, clr。

的?

【在 c**e 的大作中提到】
: source?.net framework起码有一部分是用C#写的,你要看剩下那些unmanaged c++的?
b*****n
发帖数: 2324
20
在c#,应该是MemberwiseClone

【在 b*****n 的大作中提到】
: 我是说framework class library FCL
: 我想看比如Object.clone()
:
: 的?

相关主题
reflector will become paid-for product in March传奇Delphi被廉价甩卖zt (转载)
.dll file editor有没有LA的,用c#做数据开发的,想当面请教一些经验
c#之父Anders Hejlsberg 的故事.NET 和现在的J2EE相比
进入DotNet版参与讨论
c**e
发帖数: 2558
21
嗯,MemberwiseClone的确看不到。但比如ReferenceEquals就可以看了。

【在 b*****n 的大作中提到】
: 我是说framework class library FCL
: 我想看比如Object.clone()
:
: 的?

c**e
发帖数: 2558
22
clr我当然知道是用c++写的,但是fcl肯定很大一部分也是。具体比例查一下就知道了。

【在 b*****n 的大作中提到】
: 你说的用c++写的是runtime, clr。
:
: 的?

b*****n
发帖数: 2324
23
我也看了,发现是extern的,可能是用native写的。

【在 c**e 的大作中提到】
: 嗯,MemberwiseClone的确看不到。但比如ReferenceEquals就可以看了。
b*****n
发帖数: 2324
24
ft,fcl应该95%以上都是managed code写的
目前我知道Object class里面几个method不是

了。

【在 c**e 的大作中提到】
: clr我当然知道是用c++写的,但是fcl肯定很大一部分也是。具体比例查一下就知道了。
c**e
发帖数: 2558
25
跟语言没关系,都是一个名字。

【在 b*****n 的大作中提到】
: 在c#,应该是MemberwiseClone
c**e
发帖数: 2558
26
想想也是,呵呵。要copy memory

【在 b*****n 的大作中提到】
: 我也看了,发现是extern的,可能是用native写的。
c**e
发帖数: 2558
27
那不就可以用reflector看了吗?

【在 b*****n 的大作中提到】
: ft,fcl应该95%以上都是managed code写的
: 目前我知道Object class里面几个method不是
:
: 了。

b*****n
发帖数: 2324
28
这是reverse engineering,跟source code不一样

【在 c**e 的大作中提到】
: 那不就可以用reflector看了吗?
b*****n
发帖数: 2324
29
而且目前看来,不是所以managed code method都能reverse出来。

【在 b*****n 的大作中提到】
: 这是reverse engineering,跟source code不一样
b*****n
发帖数: 2324
30
不过这个功能很强大,看来obfuscation是必须的。呵呵

【在 c**e 的大作中提到】
: 那不就可以用reflector看了吗?
相关主题
[FWD]C#4JavaErs - Ch1 - Overview of .NET[合集] help: 又没有现成的.NET 网站的source code? (转载)
安装问题:framework1.0 & 1.1共存?[合集] .net framework class library的source open嘛?
Managed Code vs. Unmanaged Code.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?
进入DotNet版参与讨论
c**e
发帖数: 2558
31
我觉得不可能95%。

【在 b*****n 的大作中提到】
: ft,fcl应该95%以上都是managed code写的
: 目前我知道Object class里面几个method不是
:
: 了。

b*****n
发帖数: 2324
32
那你再找几个例子不是managed code写的。

【在 c**e 的大作中提到】
: 我觉得不可能95%。
c**e
发帖数: 2558
33
fine.

【在 b*****n 的大作中提到】
: 这是reverse engineering,跟source code不一样
b*****n
发帖数: 2324
34
不过我把几个我写的reverse了一下,发现竟然没什么区别啊

【在 c**e 的大作中提到】
: fine.
c**e
发帖数: 2558
35
比如说,performance要求高的部分

【在 b*****n 的大作中提到】
: 那你再找几个例子不是managed code写的。
b*****n
发帖数: 2324
36
举个例子,别吹牛

【在 c**e 的大作中提到】
: 比如说,performance要求高的部分
c**e
发帖数: 2558
37
没敢吹牛,又不是我写的。

【在 b*****n 的大作中提到】
: 举个例子,别吹牛
b*****n
发帖数: 2324
38
没找着例子你就瞎举,专业吹牛的

【在 c**e 的大作中提到】
: 没敢吹牛,又不是我写的。
c**e
发帖数: 2558
39
嗯,其实我都不知道我在说什么。

【在 b*****n 的大作中提到】
: 没找着例子你就瞎举,专业吹牛的
b*****n
发帖数: 2324
40
看出来了,你就是来陪我聊天的,谢谢

【在 c**e 的大作中提到】
: 嗯,其实我都不知道我在说什么。
相关主题
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?大家mvc都是用的哪个framework, umbraco, telerik,sencha?
Entity Framework Open Sourced怎样用FCL做一个彩色的Cursor?
有用过spring.net 和 Nhibernate的大牛吗?c# project 防止hacker攻击,大家是用什么framework?
进入DotNet版参与讨论
c**e
发帖数: 2558
41
嗯,早点休息吧。明天好起来学习编程。

【在 b*****n 的大作中提到】
: 看出来了,你就是来陪我聊天的,谢谢
b*****n
发帖数: 2324
42
明天不学习,明天出门逛街

【在 c**e 的大作中提到】
: 嗯,早点休息吧。明天好起来学习编程。
c**e
发帖数: 2558
43
赞劳逸结合。。

【在 b*****n 的大作中提到】
: 明天不学习,明天出门逛街
b*****n
发帖数: 2324
44
你也去逛逛吧

【在 c**e 的大作中提到】
: 赞劳逸结合。。
c**e
发帖数: 2558
45


【在 b*****n 的大作中提到】
: 你也去逛逛吧
b*****n
发帖数: 2324
46
哦,去哪儿逛?

【在 c**e 的大作中提到】
: 嗯
1 (共1页)
进入DotNet版参与讨论
相关主题
有没有LA的,用c#做数据开发的,想当面请教一些经验Entity Framework Open Sourced
.NET 和现在的J2EE相比有用过spring.net 和 Nhibernate的大牛吗?
[FWD]C#4JavaErs - Ch1 - Overview of .NET大家mvc都是用的哪个framework, umbraco, telerik,sencha?
安装问题:framework1.0 & 1.1共存?怎样用FCL做一个彩色的Cursor?
Managed Code vs. Unmanaged Codec# project 防止hacker攻击,大家是用什么framework?
[合集] help: 又没有现成的.NET 网站的source code? (转载)Answer Re: ASP.NET 难题测试 (1)
[合集] .net framework class library的source open嘛?ASP.NET 难题测试 (2)
.net framework的source code在visual studio 2008 Express Edition里debugging时能看到吗?reflector will become paid-for product in March
相关话题的讨论汇总
话题: source话题: framework话题: library话题: reflector话题: class