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 does a viewmodel do?
What is web api‘s in asp.net mvc 4 ?
Difference between <connectionstring> and <appsettings>
Mention two instances where routing is not implemented or required?
What are the main features of asp.net mvc 4 used by asp.net web api?
What is meant by viewdata?
Difference between .NET & J2EE
what is explicit loading?
When do you absolutely have to declare a class as abstract
What is the difference between viewbag and viewdata in asp.net mvc?
What are the two ways to add constraints to a route?
What are class access modifiers