what is structured data format?
Answers were Sorted based on User's Feedback
Answer / dev
The purpose of SDXF is to permit the interchange of an
arbitrary structured data block with different kinds of
data (numerical, text, bitstrings, ...). Because data is
normalized to an abstract computer architecture
independent "network format", SDXF is usable as a network
interchange Data Format. SDXF is also capable of
compressing and encrypting parts or the whole block of SDXF
data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / priya
Text based markup languages which enable to store data in
structured format using tags.
| Is This Answer Correct ? | 0 Yes | 1 No |
State differences between MVC and WebAPI
Which protocol is used in a web api?
what is the MSIL assembler do?
What is custom attribute?
Define dll hell?
what are the levels of securities need to be considered for the finincial web application?
What does AspCompat="true" mean and when should I use it?
What is scope of an application variable in asp.net?
Below is a code extract from an ASP.Net application. The code basically reads data from the “name” field in the “members” table and prints them onto the webpage. Using the assumptions provided, fill in the 4 blanks below so that the code will run correctly. ‘Assumptions: ‘conn_str is a variable that holds the connection string to the database ‘Objects dbcomm and dbread are already declared earlier dbcomm = New OleDbCommand("SELECT name FROM members", conn_str) dbread = dbcomm._______________ _____________________ response.write(_______________) _____________________ dbread.Close()
How to disable disable browser's Back button in asp.net (JavaScript)?
What is enableviewstatemac in asp net?
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)