Click here to Skip to main content
15,881,204 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
sir,
iam new in asp.net.please provide link to oracle tutorial
Posted
Comments
Sudhakar Shinde 26-Jul-13 1:57am    
Use google to find answers shown in a link HERE.

1 solution

I doubt that Oracle would write a tutorial on ASP.NET. Did you ever heard of separation of concerns? If not, this is what you need:
http://en.wikipedia.org/wiki/Separation_of_concerns[^].

You really need to consider the following topics separately and put them together by yourself: ASP.NET, ADO.NET and Oracle.
Please see:
http://en.wikipedia.org/wiki/ASP.NET[^],
http://www.asp.net/get-started[^],
http://en.wikipedia.org/wiki/ADO.NET[^],
http://msdn2.microsoft.com/en-us/library/aa286484.aspx[^].

This is a very helpful CodeProject article which will help you to get started in no time: Using ADO.NET for beginners[^].

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900