c# - What .net data technology is best enabling user def fields via XML in this project -
i new asp.net / .net, have designed screens , database structure side project webapp , ready start coding it. needed user defined fields , after deliberation on pros , cons of options decided implement them xml blob.
im looking @ 3 options data access:
1) entity framework: havnt found in on how id go ef
2) dynamic data: create custom field template produces label / textbox pairs, under 1 column header if viewed in (eg gridview)
3) coding dal / bll myself, using sql connections. objectdatasources give enough flexibility in ui hopefully. (i split fields in bll here take it?)
i want stick ms tech, rather nhibernate or such, learning mcts cert (also why im not using mvc need know both it). also, perhaps wrongly, think in using solution no. 3 gaining least relevant experience in terms of employers want. guys think solution newbie skill level here?
edit
once got implementation decided against using xml blobs, opting instead spare fields , meta table.
if goal gain valuable skill employers want code dal / bll yourself.
the wcf data services has blob support. example msdn uses ef might start.
also check out msdn section on ado.net
Comments
Post a Comment