What is inline schema, how does it works
Answer / kirti
Schemas can be included inside of XML file is called Inline Schemas.This is useful when it is inconvenient to physically seprate the schema and the XML document.A schema is an XML document that defines the structure, constraints, data types, and relationships of the elements that constitute the data contained inside the XML document or in another XML document.Schema can be an external file which uses the XSD or XDR extension called external schema. Inline schema can take place even when validation is turned off.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is basic authentication in web api?
Why to use html.partial in mvc?
how to disable the lazy loading framework?
Explain the use of Inversion of control (IOC)?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is entitytypes? : Entity framework
If you change something in web.config file.Do u need to compile again?
5 Answers Broadridge, SMNetserv,
Explain how you can implement Ajax in MVC?
what is lazy loading in entity framework?
How would you make a combo-box appear in one column of a DataGrid?
Can I customise the serialization process
What are Resource Files ? How are they used in .NET