2
Answers

Best Way to Load Data to a windows Form

Nick Trivizas

Nick Trivizas

12y
1.3k
1
Hello everybody,

We have many applications in VB6 and we want to change them to C# .NET 4.5.
I want to ask you what is the best, not the only the faster one but the
safer and the complete, way to load data to windows form.
Is it the entity framework? Is it datasets and bound controls?
Is it external custom classes with all the business logic and with data readers?
Is it something else?

Please give us road to go across, it will be vey helpfull for us!

Thank you in advance.
Answers (2)
0
brunda k

brunda k

NA 1.5k 11.9k 12y
0
Jignesh Trivedi

Jignesh Trivedi

NA 61k 14.2m 12y

hi,

i want to just ask, use WPF instead of using winform.
with WPF you can use MVVM Pattern.

Please refer
http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/42636e55-a1e0-4b29-bbd1-cd8073585584/

hope this will help you.