[Original address] ASP. NET Ajax 1.0 Source Code released
[Original article publication date] Tuesday, January 30,200 AM
As I mentioned when ASP. NET Ajax 1.0 was released last week, we published all the source code of ASP. NET Ajax. This includes the server-side ASP. NET integrated source code (including updatepanel, updateprogress, and scriptmanager controls, and network serialization)CodeSource code ).
The source code of the client ASP. NET Ajax JavaScript Library (also known as the "Microsoft Ajax library") is released under the Microsoft Permissive license (MS-PL) license. This license grants developers the right to freely Customize/modify the library and re-release derivative versions of the Javascript library for commercial or non-commercial purposes.
The source code implemented by ASP. NET Ajax 1.0 on the server side was released this morning. You can download it here. The source code is published under the Microsoft reference license (MS-rl) license. With the release of the source code, there is also the debugger symbol (debugger symbols) corresponding to the released binary library file, which allows you to debug ASP in a single step from your own code during debugging.. Net Ajax library to retain the row number and symbol data. Note that the installation file will install the source code in the "/program files/Microsoft ASP. NET/ASP. NET 2.0 Ajax extensions/v1.0.61025/source" folder on your local machine.
Obviously, you can also download (and modify) the source code of the ASP. NET Ajax Control Toolkit. It is a collaborative codeplex project jointly developed by Microsoft and non-Microsoft developers by contributing code and cooperation.