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 different between User Control and Web Control and Custom Control?
What is the use of viewmodel in mvc?
Is dapper better than entity framework?
Mention some action filters which are used regularly in ASP.Net MVC?
What is the main difference between VS 2005 and VS 2003?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
will there be any issues adding a table without primary keys to a data model?
what is an assembly?
Hello frnds, Actually i am plannig to put fake Xperince letter is it good or not, and please suggest me from where we take it.
How to make sure Client Validation is enabled in ASP.Net MVC
Explain what languages does the .net framework support?
What is the difference between ViewData, ViewBag and TempData?