Few Questions

N

Noor

Hi everyone.

Im kinda newbie to .net programming and very confused after seeing too many
options for building database applicaton.

I have few question for you people and want answers to them.

1) is databinding in .net a best practice?
2) what are the best practices to develop a simple database application?
3) where can i find sample application that demonstrate the best practices
in a desktop application?


best regards,

Noor
 
C

Cor

Hi Noor,
1) is databinding in .net a best practice?

If is a best practice but not the best practice.

If it was "the" Microsoft had probably given only this and no alternatives.

(But look when you look for datbinding first to datasource that is much
easier for newones)
2) what are the best practices to develop a simple database application?

I take the answers given today by OHM to Newbie in this newsgroup

1.) Use the wizard as an example, and then review the code that the designer
puts in very closely.
2.) Buy an ADO.NET Book.
3.) Write Some 'realy simple' code to begin with.
4.) Develop your abilities through experimentation and the use of the book.
5.) Subscribe to the ADONET newsgroup and participate, try to help others.
6.) Build an Database Application to put code snippets in to help you as an
excercise.

And than an addition from me.
A simple database application is:
- one database table
- one datagrid
- fill it
- update it

And change then the datagrid for a listview (which has no datasource).
3) where can i find sample application that demonstrate the best practices
in a desktop application?

http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing it

http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir


I hope this helps,

Cor
 
N

Noor

Thanks cor for replying

by newbie i didn mean that i m new to programming but just moved to .net
programming.

I have been programming in vb for 4/5 years and i havent used databinding
once.
That's why i was which way to go. what are the best practices?

well.. can you tell me what is the name of adodotnet newsgroup?

best regards
noor
 
C

Cor

Hi Noor,

That was the same question Newbie did :))

Microsoft.public.dotnet.framework.adonet

Cor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top