Sei sulla pagina 1di 6

Module

Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C#

Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C#

Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# Basics & C# WCF WCF WCF WCF Basics & C# ASP.NET ASP.NET

ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET ASP.NET

ASP.NET

Algorithms

Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms Algorithms SQL SQL SQL SQL SQL SQL SQL SQL General

Topic
.Net Framework CLR CTS CLS IL CAS ASSEMBLY NAMESPACE MANIFEST GAC GC EXCEPTION HANDLING EXCEPTION HANDLING EXCEPTION HANDLING VAL TYPE / REF TYPE VAL TYPE / REF TYPE BOXING / UNBOXING BOXING / UNBOXING int I = 0; obj = I; if (I >0) { I = int(obj); I = 300; } Console.Writeline(obj); THREADING REFLECTION OPERATOR OVERLOADING ACCESS MODIFIERS STRUCT ENUMRATIONS DIFF BETWEEN STRUCT AND CLASSES DELEGATE / Implementation of Delegate Strng s = "Hello World", s.Repalce("Hello", "My"), R.W(s) string str1; string hello; if (str1 == null) { hello = "a"; } else if (str1 == "") { hello = "b"; } else if (str1 == string.Empty ) { hello = "c"; } else { hello = "d"; } Difference between constant and readonly? POLYMORPHYSIM LOCALIZATION ARRAY LIST ABSTRACT Sealed Class Jagged Arrary Indexer concepts Dictionary Hash Table When you will use Abstract and when Interface Differnece between for loop and for each loop How do you host a WCF? Advantages of WCF over webservice What are binding types What are transfer modes How to find a paricular character in a string & find character to index Difference between Properties in ASP.Net (Get set) and public variables (1 Validation, Private or Public, data hiding VALIDATION CONTROL

VIEW STATE POST BACK EVENTS / Bubble Event USER CONTROLS SESSION MANAGEMENT MASTER PAGE / Nested Master page PAGE LIFE CYCLE - Events Differnece between user control and custom control SESSION MANAGEMENT Difference between page lifecycle and usercontrol life cycle Use of @ Registry Directives Explain HTTPHandlers How ASPX button shown in html code A page has textbox and button, when the code behind is removed what will be value in text box - Initial value in the text box was "abc", then re-set to xyz (answer xyz). After post back what will be value in text box

How to find each character count from a given array

How to convert to Lowercase (first letter "Hello") ARRAY Sort PALNDROME REVERSE AN INTEGER PRINT TRIANGLE REVERSE STRING Second Max in an Array First max in a array To find second max without sorting the arrary No of characters appears in a string Having a string to identify the another string no of times - count "abababdcef", "ab" Print nos as 1,/ 3,2, /6,5,4 Decimal No for the given integer say 4 - get binary value 100 Print Zig Zag array Given 2 parameters (arrary , Integer value) to add 2 values and match the integer value Normalization Query Query Select Max of Salary from Employee Select no of employees from employee table Select no of duplicated employees from the employee table Select emplpyeename, departmetn name from employee and department table Query to display employee and there manager names 25 horses you can race 5 hours per race - we need to select top 3 hourses

Qn #
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18

Question
Explain .net Frame work What is the user of CLR Explain CTS Explain CLS What is IL/MSIL What is Code Access Security What is an assmebly / Types of Assembly? Explain NameSpace Explain Manifest Explain GAC Explain Garbage Collection How do we handle exception? Can we have mutilple catch for a single try? What is the use of Finally? What is Value Type and Ref Type What is the diffence between value type and Ref type What is Boxing and UnBoxing Explain with an example

19 20 21 22 23 24 25 26

What will be the output Threading concepts What is Reflection Explain Operator Overlaoding Explain Access modifiers What is a structure Explain Difference between Struct and Classes What is a delegate

27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46

Explain Polymorphysim Difference between localization and globalization What is arrary list Difference between Abastarct class and interface Explain Sealed Class Explain Jagged Arrary Concepts Explain Dictionary class Hash Table

How many types of validation controls are available

47 48 49 50 51 52 53 54 55 56 #REF! #REF! #REF!

What is a View state? What is the use of ASP.NET Post back What are events? What is the User Control How do Session management works in ASP.net What is ASP.Net master page Explain ASP.Net page life cycle What is the custom control Explain session management?

how dose the html button can do Post back

#REF!

#REF!

#REF! #REF! #REF! #REF! #REF! #REF! #REF!

Write code to sort array? Write code for Palndrome Write code to convert int 123456 to 654321? Code to print a triangle Code to reverse a String Second Max

#REF! #REF! Count character no of times #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! #REF! Logic to print the nos as given Print Zig Zag array Levels of normalization Write a query to fetch 2nd Max Salary Explain GroupBy and Having

Potrebbero piacerti anche