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?
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
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.
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开发
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
I would like to konw what is considered the most elegant C# .NET method to produce a Data Access Layer?
太阳长什么样的比喻句有什么新闻?如果你感兴趣,让我们一起来了解一下吧!
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 \"
I used myGeneration in some projects; I noticed that BusinessEntity keeps the result of the query in a DataTable,