Groups | Blog | Home
all groups > vb.net upgrade > november 2004 >

vb.net upgrade : Data access class



Junior
11/12/2004 11:55:03 AM
Hi everyone. As the moment to develop my very first .NET application closes
in, I notice I am quite not ready to develop my first database access class
on my own... Is there any sample component or application from which I could
get inspiration, guidance and even some lines of code to develop my own data
Dusan Zupancic
11/13/2004 4:00:01 AM
Hi Junior!

There are a lot of Howtos regarding basic database access on web, or you can
run the Database Wizard from Visual Studio .NET (menu: Project / Add New Item
/ Data Form Wizzard).

IF you want to know more about Data Access, you'll find the following
resources useful:
Begin with:
- .NET Data Access Architecture Guide:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daag.asp
-
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconAccessingDataWithADONET.asp

Then you can look at some examples of how to write multitier apps (concrete
example):
- http://windowsforms.net/articles/writingntierapps.aspx

It is also useful to look at:
Patterns and Practices:
- www.microsoft.com/resources/practices
You can find something useful in Data Access Application Block
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnbda/html/daab-rm.asp

I hope, it's enough to get starting.

Dusan Zupancic


[quoted text, click to view]
Junior
11/13/2004 11:08:02 AM
Way more than enough, Dusan ! Thanks very much !

Jr

[quoted text, click to view]
AddThis Social Bookmark Button