Hello,
I have a question regarding the use of the ADO.NET framework 2.0 and higher.
I'm aware there are several ways for doing things inside the .NET framework, but I would like some feedback about my approach:
Most colleagues use the toolbox and drag components inside the winform and then use them by configuring them through the propertiesbox.
I on the other hand dynamicly create the components I want by explcitly typing gcnew and work with those objects.
Which one is actually the best approach? Should i keep following my way yes/no and why?
I have a question regarding the use of the ADO.NET framework 2.0 and higher.
I'm aware there are several ways for doing things inside the .NET framework, but I would like some feedback about my approach:
Most colleagues use the toolbox and drag components inside the winform and then use them by configuring them through the propertiesbox.
I on the other hand dynamicly create the components I want by explcitly typing gcnew and work with those objects.
Which one is actually the best approach? Should i keep following my way yes/no and why?
Comment