c# - WCF database wrapper -


i need wcf service wrap database access. not want service bind specific database. in fact, receives query , returns dataset. no treatement on data done in service want pure performance need secure too.

actually, think using percall session, net.tcp binding , certificate autentification on both side. (it's wan app)

still, can give advices on configuration should use?(type of session,type of binding,type of security,etc..)

it sounds take advantage of wcf data services.

wcf data services (formerly known "ado.net data services") component of .net framework enables create services use open data protocol (odata) expose , consume data on web or intranet using semantics of representational state transfer (rest). odata exposes data resources addressable uris. data accessed , changed using standard http verbs of get, put, post, , delete. odata uses entity-relationship conventions of entity data model expose resources sets of entities related associations.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -