Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

6
votes
8answers
4k views

How to pass enumerated values to a web service

My dilemma is, basically, how to share an enumeration between two applications. The users upload documents through a front-end application that is on the web. This application calls a web service ...
2
votes
1answer
33 views

integrate website with offline system

I have a website that provides a booking system. A lot of my costumers already have an offline booking system that also gives them other funcionalities(POS, Accounting, etc.). So they usually ask me ...
2
votes
5answers
512 views

What's the best way of synchronizing data between decoupled systems?

I have let's say 2 (but they'll become more in the future) fully decoupled systems: system A and system B. Let's say every piece of information on each system has an informationID. There's nothing ...
0
votes
3answers
283 views

how to include my asp.net website under sharepoint?

I i have the asp.net web site with c# + sql server 2008 connectivity + css + javascripts + ajax . I have a solution. i want to run this site under sharepoint . What i have to do for integrate this ?