简体   繁体   中英

ASP.NET common controls source code

Is there a source code readily available for commonly used controls (say found in the toolbox) for ASP.NET 2.0?

The level of detail that I want its that I need to know the internal workings of the control.

Yes, Microsoft has actually released the Source code for the System.Web assembly, amongst others.

It is intended to make it possible to debug the built-in classes, so you as a developer have a better chance of understanding why a specific class behaves as it does. You can make Visual Studio download the source on-the-fly, when you try to step-in to a function with the debugger. http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx

If you would like to read / browse the source code; you can also download it all using the NetMassDownloader project from CodePlex.

ASP.NET QuickStart Tutorials best fit for your needs.

Here you can access : Standart Toolbox Control Tutorials

EDIT : You edited your post to get resource for inner workings of server components. Here is my another suggestion : Nikhil Kothari 's Developing Microsoft ASP.NET Server Controls and Components is the best resource on components and inner workings.

alt text http://ecx.images-amazon.com/images/I/41AQGWDEYAL._BO2,204,203,200_PIsitb-sticker-arrow-click,TopRight,35,-76_AA240_SH20_OU01_.jpg

查看控件或任何其他类库的源代码的快速方法是使用反汇编程序,例如.NET Reflector 链接文本

They are all documented on MSDN . Get started at the ASP.NET Developer Center , and at http://asp.net .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM