Click here to Skip to main content
15,886,362 members
Home / Discussions / C#
   

C#

 
GeneralRe: Looking for low-level C# Projects Examples Pin
atoi_powered16-Sep-12 10:56
atoi_powered16-Sep-12 10:56 
GeneralRe: Looking for low-level C# Projects Examples Pin
Richard MacCutchan16-Sep-12 21:01
mveRichard MacCutchan16-Sep-12 21:01 
QuestionData compression Pin
Mubi, Nigeria16-Sep-12 2:04
Mubi, Nigeria16-Sep-12 2:04 
AnswerRe: Data compression Pin
Pete O'Hanlon16-Sep-12 2:07
mvePete O'Hanlon16-Sep-12 2:07 
GeneralRe: Data compression Pin
harold aptroot16-Sep-12 2:08
harold aptroot16-Sep-12 2:08 
AnswerRe: Data compression Pin
cmk16-Sep-12 8:37
cmk16-Sep-12 8:37 
QuestionXNA Sprite Frame Inconsistency Pin
Sasstraliss15-Sep-12 19:46
Sasstraliss15-Sep-12 19:46 
QuestionC# working with xml Pin
rachel_m14-Sep-12 20:49
rachel_m14-Sep-12 20:49 
In a C# 2008 application, I need to write code that will generate the following xml. Since
I am new to working with xml, I am wondering if you can tell me and/or
point me to a reference that will show me how to generate the following xml:
<xs:element name="AddDocuments">
    <xs:complexType>
      <xs:annotation>
        <xs:documentation xml:lang="en">
          adding Documents          
        </xs:documentation>
      </xs:annotation>
      <xs:sequence>
        <xs:element name ="PckId" type="ept:PackId"/>
        <xs:element name ="FDocs" type="ept:FDocs" minOccurs="0" maxOccurs="10"/>
      </xs:sequence>

<xs:complexType name="FDocs">
    <xs:annotation>
      <xs:documentation> Refer to the attributes doc</xs:documentation>
    </xs:annotation>
    <xs:sequence>
      <xs:element name="FDocMetadata" type="ept:FDocAttr">
        <xs:annotation>
          <xs:documentation>
            This structure.
          </xs:documentation>
        </xs:annotation>
      </xs:element>
      <xs:element name="attachmentId" type="ept:AttachmentId"/>
    </xs:sequence>
  </xs:complexType>

AnswerRe: C# working with xml Pin
Abhinav S14-Sep-12 21:34
Abhinav S14-Sep-12 21:34 
AnswerRe: C# working with xml Pin
PIEBALDconsult15-Sep-12 3:30
mvePIEBALDconsult15-Sep-12 3:30 
QuestionC# using stored procedure Pin
rachel_m14-Sep-12 20:46
rachel_m14-Sep-12 20:46 
AnswerRe: C# using stored procedure Pin
Wayne Gaylard14-Sep-12 21:20
professionalWayne Gaylard14-Sep-12 21:20 
AnswerRe: C# using stored procedure Pin
prashant patil 498714-Sep-12 22:31
prashant patil 498714-Sep-12 22:31 
QuestionDetection of an installed program Pin
Fred 3414-Sep-12 5:30
Fred 3414-Sep-12 5:30 
AnswerRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 5:34
mveRichard MacCutchan14-Sep-12 5:34 
GeneralRe: Detection of an installed program Pin
Shameel14-Sep-12 5:46
professionalShameel14-Sep-12 5:46 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 6:10
mveRichard MacCutchan14-Sep-12 6:10 
GeneralRe: Detection of an installed program Pin
Shameel14-Sep-12 9:01
professionalShameel14-Sep-12 9:01 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 9:29
mveRichard MacCutchan14-Sep-12 9:29 
GeneralRe: Detection of an installed program Pin
Fred 3414-Sep-12 8:19
Fred 3414-Sep-12 8:19 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 9:26
mveRichard MacCutchan14-Sep-12 9:26 
AnswerRe: Detection of an installed program Pin
OriginalGriff14-Sep-12 6:24
mveOriginalGriff14-Sep-12 6:24 
AnswerRe: Detection of an installed program Pin
Abhinav S14-Sep-12 8:17
Abhinav S14-Sep-12 8:17 
GeneralRe: Detection of an installed program Pin
Fred 3414-Sep-12 8:29
Fred 3414-Sep-12 8:29 
GeneralRe: Detection of an installed program Pin
Richard MacCutchan14-Sep-12 9:34
mveRichard MacCutchan14-Sep-12 9:34 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.