随笔分类 -  .Net Tools

.net的工具,还有一些好的控件都放在这里了,不过大部分都是别人的东西,惭愧啊
Castle.Facilities.WebserviceIntegration
摘要:WebserviceFacility.cs[代码]WebserviceClientActivator.cs[代码]这个Custom Facility 可以实现webservice 集成到castle中。 阅读全文

posted @ 2009-02-11 16:33 Martin XJ 阅读(451) 评论(1) 推荐(0)

使用EnterpriseLibrary碰到的问题
摘要:在使用EnterpriseLibrary时,会在事件查看器里发现以下错误信息:Failed to create instances of performance counter 'Total Command Executions' - 请求的性能计数器不是自定义计数器,它必须初始化为只读。. 有关更多信息,请参阅在 http://go.microsoft.com/fwlink/events.asp... 阅读全文

posted @ 2005-04-30 16:57 Martin XJ 阅读(1897) 评论(3) 推荐(0)

Sybase DataWindow.net 1.5(Beta) For .Net 发布
摘要:Sybase PowerBuilder的DataWindow大家或许都听过吧,在c/s数据库快速开发领域非常著名。随着DataWindow.net 1.5 的发布,Web开发同样可以用DataWindow了,非常棒!发几张图看看:上面的灰色的部分就是两个WebDataWindow这是一个WebDataWindow 下载地址为: http://download.sy... 阅读全文

posted @ 2005-01-05 11:33 Martin XJ 阅读(6832) 评论(30) 推荐(0)

CodeSmith使用心得
摘要:代码生成器大家都用过吧,CodeSmith我想大家也不陌生。最近就用CodeSmith生成了自己的实体类。当然你也可以用它来生成HTML页面以及文档。 下面我就来说一说我生成实体类的步骤: 一、首先介绍一下CodeSmith 2.6,CodeSmith 2.6安装后,会有3个exe: 1. CodeSmith.exe即为CodeSmith Explorer,可视化生成代码工具,免费... 阅读全文

posted @ 2004-12-01 10:48 Martin XJ 阅读(14475) 评论(2) 推荐(0)

List of Microsoft patterns and practices for Application Architecture and Design
摘要:Tech归来,感触良多,微软真是考虑的太全面了。长此以往我们都要失业了。下面是微软一些application blocks,即一些公用的.net组件,很强大。Microsoft?patterns & practices for Application Architecture and Design include reference architectures and application bl... 阅读全文

posted @ 2004-09-21 10:44 Martin XJ 阅读(1403) 评论(1) 推荐(0)

Filling Your Toolbox (a.k.a. Essential Tools List)
摘要:http://www.cnblogs.com/elevenwolf/articles/30161.aspx 阅读全文

posted @ 2004-08-04 18:23 Martin XJ 阅读(653) 评论(0) 推荐(0)

用tablet pc开发包开发tablet pc手写输入程序
摘要:Tablet PC Platform SDK这里下载: http://www.microsoft.com/downloads/details.aspx?FamilyID=4b14b74a-27e4-42c4-862f-273f6302ea4f&displaylang=en下载后:可以打开它的例子:可以看到以下效果:酷吧:)具体的功能还有很多,大家可以慢慢去研究,帮助上面都有 阅读全文

posted @ 2004-07-23 19:54 Martin XJ 阅读(2186) 评论(3) 推荐(0)

Windows Form中的Grid Control
摘要:MDI的一些界面设计方案: DotNetMagic Tim Dawson Syncfusion Xtreme Docking Pane Infragistics WinTabbedMDI Windows Form中的高级Grid控件 Infragistics WinGrid Xceed Grid for .NET DeveloperExpress XtraGrid Componen... 阅读全文

posted @ 2004-06-21 11:59 Martin XJ 阅读(1544) 评论(1) 推荐(0)

.net10个必备工具
摘要:1.NUnit 编写单元测试的工具2.NDoc 自动生成代码文档的工具3.NAnt 编译解决方案的工具4.CodeSmith 自动生成代码的工具5.FxCop 检查你的代码是否按照规范编写的工具6.Snippet Compiler 编译少量代码的工具7.ASP.NET Version Switcher Visual Studio .NET Project Converter Reg... 阅读全文

posted @ 2004-06-21 11:18 Martin XJ 阅读(2974) 评论(8) 推荐(0)