Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i need to create a website/web service through which other can access my database. As per my knowledge I need to debug a code called ado.net for doing so. plz help me on doing that....i m a beginner....
Posted
Comments
Sergey Alexandrovich Kryukov 12-Apr-12 3:07am    
Being a beginner is not a privilege; it does not make you free from asking proper questions. Actually, this is rather the obligation. Being a beginner, you are supposed to begin, but you did not even read what is a web site, a web service and what ADO.NET does (no, it has nothing to do with the Web applications but can be used with them) -- your statement is wrong. Better change your mind and generate some reasonable questions, otherwise this post can be removed...
--SA
sourch7373 12-Apr-12 4:38am    
wat are thinking? removing my post you wiil do a great job or what? and what do you think? this is the only way to learn about .net. u looser. may be u have good knowlegdge. but that does not mean that you can understimate anyone. done forget that you were also a beginner once. so dnt b over smart..bst of luck for your future.

Seriously, buy a good book and go through it from start to finish. If you jump into this too quickly, you end up with bad code and a maintenance nightmare.

Start of with a hello world program. Move up to using all different kinds of variables. Then move up to OO programming by using classes and namespaces (with correct incapsulation, inheritence and polymorphism). If all that is OK, you can go into depth of web sites, webservices and database programming.

Hope this helps.
 
Share this answer
 
Comments
sourch7373 12-Apr-12 4:37am    
you may be right.
Thanx
If you want other to access the database then the best approach would be to have a Web service. Write a web service to access the database with ADO.NET code in it. you can learn a little about both from following links:

Understanding the Basics of Web Service in ASP.NET[^]

A Beginner's Tutorial for Understanding ADO.NET[^]
 
Share this answer
 
Comments
sourch7373 12-Apr-12 4:49am    
thanx a lot

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