????????
????????????C#?????ЩС???????????Щ???????????????????????
??????????С?????????????
???????????????????????????2?????1???м????
????????????????????
??????????????????????С?
?????????????????
???????C#??????????????CURD?????????????????????????????????????????????????????XML???л?(XmlSerializer)??????????????????????????????????
????????·
???????????XML??????????洢????????????????????????д洢??????????β?????????????????е????????????????????????????С?
????????????????????????????????д????????????????в??????д??????
??????????????
??????????????????????????
???????XML??????????????????????????????
????????????????CURD?????
?????????????????0???á?
?????????洢?????????????data???£????????????????????????????????????????????
?????????????
??????????????п??????????????????DLL?????????????????????????DLL????????????????????????????????????????????????????????????????
????????????????????string?????ID?????????GUID
????????????????

 

namespace zDash
{
public class CodeEntity
{
public string Id { get; set; }
public string Key { get; set; }
public string Lang { get; set; }
public byte[] RealContent { get; set; }
}
}

 

????????????д????????????????????????

 

namespace zDash
{
public class CodeBll : Wisdombud.xmldb.BaseXmlBll<CodeEntity>
{
private static CodeBll inst = new CodeBll();
private CodeBll() { }
public static CodeBll getInst()
{
return inst;
}
}
}

 

???????????
????CodeBll.getInst().Insert(entity);
????XML?????????