M.Sc-III Sem. INFO. TECHNOLOGY - DOT NET TECHNOLOGY
M.Sc-III Sem. INFO. TECHNOLOGY - DOT NET TECHNOLOGY
P.T.O.
d) What will be the output of the following code?
Static Void Main (String [] args)
{
int [ ] i = new int [0];
Console. WriteLine (i [0]);
}
OR
What will be the output of the following code?
Static Void Main (String [] args)
{
#if (!Pi)
Console. WriteLine (“i”)
#else
Console. WriteLine (“PI Undefined”);
#endif
Console. WriteLine (“OK”);
Console. ReadLine ( );
}
PART II
Unit I
3. What is Microsoft Intermediate Language of Common Intermediate Language? 10
OR
What is ASP.NET and its Architecture? Also discuss the importance of MSIL Code in .NET
framework. 10
Unit II
4. Explain the ASP.NET page life cycle in brief. 10
OR
What is the web.config file and what is used for? 10
Unit III
5. Explain the web service and different type of web service with diagram. 10
OR
What is the difference between deploying and publishing and application? Discuss it. 10
Unit IV
6. Which database is the ADO NET SQL connection object designed for? 10
OR
What are the data providers in ADO.NET framework? What are the different type of ADO object?
Discuss in detail. 10
*****