It looks like you're new here. If you want to get involved, click one of these buttons!
Download/upload Video Lectures, Handouts, Helping Materials, Assignments Solution, Online Quizzes, GDB, Past Papers, Solved Papers and more. Link are given, you can download directly.
Leave comment if you have any error in downloading or if you have any relevant information
Comments
Tips to Use This Discussion:
Installation Tutorial.docx
ScreenToGif.2.9.Portable.zip
4:00 PM
14 December 2019
Objective *(18 Marks)*
Mostly McQs From Past Papers
Subjective *(21 Marks)*
*Question NO 1(3 Marks)*
Write XAML code to add list box with 3 items in it
1.Programming
2.Data
3.Computer
*Question NO 2 (3 Makrs)*
What is JIT in C#.
*Question NO 3 (5 Marks)*
Write Three Difference B/W "Margin" and "Padding" Property.
*Question NO 4 (5 Marks)*
What is Anonyms Methods in C#. Declare and Call an Anonyms method.
*Question NO 5 (5 Marks)*
Is Finally blocks always execute in C# while working with try clause.
Most of mcqs from past paper Q1. Write defult value of minheight, minwidth, maxwidth, max height...Q2. Difference b/t event producer and event consumer... Q3. Different btwen margin and pidding properties... OR do m code diya howa tha output likhni thi
Most of mcqs from past paper Q1. Write defult value of minheight, minwidth, maxwidth, max height...Q2. Difference b/t event producer and event consumer... Q3. Different btwen margin and pidding properties... OR do m code diya howa tha output likhni thi
25 McQs From Past Papers Others Are Conceptual
Subjective (40 Marks)
Question No 1 (2 Marks)
Write names of the properties of touchPoint.
Question No 2 (2 Marks)
Define the term "dealloc message" and who is responsible for sending this message.
Question No 3 (3 Marks)
Seperate the server_side languages from client_side languages
ASP .net
PHP
Java Script
ColdFusion
Question No 4 (3 Marks)
Consider the following XAML code
Modify the given code so whatever the text is written inside text box it is automatically written as button text.
Note: modify the XAML code only do not write C# code.
Write XAML code to create button in a canvas with attributes
left=0
right=0
top=0
bottom=0
Question No 6 (5 Marks)
Consider the following code in which we have selected properties and than applied an assending and descending sort:
ShortDescription Sort = NewShortDescription ("Name" listSortDirection.Assending);
ShortDescription Sort = NewShortDescription ("ID" listSortDirection.Desending);
You are required to write the code to add given two "ShortDescription" to the collection named "ShortDescription"