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 MSIL, IL, CTS and, CLR
What is a razor file?
Difference between <connectionstring> and <appsettings>
What is difference between viewbag and viewdata and tempdata?
what is explicit loading?
What is .net framwork? what is web application? what is CLR? How does work CLR & wht is work of CLR? What is compile? wht is thread? what does use in .net?
What is route config?
What is the difference between adding routes, to a webforms application and to an mvc application?
What is ViewData and TempData in ASP.Net MVC?
How to ensure the credentials for WebService using Windows authentication
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Is CLR is compiler or Interpreter