Friday 8 April 2016

mit4021 smu msc it winter 2015 (april/may 2016 exam) IVth sem assignment

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject only.
if urgent then call us on 08791490301, 08273413412

PROGRAM
Master of Science in Information Technology(MSc IT)Revised Fall 2011
SEMESTER- 4
SUBJECT CODE & NAME
MIT4021– C# and .Net

Answer all the questions
1. Explain .NET framework class library.
Answer:
The .Net Framework class library (FCL) provides the core functionality of .Net Framework architecture . The .Net Framework Class Library (FCL) includes a huge collection of reusable classes , interfaces, and value types that expedite and

2. Explain the steps to execute C# programs using visual studio IDE.
Answer:
Visual Studio is Microsoft’s integrated programming environment. It lets you edit, compile, run, and debug a C# program, all without leaving its well thought out environment. Visual studio offers convenience and helps manage your


3. Explain the following in context of methods in C# with the help of examples:
A) Invoking methods
B) Nesting of methods
Answer:
Answer: Invoking Methods
The process of activating a method is known as invoking or calling. A method once declared in a class can be invoked (executed) on an object of that class. The invoking is done using the dot operator as shown below:
Objectname.



4. What do you mean by members in C#? Explain constant members and read only members also explain properties in C#.
Answer:
Classes in C# consists of data and methods that operate on data called as member data and member functions. Everything you define within a class is considered to be a member of that class. In this section, you are


5. How to handle exception in C#. Explain the syntax with an example.
Answer:
Exception Handling Syntax
The basic concepts of exception handling are throwing an exception and catching it.
C# uses a keyword ‘try’ to preface a block of code that is likely to cause an error condition and throw an exception. A catch

6. Explain console input and output.
Answer:
The Console Input and Output stream objects are used to control and accept the input from the console and output the processed input by the program on the output of the console.
This section discusses various classes and objects that are used to perform these tasks.
Console Input
The console

Get fully solved assignment. Buy online from website
online store
or
plz drop a mail with your sub code
we will revert you within 2-3 hour or immediate
Charges rs 125/subject only.
if urgent then call us on 08791490301, 08273413412



No comments:

Post a Comment