本文主要是介绍.net xcode_XCode NET我是GenltXgt的忠实粉丝,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
.net xcode
XCode .NET.
XCode .NET 。
I was a huge fan of Gen<X> from DevelopMentor. It was an unusual move for a training company to release a software product, and unfortunately it didn't do well sales wise, because they cancelled it.
我是DevelopMentor的Gen <X>的忠实粉丝。 对于一家培训公司而言,发布软件产品是不寻常的举动,但不幸的是,由于销售商取消了软件产品,因此销售业绩不佳。
What is Gen<X>? It's a generative programming tool. It lets you use code to generate code. An example of a generative programming task for .NET would be to create type-safe collection classes. The classes are pretty much just copy/paste, and you change around some data types on function signatures. Chris Sells already has a specialized tool for doing this, but now I expect that something using XCode .NET will probably be made from his excellent templates.
什么是Gen <X>? 这是一个生成程序设计工具。 它使您可以使用代码来生成代码。 .NET的生成编程任务的一个示例是创建类型安全的集合类。 这些类几乎只是复制/粘贴,并且您在函数签名上更改了一些数据类型。 克里斯·塞尔斯(Chris Sells)已经有一个专门的工具来执行此操作,但是现在我希望使用XCode .NET的东西可能会由他的出色模板制作而成。
What is XCode .NET? It's a port of the Gen<X> code generation engine (XCode) to .NET; however, it uses JScript.NET instead of JScript internally. This has some great advantages: you get strong typing, good debugging, and access to the .NET CLR. It doesn't appear that there is any analogue to the Gen<X> GUI, or any VS.net integration yet; just the command line tool that does all the heavy lifting. I see potential future add-ons... :) Hopefully XCode .NET will inspire a nice community of "template code builders" like Gen <X> did! [The .NET Guy]
什么是XCode .NET ? 这是Gen <X>代码生成引擎(XCode)到.NET的端口; 但是,它在内部使用JScript.NET而不是JScript。 这具有一些很大的优点:您可以进行强大的键入,良好的调试以及对.NET CLR的访问。 似乎还没有Gen <X> GUI的任何类似物,也没有VS.net集成。 只是完成所有繁重任务的命令行工具。 我看到潜在的未来附加组件... :)希望XCode .NET能够像Gen <X>一样激发“模板代码构建器”的美好社区! [ .NET Guy ]
Oh hell ya...I'm all about this. I've been using XSL to generate code lately...
噢,天哪...我全都为此。 我最近一直在使用XSL生成代码...
翻译自: https://www.hanselman.com/blog/xcode-net-i-was-a-huge-fan-of-genltxgt-fro
.net xcode
这篇关于.net xcode_XCode NET我是GenltXgt的忠实粉丝的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!