"Dusan Zupancic" wrote:
> 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
>
>
> "Junior" wrote:
>
> > 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