code-generation
Is it possible to have intellisense support in MyGeneration when it comes to write templates?
Is it possible to have intellisense support in MyGeneration when it comes to write templates? Let\'s say can I write my templates in Visual Studio and then开发者_StackOverflow paste it to MyGeneratio[详细]
2023-03-16 08:36 分类:问答Is there a basic template I can use to create POCOs from a Db by MyGeneration?
What is the main code template used in common with MyGeneration when it comes to creating POCOS from a Db schema?[详细]
2023-03-16 07:35 分类:问答Javassist : How do I call a nondefault constructor on a dynamically generated class?
I have put a lot of time into this problem and to no avail.Ideally I would like to pass a parameter into the constructor of a dynamically generated class.The problem is that I don\'t know how to insta[详细]
2023-03-15 20:23 分类:问答Local function updating two vars of enclosing method
Posting from the bus so I\'ll keep it short. If a local function needs to access and update a local var of the enclosing method, the compiler has to translate the 开发者_如何转开发latter into an obje[详细]
2023-03-15 12:11 分类:问答How to record what tools I used to make image in GIMP?
I want to proceduraly generate textures made by GIMP. I know there is GIMP library for Python which can call GIMP\'s tools with parameters. If I know what tools (with parameters) GIMP used then I shou[详细]
2023-03-15 08:40 分类:问答Programmatic API for the Code Generators of LINQ-to-SQL and Entity Framework
What options do I have for generating class definitions for LINQ-to-SQL and Entity Framework context and data entity objects?I understand how to use the Visua开发者_StackOverflowl Studio tools, but is[详细]
2023-03-15 08:07 分类:问答C++ program on determining triangle
I need help with the following code that requires me to: Declare 3 double type variables, each representing one of three sides of a triangle.[详细]
2023-03-15 07:58 分类:问答Is there any way to control the names of properties generated by the linq-to-sql designer?
Say you have a 开发者_运维技巧schema that looks something like this Foo FooId Bar BarId SomeFooId // Foreign key to Foo.FooId[详细]
2023-03-15 01:10 分类:问答How to get ISO Country code in android applications?
I am a new developer on android application. I would like to get the ISO Country code when I pass the mobile number with country code. If I pass the mobile number as 1-319-491-6338, can I get country[详细]
2023-03-15 00:58 分类:问答GNU make confused by code generator
I have a code generator (Python script generating C++) that takes a text file containing the glyphs of a simple bitmap font and generates .h and .cc files with the font\'s parameters and data.The actu[详细]
2023-03-14 12:26 分类:问答