shoab
shoab

Reputation: 565

windows ce + application development

I know my question is a kind of repetitive to this one However I didn't got good understanding from it. Plus after these many years i may have to take multiple new points into consideration.

Scenario:Our client has around 20 Motorola MC35 devices. They have Windows CE operating system on it. We have to develop an application for it.

I have been googling a lot but not getting answers to;

  1. Can we develop database driven applications for windows CE operating system?
  2. If Yes, What framework to use for it's development. Can we use .Net Compact Framework?
  3. We have Visual Studio 2013. Which project template needs to be installed in VS to do required development?
  4. Which emulator to use?
  5. Links / samples for development

Upvotes: 0

Views: 1286

Answers (1)

ErikEJ
ErikEJ

Reputation: 41759

1: yes, you can

2: .NET Compact Framework 3.5 and SQL Server Compact 3.5 SP2

3: You need VS 2008 with Smart Device Development option chosen during install

4: If you install VS 2008, it comes with a CE emulator

Upvotes: 2

Related Questions