From Rockford Lhotka's Expert C# 2008 and VB 2008 Business Objects books
private static PropertyInfo MyDataProperty = RegisterProperty(new PropertyInfo("MyData", Properties.Resources.MyData));
Thats a good idea. I'll have to look into that.
I was using Code Smith, but it is a major pain to have to edit the templates. I'm also having to connect to an Oracle Database, so alot of the normal CSLA codesmith Templates require extra configuring.
I've decided to try to make my own using T4 in VS. I've never even looked at it before, but I'm tired of having to relay on third party software and not being able to have full control.
Hi dlabar,
Can you please share out your template ?
Thanks in advance.
Jason