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
What is the main code template used in common with MyGeneration when it comes to creating POCOS from a Db schema?
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
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
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
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
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.
Say you have a 开发者_运维技巧schema that looks something like this Foo FooId Bar BarId SomeFooId // Foreign key to Foo.FooId
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
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