mygeneration
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 分类:问答Where can I find the list of all the interfaces commonly used by MyGeneration?
Where can I find the list of all the interfaces commonly used by MyGeneration? (I am especially asking this to learn w开发者_StackOverflowalking through all the tables in my DataBase with foreach loo[详细]
2023-03-16 00:36 分类:问答What is a good replacement for MyGeneration / d00dads code generation and data layer?
I have used MyGeneration and the d00dads architecture for several years, and have been a big proponent.The tool is fairly simple and straightforward and the code layer is dead simple.[详细]
2023-02-18 21:29 分类:问答Generate code from SPs using codesmith or MyGeneration?
I have CodeSmith and MyGeneration tools. I have SPs in SQL server. I want generate VB.Net code for SPs (not for Tables). Which templates will support for this? Please share if you know any template开发[详细]
2022-12-30 09:57 分类:问答Is it possible to write MyGeneration Templates in F# and how?
I want to开发者_StackOverflow中文版 write a MyGeneration Template File in F#. I know you can target various languages etc VB.NET and C# however for my own selfish benefit I would like to write it in F[详细]
2022-12-30 05:34 分类:问答What is the most elegant C# .NET Data Access Layer design?
I would like to konw what is considered the most elegant C# .NET method to produce a Data Access Layer?[详细]
2022-12-26 05:04 分类:问答how can i use ORM tool like My Generation?
i downloaded MyGeneration from net. And run. it has got connection string. \"Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Data Source=localhost \"[详细]
2022-12-23 19:44 分类:问答How to get list of objects from BusinessEntity using myGeneration?
I used myGeneration in some projects; I noticed that BusinessEntity keeps the result of the query in a DataTable,[详细]
2022-12-21 06:16 分类:问答