Scan Documents in Silverlight In-Browser application [closed] - silverlight

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
How can i connect to scanner and scan a document in silverlight in-browser application?!
My Application run on Intranet and all clients use windows as operating system.
Any way Or code is there to do this?
Any Component
Java Script code
Have an idea or a way to do this?
My Application run on Intranet and all clients use windows as operating system.
I use silverlight 5 in-browser application!

Related

IOS App compatible with previous versions [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
I want to develop a app in IOS6 and it should work on iphone 4s, 5 , iPad and iPad mini. Will the app work if the devices have previous versions of IOS.
Also can I use storyboard and ARC features in this situation.
ARC needs iOS4 at least. Storyboards require iOS5, Autolayout requires iOS6. You won't be able to use any of the iOS6 specific API calls if the app is installed on devices with a lesser OS.
Set the Project's deployment target to the minimum iOS version you want to support.

Server design for social app [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
I am currently designing an app to upload and download files from a server. I want to know what type of server to implement that would be robust enough to handle a lot of data per user and a lot of users.
I realise this is probably a very broad and slightly naive question.
I have done some research I think I have to get a SQL server and create a web service for the database and implement a REST system for interfacing with the service on the device side.
Regards, J
It's not a naive question per se, but you need to provide way more information than that.
If you just like to transfer files: Why not go with the simple, but effective FTP-protocol?

smartphone mobile banking application architecture [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
My company has decided to develop a mobile banking application for our client. But we are confused in choosing best architecture for mobile banking.
Our requirements are
Mobile client- native/hybrid/web-based(using phonegap or any other framework)
Server-Tomcat
Service layer-REST web services(Jersey)
DAO-hibernate/optional
My question is-what will be best architecture for mobile banking using above technologies.

Publish Access database based application using VB2010 [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
i want to publish access database based application using visual basic.. the thing is i do not want my database to be appeared in the installation folder so that user/client wont have access to it... It is for window application.. TQ
if you password protect your access database then they will not be able to get access to the data even if they can see it. In your code you will need to supply the password when connecting to the database.

How to communicate data between wcf and wpf? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
How do communicate data between wcf and wpf using entity framework 4, mvvm light?
This question is too broad to answer fully in a single post. Start by going through the tutorials on MSDN
To use publish and consume a WCF service, you need to learn about the following things:
Service Contracts
Data Contracts
Bindings
Hosting a service
Consuming a service
There is plenty of information available on these topics via Google. If you get stuck on any point, post another question and someone should be able to help you.

Resources