| c# Programming Glossary: patientNamespace not recognized (even though it is there) http://stackoverflow.com/questions/4228992/namespace-not-recognized-even-though-it-is-there  AutoMapper using DataContract using SelectorDAL namespace PatientSelect public class PatientSelect IPatientSelect  public PatientSelect.. using SelectorDAL namespace PatientSelect public class PatientSelect IPatientSelect  public PatientSelect  SetupMaps  private.. namespace PatientSelect public class PatientSelect IPatientSelect  public PatientSelect  SetupMaps  private void SetupMaps.. 
 EF 4.1 - Code First - JSON Circular Reference Serialization Error http://stackoverflow.com/questions/5588143/ef-4-1-code-first-json-circular-reference-serialization-error  class Order Key public int OrderId get set public int PatientId get set public virtual Patient Patient get set public int.. get set public int PatientId get set public virtual Patient Patient get set public int CertificationPeriodId get set public.. set public int PatientId get set public virtual Patient Patient get set public int CertificationPeriodId get set public virtual.. 
 C# Xml Serialization & Deserialization http://stackoverflow.com/questions/8722126/c-sharp-xml-serialization-deserialization  the db but get a Root element missing exception. XmlRoot Patient public class PatientXml private AddressXml _address null private.. element missing exception. XmlRoot Patient public class PatientXml private AddressXml _address null private EmergencyContactXml.. _emergencyContact set _emergencyContact value public PatientXml public PatientXml Patient patient  _address new AddressXml.. 
 |