Click here to Skip to main content
15,895,084 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to develope window application using DOT Net in WPF with database and use and update this database from multiple system which are not connected via LAN.I want to store my database on the server which is free of cost.which technology should i use and how.Please help me.Thank You
Posted
Comments
Sergey Alexandrovich Kryukov 14-Nov-13 0:39am    
How are you going to connect "multiple system" with "my database on the server which is free of cost"? Without LAN? Then what is the network? What do you mean "how"? How can you imagine teaching you "how", in a Quick Answer? :-)
—SA
Member 10346894 21-Nov-13 1:07am    
I want to use WAN network.I want to devlope window APP which is accessible from any computer.I want to use Server which provides free space service so that i upload my MSSQL database on this server and use this database from anywhere with the help of my window App.
Sergey Alexandrovich Kryukov 21-Nov-13 1:24am    
Okay, okay, very nice. Keep wanting... :-)
—SA
Member 10346894 21-Nov-13 2:32am    
Thanks 4 reply..Is it possible
Sergey Alexandrovich Kryukov 21-Nov-13 14:27pm    
Yes.
—SA

1 solution

Member 10346894 wrote:
I want to use Dot Net technology. Please tell me the steps for that... Thanks You.
Step 1. Learn separation of concerns.

Step 2. Learn .NET technology. Start with learning how to spell the technology names and technical terms correctly. :-)

Step 4. Learn WPF.

Step 4. Learn databases and SQL.

Step 5. Learn ADO.NET: http://en.wikipedia.org/wiki/ADO.NET[^].
....
And then you will see what else to do…

—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