-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from 06-NA/patch-3
Create Assignment -1
- Loading branch information
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
1.List the client scripting languages? Explain? | ||
|
||
2.What is .NET Framework? | ||
|
||
3.What is a VB.NET? | ||
|
||
4.Explain the web technologies with example? | ||
|
||
5.Explain the advantages and disadvantages of client side and server-side | ||
|
||
technologies? | ||
|
||
6.Explain the C# Tokens with one example for each? | ||
|
||
7.Explain the oop concept in c#? | ||
|
||
8.Define Inheritance and write the types with neat diagram and explain one | ||
|
||
program? | ||
|
||
9.Explain the control structures with syntax and flow chart? | ||
|
||
10.List the data types of C# programming? | ||
|
||
11.Explain the different types of lists tags with example program? | ||
|
||
12.Explain types of operators with example of each? | ||
|
||
13.Difference between client side and server-side programming? | ||
|
||
14.List the features of C# and explain? | ||
|
||
15.List the features of VB.NET and explain? | ||
|
||
16.Write a basic structure of an HTML program? | ||
|
||
17.List the different types of languages supported in .NET Framework? | ||
|
||
18.Define try and catch block with an example program? | ||
|
||
19.Explain different types of arrays in c#? | ||
|
||
20.Explain Mutable and Immutable strings in c#? | ||
|
||
21.Explain about Interfaces? |