Click here to Skip to main content
15,893,266 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can any body help me? I want to develop an online accounting software which can run on all device like desktop, laptop as well as mobile devices through net connection.
I used to work on .net with vb.

I m confusing it would be a website or Pure ERP software that can run online from any where.
Posted
Updated 26-Nov-11 14:10pm
v2
Comments
R. Giskard Reventlov 26-Nov-11 13:46pm    
I'm sure you can be helped but you need to ask a clear question first.
Sergey Alexandrovich Kryukov 26-Nov-11 20:51pm    
What is ERP?
--SA
thatraja 26-Nov-11 21:02pm    
Must be Enterprise Resource Planning

Create a web service and make a client application that will consume it.
 
Share this answer
 
Comments
onlineQry 27-Nov-11 2:52am    
I have no idea to use web serices. if any example then guide me through it. Thanks for coopration.
[no name] 27-Nov-11 3:52am    
Just create a new website, add new item 'web service'. After adding the web service, you'll see there a basic example of 'hello world'. You can follow it easily from there. A web service is basically a method or function that can be reused by any client appication even of different language. Google it.
It could be a Web site which you can build using ASP.NET. In this case, the client site will be represented by a Web browser on any platform. Making a custom server and client software using .NET would be easier, but the clients will work only on the platforms where you can install .NET. Also, if your client is written very accurately based on System.Windows.Forms, you can run it on Windows with .NET but also on many other platforms using Mono, see http://en.wikipedia.org/wiki/Mono_%28software%29[^], http://www.mono-project.com/[^].

So, it presents a certain trade-off between the easier way and more universal way. You will need to analyze your resources, required features to decide on feasibility and expected quality of each of the two approached.

—SA
 
Share this answer
 
Comments
onlineQry 27-Nov-11 2:51am    
thanks for understainding my problem. One more thing that if i plan to develop website for client then the frontpage will give different look in different plateform. Is there any developing tool or method to adjust page automatically according to device basically on spartphone vs desktop ?

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