一、源码特点.NET反汇编工具二、功能介绍NetDasm是一个.NET汇编和反汇编工具。可以对dll文件进行反编译查看源代码,也可以对它进行编辑Youonlyneedtoloadanassemblyandlookatallthetypesthatitcontains.Whenyouclickononetype,itsmethodsandsomeinformationappearintheright.Youcandeleteatype,deleteamethod,oreditthecodeofamethod.IntheEditCodeform,youcanwatchtheILcode,removeasentence,orinsertanewsentence.
UniversalSerializer是一个序列化器/反序列化器for.NET/Silverlight/PCL/WindowsPhone。它保存和加载复杂对象值/实例,能够序列化任何类型,流格式可以是二进制,JSON或XML等UniversalSerializerisaSerializer/Deserializerfor.NET/Silverlight/PCL/WindowsPhone.Inotherwords,itsavesandloadscomplexobjectvalues/instances.Abilitytoserializeanytypeisitsvocation.Thestreamformatcanbebinary,JSON,orXML.ItcontainsDLLsfor:.NET4orlater.Silverlight4orlater.PortableClassLibrary4.MakingitusableonWindowsStore/WindowsRT.WindowsPhone7&8(Silverlight).AnadditionalDLLforspecifi
源码项目:HtmlControl服务器控件开发HtmlControl控件是扩展.nethtml控件的基类本源码适用于所有web开发,不局限于formrunat=server服务器表单内,强大的开发功能,不仅适合于新手更适用大型项目开发;Gzcms.HtmlControl是结合实际项目开发的控件开发方案;去除asp.net不必要视图代码;控件开发简单,效果显著,在实际项目开发中不一种神器;使用说明:1.*.aspx中不需要.cs文件绑定,只需要把设计师设计好的*.html,改为*.aspx就可以直接使用Gzcms.HtmlControl控件。2.控件代码中都会有提示,如:method=*,系统都会给出提示的,Gzcms.HtmlControl是使用了enum,所以使用简单明了;
