.NET 可重用控件的在线存储库
是否存在 .NET 可重用控件的在线存储库?
编辑
我问这个问题是因为我身边几乎没有可重用的组件,这些组件是我用源代码开发的。我不想为他们每个人都写博客,甚至我也不希望我的开发人员朋友在互联网上只获得没有源代码的 DLL。
Is there any online repository exist for .NET reusable controls?
Edit
I am asking this question because I have few reusable component with me, which I have developed, with source code. I don't want to write blog for each of them and even I don't want my developers friend, on internet, to get the DLL only with no source code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
官方 WPF / WinForms 网站控件库:
http://windowsclient.net/downloads/folders/ controlgallery/default.aspx
ASP.NET 控件库:
http://www.asp.net/Community/Control-gallery/
CodeProject 有一个搜索工具,用于对有关控件的内容进行排序(注意左侧导航栏):
http://www.codeproject.com/KB/buttons/
CodePlex 往往包含许多 .NET 相关的东西:
<一href="http://www.codeplex.com/" rel="nofollow">http://www.codeplex.com/
即 Silverlight / WP7 控件工具包,也可能是 WPF 工具包。
还有一些人说,这是它们的鼻祖:
http://www.google.co.uk
(为讽刺道歉,我只是不得不:-)
Official WPF / WinForms web site control gallery:
http://windowsclient.net/downloads/folders/controlgallery/default.aspx
ASP.NET Control Gallery:
http://www.asp.net/Community/Control-gallery/
CodeProject has a search facility for sorting content about controls (note the left-hand nav bar):
http://www.codeproject.com/KB/buttons/
CodePlex tends to house lots of .NET related things:
http://www.codeplex.com/
Namely the Silverlight / WP7 Control Toolkits, and perhaps a WPF toolkit.
Then there is, some many say, the grand-daddy of them all:
http://www.google.co.uk
(Apologies for the sarcasm, I just had to :-)
Visual Studio 有 NuGet 包管理器。除此之外,您还可以在线浏览 CodePlex 等网站上托管的操作系统项目,尽管其中大多数已经集成在 NuGet 中。
There's NuGet package manager for visual studio. Other than that, you can browse online for OS projects hosted on sites like CodePlex, althought most of them are already integrated in NuGet.