tags:

views:

7

answers:

0

Hi,

I will soon be undertaking an SDK writing project at work and I was wondering if anyone could point me towards some good resources for design and implementation considerations, best practices etc.

Or if anyone has any experience in the field and could offer some advice that would also be greatly appreciated.

The project is based around a communications server written in C# and a SQL Server database.

There is presently a windows forms app which has access to the database - monitoring, inserting and updating data in parallel with the communications server.

Currently I see the SDK providing access to the database only (i.e. replacing the windows forms app) - inputting and extracting data and the existing service will continue to function as normal.