1

I'm new to Dotnet, can someone please advice - I want to write a CLASS LIBARY which will help multiple functions and they will fetch values from database. This CLASS LIBRARY would then be compiled as DLL and given to other apps to use.

Can anyone provide me link - where I can find good samples of Ado.net or can anyprovide working code which shows me how to fetch multiple or single values from database (writing all this in class library)

Regards

1
  • The MSDN Data Developer Center would be a good place to start looking. ALso: have you considered using e.g. Entity Framework to "hide" the complexities of database access behind "nice" .NET objects? Would definitely make sense if you're starting new .... Commented Oct 12, 2012 at 9:10

3 Answers 3

2

ADO.NET @MSDN is a good starting point.

CodeProject features a good tutorial.

Sign up to request clarification or add additional context in comments.

Comments

2

Check this out: Retrieving and Modifying Data in ADO.NET

If you already know how to create and open a connection to database, then read this section: DataAdapters and DataReaders

Comments

0

Go to http://www.w3schools.com/, it will be help lot of can you do better.

2 Comments

Every one have some experience.in my experience W3schools is the best..in beginning level its very helpful to learn.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.