[go: up one dir, main page]

0% found this document useful (0 votes)
66 views37 pages

NET-Training Session

Here are the key points about ADO.NET: - ADO.NET is a set of classes that allows .NET applications to access data from various sources like SQL Server, Oracle, XML files etc. - It uses data providers like SqlClient, OleDb, ODBC etc to connect to different data sources. SqlClient is used for SQL Server. - The main objects in ADO.NET are Connection, Command, DataReader, DataSet and DataAdapter. - Connection represents the connection to the data source. Command is used to execute queries/stored procedures. - DataReader is a forward-only read-only object used to read data from the data source. DataSet is an
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views37 pages

NET-Training Session

Here are the key points about ADO.NET: - ADO.NET is a set of classes that allows .NET applications to access data from various sources like SQL Server, Oracle, XML files etc. - It uses data providers like SqlClient, OleDb, ODBC etc to connect to different data sources. SqlClient is used for SQL Server. - The main objects in ADO.NET are Connection, Command, DataReader, DataSet and DataAdapter. - Connection represents the connection to the data source. Command is used to execute queries/stored procedures. - DataReader is a forward-only read-only object used to read data from the data source. DataSet is an
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 37

Common

Training Type
Session No.
Sessi
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
1
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Basic Concepts ASP.NET
Sessi
Basic Concept ADO.Net
Basic Concept ADO.Net
2 Basic Concept ADO.Net
Basic Concept ADO.Net
Basic Concept ADO.Net
Sessi
Basic Concept OOPS
Basic Concept OOPS
Basic Concept OOPS
3 Basic Concept OOPS
Basic Concept OOPS
Basic Concept OOPS
Basic Concept OOPS
Sessi
4 Basic Logical Questionnaire
Sessi
Project-Doctors Portal & HR Portal
5
Project-Doctors Portal & HR Portal
Sessi
6 Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC
Basic Concept of Asp.Net MVC

7 Basic Concept of Entity Framework


8 Basic Concept of Asp.Net Core
Common for All
Topic Training Planned Training Date
Duration (In Hrs.)
Session 1
.NET Basics
.NET Framework
Why .NET
Where to use .NET
Console based Applications
3
Web based Applications
Architecture of .NET
Visual Studio
Asp.NET Basics
Understand CAS in .NET Framework
Session 2
ADO.NET Basics
Connected and Disconnected Architecture in ADO.NET
Layers of ADO.NET 2
Features of ADO.NET
ACID Property in ADO.NET
Session 3
OOPS Technology in C#
Collection in C#
Anonymous methods in C#
Single ,Multilevel & Multiple Inheritance in C# 4
Exception Handling
Caching & Profiling
Threading
Session 4
Logical Questionnaire 3
Session 5
Project in Asp.Net with SQL Server Database 4
Project in Asp.Net with Oracle Database 4
Session 6
MVC Architecture
MVC Life Cycle
MVC with Asp.Net
Models and Data
Controllers
Views With Razor
HTML Controls in MVC
Asp.Net MVC Actions
Asp.Net MVC Model binding
Asp.Net MVC database
6
Asp.Net MVC DataAnnotations
Nuget Package Management
6

Asp.Net MVC Scaffolding


Asp.Net MVC -SQL Server
Asp.Net MVC HTML Helpers
UI Layouts and Themes.
Routing in Asp.Net MVC
Asp.Net vs Asp.Net MVC
MVC vs Asp.Net MVC
Latest versions of C#,Asp.Net,MVC,Asp.Net MVC,.NET Framew
Actual Training Date Time Status Trainer
S. No. Topic
1 .NET Basics
2 .NET Framework
3 Why .NET
4 Where to use .NET
5 Console based Applications
6 Web based Applications
7 Architecture of .NET
8 Visual Studio
9 Asp.NET Basics
10 Understand CAS -Code Access Security in .NET Framwork

Q1 What do you understand by CROSS-Platform?


Q2 What is Asp.Net Framework?
Q3 What are the different versions of .NET Framework?
Q4 Explain the difference between Namespace and Assembly?
Q6 Explain MDI and SDI?
Q7 Explain the different parts of Assembly?
Q8 Explain the Types of Assemblies?
Q9 What is Interoperability?
Q10 Name of the method which is use to enforce the garbage collection in .NET?
Q11 What do you understand by Managed and Unmanaged Code?
Q12 What is CTS?
Q13 What is CLS?
Q14 What is CLR?
Q15 What is BCL?
Q16 What is FCL?
Q17 How many languages are supported by .NET?
Q18 What do your mean by Windows Application?
Q19 What do you mean by Web Application?
Q20 Explain Stack and Heap Memory?
Q21 What is MSIL?
Q22 What is IIS?
Q23 What are Web Forms?
Q24 What is Solution Explorer?
Q25 What are the Components of Asp.Net?
Q26 Explain Types of States in Asp.Net?
Q27 How can Style Sheet will be added to Asp.Net Project?
Q28 What are breakpoints?
Q29 Explain Build and Debug processes in Asp.Net?
Q30 What do you understand by EXE and DLL?
Q31 What is DLL hell?
Q32 Explain JIT?
Q33 Explain Application Domain?
Q34 Which is the latest version of .Net framwork?Explain Features?
Q35 Explain the process of Managed Code Execution in the .Net Framework?
Q36 Explain the process of code execution in Asp.Net page life cycle?
Q37 Explain State management of Asp.net?
Q38 How will turn ON and OFF CAS in Asp.Net?
Q39 How do you clean Managed and Unmanaged Code in .Net?
Q40 Where is version Information stored in the Assembly?
Q41 Asp.Net is a Open Source,Elaborate in detail?
Q42 What do you mean by Web.config and Machine.config?
Q43 Explain Caching and their types?
Q44 Explain the Advantanges of Asp.Net?
Q45 Elaborate Authentication in Asp.Net?
Q46 Elaborate Authorization in Asp.Net?
Q47 What do you mean by Profiling in Asp.Net?
Q48 Explain Code Behind and Inline Code in Asp.Net?
Q49 What are Cookies in Asp.Net?
Q50 What are Query String in Asp.Net?
Q51 What are the different IDE's provided by Microsoft for C# Development?
Reference Link
https://dotnet.microsoft.com/en-us/
https://dotnet.microsoft.com/en-us/
https://dotnet.microsoft.com/en-us/
https://dotnet.microsoft.com/en-us/
https://dotnet.microsoft.com/en-us/
https://dotnet.microsoft.com/en-us/
https://www.guru99.com/asp-net-tutorial.html
https://dotnet.microsoft.com/en-us/
https://www.guru99.com/asp-net-tutorial.html
https://www.c-sharpcorner.com/UploadFile/84c85b/net-code-access-security-cas/

Excel file name :- Session 1 (.NET) - NAME - SUBMIT DATE -


S. No. Topic
1 ADO.NET Basics
2 Connected and Disconnected Architecture in ADO.NET
3 Layers of ADO.NET
4 Features of ADO.NET
5 ACID Property in ADO.NET

Q1 Explain ACID Property?


Q2 Difference between ExecuteScaler and Executenonquery methods in ADO.NET ?
Q3 When will you use Data Set object in ADO.NET?
Q4 Explain the Data Providers ?
Q5 Describe the usage of the Command Object in ADO.NET?
Q6 Difference between Clone() and Copy() methods of the DataSet Class?
Q7 What is the use of DataView?
Q8 What is Data Adapter class?
Q9 What are the Data providers in ADO.NET?
Q10 What is the default Time Out for Sql command.commandtimeout property?
Q11 Name all the components of ADO.NET data provider?
Q12 Name all the different execute methods of ADO.NET?
Q13 State the difference between Oledb and Sqlclient providers?
Q14 What are the commands used with Data Adapter?
Q15 What are the different methods in sql command?
Q16 Explain the difference between command and command builder object?
Q17 Explain the features of ADO.NET?
Q18 What is Connection pooling in ADO.NET?
Q19 Elaborate ACID properties?
Q20 Name methods of DataSet in ADO.NET?
Q21 Why it is important of close the ADO.NET Application?
Q22 What are the connection object in ADO.NET?
Q23 Explain the difference between DataView and DataReader?
Q24 Difference between OLEDB and ODBC?
Q25 Explain Data set types?
Q26 What the different namespaces available in ADO.NET?
Q27 Explain ADO.NET objects?
Q28 What is LinQ?
Q29 Why do we use USING block ?
Q30 Explain DataBining?
Q31 Can we Load multiple tables in a DataSet?
Q32 Can we use Stored procedure in ADO.NET?if yes then WHY?
Q33 Difference between DataGrid and DataRepeater?
Q34 What are all methods of DataSet?
Q35 What do you mean by DataRelation class?
Q36 How would you build sql connection?
Q37 Explain SqlTransanction class in ADO.NET?
Q38 Explain the properties and methods of command object in ADO.NET?
Q39 Want are the BindingSource class In ADO.NET?
Q40 How will you access the data from DataReader?
Q41 Difference between DataRow,DataColumn and DataTable?
Q42 How will you build,create and manage the connection in ADO.NET?
Q43 Explain HasChanges() method of DataSet?
Q44 Explain Clear() method of DataSet?
Q45 Explain OleDbDataAdapter command properties?
Q46 Which authentication technique is used to connect with MSSQL Server?
Q47 Explain Response.Expires and Response.ExpiresAbsolute property?
Q48 Explain GetChanges and HasChanges?
Q49 Explain Serialization ?
Q50 Define GridView?
Reference Link
https://www.dotnettricks.com/learn/adonet/introduction-to-adonet
https://www.oreilly.com/library/view/adonet-in-a/0596003617/ch01s02.html
https://www.geeksforgeeks.org/introduction-to-ado-net/
https://www.geeksforgeeks.org/introduction-to-ado-net/
https://www.guru99.com/dbms-transaction-management.html
S. No. Topic
1 OOPS Technology in C#
2 Collection in C#
3 Anonymous methods in C#
4 Single ,Multilevel & Multiple Inheritance in C#
5 Exception Handling
6 Caching & Profiling
7 Threading

Q1 Explain Method Overloading?


Q2 Explain Method Overriding?
Q3 Describe Late binding and Early binding?
Q4 What is Encapsulation?
Q5 What is Abstraction?
Q6 Describe Polymosrphism?
Q7 Desribe Inheritance?
Q8 What do you undrstand by Interface?
Q9 Difference between ref and out keyword?
Q10 Difference between const and readonly keywords?
Q11 Difference between var and dynamic keyword?
Q12 What do you understand by single level and Multi-Level inheritance?
Q13 Why Multiple inheritance is not possible in C#?
Q14 How we can achieve Multiple inheritance in C#?
Q15 Explain Interface in C#?
Q16 What are the access modifiers in C#?
Q17 State the difference between static and non static class?
Q18 What are the Generic Collection in C#?
Q19 What are the non-Generic collection in C#?
Q20 Explain Constructor ?
Q21 Why Consturctor is required for a class?
Q22 What are the Object of a Class?
Q23 What do you mean by Class?
Q24 Explain Private Constructor?
Q25 Explain Parameterized Constructor?
Q26 Explain Copy Constructor?
Q27 Explain Default Constructor?
Q28 What do you understand by Destructor?
Q29 What is Finalize() & Dispose() methods in C#?
Q30 Explain IEnumerable?
Q31 What is GetEnumerator method?
Q32 Explain Partial classes in C#?
Q33 Explain Struct in C#?
Q34 Explain Enum in C#?
Q35 What is Boxing in C#?
Q36 What is Unboxing in C#?
Q37 What do you mean by String and String Builder in C#?
Q38 How to implement nullable types in .Net?
Q39 What is Singleton design pattern in C#?
Q40 Can we use multiple catch block in try block in C#?
Q41 What are the Params in C#?
Q42 What is Jagged Array?
Q43 Explain Hashtable versus Dictionary?
Q44 Explain Array and ArrayList?
Q45 What is C#?
Q46 Explain Object Oriented programming ?
Q47 What is Managed and Unmanaged Code ?
Q48 How Code Compiled in C#?
Q49 What is meant by Garbage Collection in C#?
Q50 Explain Indexer in C#?
Q51 What is Abstract class?
Q52 What is Partial Class?
Q53 What is sealed class?
Q54 What is Concrete class?
Q55 State the difference between field and properties in C#?
Q56 What are Extension methods used in C#?
Q57 What do you mean by Serialization in C#?
Q58 What is Reflection In C#?
Q59 Explain Delegate in C#?
Q60 Explain Events in C#?
Q61 What is Lambda Expression?
Q62 What is LinQ ?
Q63 What are the Anonymous method ?
Q64 What are the Advantages of Generic collection?
Q65 What are the Disadvantages of Generic collection?
Q66 Describe Multicaste Delegate?
Q67 State the difference between Abstract class and Interface in C#?
Q68 State the difference between break and continue statement in C#?
Q69 What do you mean by "this" keyword in C#?
Q70 Can we use "this" keword in a static method in C#?
Q71 What is IQueryable in C#?
Q72 Difference between IEnumerable & IQueryable in C#?
Q73 Difference between Array.CopyTo() & Array.Clone() method in C#?
Q74 Explain "throw" & "throw ex" in C#?
Q75 Explain throw exception and throw clause in C#?
Q76 Difference between Equality Operator(==) and Equals() method in C#?
Q77 Difference between "IS" & "AS" operator in C#?
Q78 Explain in how many ways Method Overloading can be implemented in C#?
Q79 Difference between Stack and Queue in C#?
Q80 Comparision between "Stack" & "Heap" memory in C#?
Q81 Describe Virtual Method in C#?
Q82 What is Value Type data types in C#?
Q83 What is Reference Type Data types in C#?
Q84 What is Multithreading in C#?
Q85 Advantages of LinQ?Explain?
Q86 Explain File Handling in C# .Net?
Q87 Does C# supports Multiple Ineritance?
Q88 Difference between Multiple and Multi-level Inheritance in C#?
Q89 Explain Static Constructor in C#?
Q90 Can we override a mthod in a same Class in C#?
Q91 Explain Look Statement in C#?
Q92 How to delcare Property in a Class in C#?
Q93 What do you mean by Object Pool in .Net?
Q94 Explain the features of C#?
Q95 What do you understand by finally block in C#?
Q96 What are the Control statements in C#?
Q97 Explain threading in C#?
Q98 What is Async and Await in C#?
Q99 Comparision between Virtual and Abstract methods in C#?
Q100 Explain the most commonly used I/O classes in C#?
Q101 What are the different states of Thread in C#?
Q102 What is Get and Set accessor in C#?
Q103 What are the Custom Controls in C#?
Q104 What are the User Controls in C#?
Q105 Explain try catch Block ?
Q106 Can a Private Virual Method can be overriden in C#?
Q107 Explain the accessibility of "Protected Internal"modifier?
Q108 What is default access modifier of a class ?
Q109 Describe Attributes and its significances in C#?
Q110 Explain the use of Null Coalescing operator "??" In C#?
Q111 Which method is the entry point in C# console program?
Q112 What is a Data Type in C#.
Q113 Explain Nullable Types in C#.
Q114 Explain Operators(??) in C#.
Q115 Describe Param keywords in C#.
Q116 what is Ternary Operator in C#.
Q117 Explain type of Operators in C#.
Q118 Explain typeCasting in C#.
Q119 why we use Serialization in C#.
Q120 Describe Reflection in C#.
Reference Link
S. No.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
Topic
WAP to print Fibonacci series without using recursion in C#.
WAP to print Fibonacci series with using recursion in C#.
WAP to Check Prime Number in C#.
WAP to check Pallindrome Number in C#.
WAP to print Factorial Number in C#.
WAP to check Armstrong number in C#.
WAP to print SUM of digits in C#.
WAP to Reverse the string in C#.
WAP to Swap two numbers with using third variable in C#.
WAP to Swap two numbers without using third variable in C#.
WAP to Convert Decimal to Binary in C#.
WAP to print Alphabet Triangle in C#.
WAP to print Number Triangle in C#.
WAP to print Fibonacci Triangle in C#.
WAP to convert Number in Characters in C#.
WAP to calculate the Circumference of a Circle in C#.
WAP to to store mixed data types such as int,string,float,char all in one Array in C#.
WAP to that accepts a distance in Kilometers and convert it into meters in C#.
WAP to accept the height of a person and categorize as Taller ,Dwarf and Average in C#.
WAP to accept Lowercase and convert into Uppercase in C#.
WAP to accept Uppercase and convert into Lowercase in C#.
WAP to display the Multiplication of a Table in C#.
WAP to Calculate the Multiplication,Substraction,Addition and Division of a number in C#.
WAP to check whether a given number is Even or Odd in C#.
WAP to check whether a number is Positive or Negative in C#.
WAP to find the Largest of Two numbers in C#.
WAP to check if a number is divisible by 2 in C#.
WAP to find the sum of two binary numbers in C#.
WAP to find the multiplication of Two binary numbers in C#.
WAP to perform the multiplication of two components having same base in C#.
WAP to perform the division of two components having same base in C#.
WAP to display a grade and display the equivalent description in C#.
WAP to display "Hello World" and your name in a next line in C#.
WAP to display the table of a number entered by user in C#.
WAP to calculate and Average of 5 numbers entered by user in C#.
WAP to take 3 numbers x,y,z from user and calculate ((x+y).z) & ((x.y)+(y.z)) in C#.
WAP to convert from celcius degrees to kelvin and fahrenheit in C#.
State the difference between Class & Structure.
State the Similarities between Class and Structure.
State the difference between Structure & Enum.
State the Similarities between Structure & Enum.
Can ,All objects created from a class will occupy equal number of bytes in memory?True or False
when should we use Struct instead of Class in C#.
What is the use of Virtual Kyword in C#.
What is Sealed Class in C#.
Explain Sealed method in C#.
Explain Concrete Class in C#.
A class is a blueprint or a template according to which objects are created?True or False
How can you prevent a class from overriding in C#.
Is it possile for a class to inherit the Constructor of its base Class.
what are the distinct characteristics of a Abstract class in C#.
What is the Advantage of using getters and setters-that only get and set instead of simply using public fields of those variables
Can we declare a Private class in a namespace.
Explain difference between method and function in OOPS C#.
Instance member of a class can be accessed only through an object of that class?True or False
Explain IS-A relationship.
Explain Has-A relationship.
Difference between Array and ArrayList.
How will you define Generics in C#.
State the List of Generic Collection in C#.
How will you define Non-Generic Collection in C#.
State the List of Non-Generic Collection in C#.
Explain the features of Collection in C#.
Explain Generic Delegate in C#.
Can we create a Generic Interface in C# .NET.
Explain Ienumerable interface in C#.
Explain Iqueryable interface in C#.
Difference between Ienumerable and Iqueryable interface in C#.
Explain GetEnumerator interface in C#.
How can we initialize a Generic List with some initial capacity in C#.
what is Dictionary<Tkey,TValue> in C#
What is Queue<T> in C#.
What is Type Casting in C#.
Describe Ilist<T> in C#.
Explain the properties of Icollections<T> in C#.
Describe the most common use of Generic Collection in C#.
Difference between Abstraction & Encapsulation in C#.
How will you achieve dynamic polymorphism in C#.
State the difference between Early binding and Late binding in C#.
Explain shadowing in C#.
Explain method hiding in C#.
What is the use of "new" keyword in shadowing C#.
Explain Abstract method in OOPS C#.
Explain virtual method in OOPS C#.
Difference between Abstract method and Virtual method in C#.
Static class can contain non-static members in C#?true or false
Static class can inherit from another class in C#?true or false
Static class implement the interface in C#?true or false
Why static class cannot be inherited from another class in C#.
static class containts instance constructors in C#?true or false.
In which memory static classes and members are stored in C#.
How Static constructor will be called in C#.
what is default access modifier of a Static Constructor in c#.
Explain Main() method in C#.Can it be non-static?
Difference between static class and Instance class in C#.
Can we pass parameters to static constructor in C#.
Can we define structure as a static in C#.
Explain why strings are the reference type in C# .
Which is better to use string or stringbuilder in C#.
What is the difference between int and int32 in C#.
Type
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Console based
Windows based
S. No. Topic
1 Doctor's Portal Project
1.1 Doctor's Portal Create one Doctor's Login Page

User ID should accept only characters and


Password field will accept minimum of 5 and
1.2 Doctor's Portal maximum of 9 alphaneumeric characters.

1.3 Doctor's Portal Validate this Login Page for correct Credentials

1.4 Doctor's Portal Doctors/Patient Registration Page

Patient List of Records with Add,Edit&Delete


1.5 Doctor's Portal Options with each Row of Patient Data.

Doctor can Edit Patient's Data but Patient_ID


1.6 Doctor's Portal cannot be updated or changed by any user.

Doctor can Delete Patient's Data but Patient_ID


1.7 Doctor's Portal cannot be updated or changed by any user.

Doctor can Add Patrient's Data but Patient_ID


1.8 Doctor's Portal cannot be updated or changed by any user.
2 HR Portal Project
2.1 HR Portal Create one HR Login Page

User ID should accept only characters and


Password field will accept minimum of 5 and
2.2 HR Portal maximum of 9 alphaneumeric characters.

2.3 HR Portal Validate this Login Page for correct Credentials

2.4 HR Portal Employee Registration Page

List of Employee Records with Add,Edit&Delete


2.5 HR Portal option for each Row of Employee Data.

HR can Edit Employee Data but Emp-ID cannot


2.6 HR Portal be updated or changed by any user.

HR can Delete Employee Data but Emp-ID


2.7 HR Portal cannot be updated or changed by any user.
HR can Add Employee Data but Emp-ID cannot
2.8 HR Portal be updated or changed by any user.
Fields Buttons Backend Technology

User ID,Password Submit,Reset/Cancel Asp.Net -Latest version

ID,First Name,Last
Name,Age,Gender,Start Date

User ID,Password Submit,Reset/Cancel Asp.Net -Latest version

Emp_ID,First Name,Last Name,Date


of
Joining,Salary,Department,Designati
on
Database Technology Front-End Technology Scripting Language Duration

SQL SERVER/Oracle HTML,CSS,Bootstrap jQuery/JavaScript

SQL SERVER/Oracle HTML,CSS,Bootstrap jQuery/JavaScript


S. No. Topic
1 MVC Architecture
2 MVC Life Cycle
3 MVC with Asp.Net
4 Models and Data
5 Controllers
6 Views With Razor
7 HTML Controls in MVC
8 Asp.Net MVC Actions
9 Asp.Net MVC Model binding
10 Asp.Net MVC database
11 Asp.Net MVC DataAnnotations
12 Nuget Package Management
13 Asp.Net MVC Scaffolding
14 Asp.Net MVC -SQL Server
15 Asp.Net MVC HTML Helpers
16 UI Layouts and Themes.
17 Routing in Asp.Net MVC
18 Asp.Net vs Asp.Net MVC
19 MVC vs Asp.Net MVC
20 Latest versions of C#,Asp.Net,MVC,Asp.Net MVC,.NET Framework,C#

1 Explain MVC?
2 Explain the Advantages of MVC in Asp.Net?
3 What are the ActionResults in Asp.Net MVC?
4 Explain View Data in Asp.Net MVC?
5 Explain Temp Data in Asp.Net MVc?
6 Explain View Bag in Asp.Net MVC?
7 Describe Razor View Engine in Asp.Net MVC?
8 How will you maintain the Sessions in Asp.Net MVC?
9 What is the Life cycle of Asp.Net MVC?
10 Explain SpringMVC in Asp.Net MVC?
11 Explain MVC Routing in Asp.Net MVC?
12 Explain filters in Asp.Net MVC?
13 Explain Partial View in Asp.Net MVC?
14 Describe the use of View Model in MVC ?
15 Explain MVC Scaffolding?
16 Explain Database first Approach in MVC using Entity Framework.
17 Explain Model first Approach?
18 Explain Code First Approach?
19 Describe Default Route in MVC?
20 Describe Get and Post Action types in Asp.Net MVC?
21 State the comparision and difference between View data and View Bag in MVC?
22 How will you implement validation in MVC?
23 Describe Temp & Peak in TempData in MVC?
24 Explain the rules of Razor Syntax in MVC?
25 Explain Rendor Body & Rendor Page in MVC?
26 Explain Glimpse?
27 How will you navigate from one View to another using hyperlink?
28 State the comparision and difference between Razor and Aspx page ?
29 Explain Code Blocks in view ?
30 Explain Htlm.Partial in MVC?
31 Describe Exception handeling in MVC?
32 Explain NonAction methods in MVC?
33 Describe Render Body in MVC?
34 Describe Render Page in MVC?
35 Describe Form authentication in MVC?
36 Describe the Advantages of Asp.Net and Asp.Net MVC?
37 Explain Attribute Routing in MVC?
38 How will you enable Attribute routing in MVC?
39 What do you mean by Bundle.Config in MVC?
40 Name main and important namespaces in Asp.Net MVC?
41 Explain HTML Helpers in MVC.
42 Explain the Options configured in AJAX Helpers.
43 Describe Asp.Net MVC Layout.
44 Describe Sections in MVC.
45 What is View Start Page in MVC?
46 Explain the Sub Types of Action Result in MVC.
47 Explain Validation Annotations in MVC.
48 Explain HTML.Partial in MVC.
49 Explain HTML.RenderPartial in MVC.
50 Describe RouteConfig.cs in MVC.
51 State the Types of Scaffoldings in MVC.
52 Can we share View across multiple controllers in MVC.
53 Explain the main components required to creare a route in Asp.Net MVC.
54 what are the different types of RazorView Extensions in Asp.Net MVC.
55 How will you add CSS to Asp.Net MVC .
56 In Server how will you check whether model has error or not in Asp.Net MVC.
57 How will you enable clientvalidation in Asp.Net MVC.
58 Explain Model binders.
59 Exception handeling at controller level in Asp.Net MVC?
60 Explain Area and how will you register the Area in Asp.Net MVC?
61 Describe the Advantages of DependencyInjection in Asp.Net MVC?
62 Explain Test Driven Development in Asp.Net MVC.
63 Describe the tools using for unit testing in Asp.Net MVC?
64 Describe REST-Representational State Transfer .
65 How will you implement jQuery Plugins in Asp.Net MVC validations.
66 Explain the Steps of Execution of MVC Application.
67 How Routing is done in Asp.Net MVC.
68 How will you configure Ajax in Asp.Net MVC.
69 What is the process to send result back in JSON format in MVC.
70 State the difference between View and Partial View.
71 In case of multiple filters ,explain the Order of filters in Asp.Net MVC that get executed.
72 Explain the features in MVC.
73 Give the Real world example of MVC.
74 State the difference between 3-Tier architecture and MVC.
75 State the difference between Routing and URL Rewriting in MVC.
76 Explain view Engine in MVC.
77 Explain the use of _ViewStart in MVC.
78 Can you change the name of Action method in MVC?if yes ?how?
79 Explain Data Annotations in MVC.
80 Explain Bundling in Asp.Net MVC.
81 Explain Minification in Asp.Net MVC.
82 In which version of Asp.Net MVC and Asp.Net bundling and Minification introducted?
83 How will you persist data in TempData in Asp.Net MVC.
84 What is the latest version of Asp.Net MVC.
85 What is the latest version of Asp.Net.
86 What is the latest version of C# .
87 What is the latest version of .NET.
88 Explain the 3-Logic layers define about the MVC Pattern.
89 Explain Output Caching in MVC.
90 Difference between ViewResult and ActionResult in MVC.
91 State the difference between Razor and Aspx View Engine.
92 Explain All folders in Asp.Net MVC Applications.
93 State the difference between MVC and Web forms.
94 Explain the methods of handeling an Error in MVC.
95 Explain how to pass data from Controller to View in Asp.Net MVC.
96 Explain JsonResultType in Asp.net MVC.
97 State the difference between ViewBag and View Data .
98 Describe MVC Design Pattern.
99 Difference between MVC and Asp.Net MVC.
100 How can you remove Default View Engine in Asp.Net MVC.
Reference Link
S. No. Topic
1 Entity Framework
2 Entity Framwork6
3 LINQ,SQL and Entity Framework
4 Code First,Db first and Model first approaches in EF
5 Ado.Net & Entity Framework

1 What is Entity Framework?


2 Explain Ado.Net Entity Framework?
3 State the Main parts of Entity Framework?
4 Explain the Advantages of using Entity Framework?
5 Explain the PROS and CONS of Entity Framework?
6 What to you understand by Migration in Entity Framework?
7 Explain the Architecture of Entity Framework?
8 Explain the Entity Framework Workflow?
9 Describe the features of Entity Framework?
10 What is the process to retrieve the data from the database using Entity Framework in MVC?
11 Explain complex types in Entity Framework?
12 Describe DbContext in Entity Framework?
13 Is it possible to use stored procedure in Entity Framework?if yes,How?
14 Explain DbSet in Entity Framework?
15 Explain ,why Entity Framework runs slow?
16 How will you turn off Lazy loading?
17 What is the difference Ado.Net and Entity Framework?
18 Can you enhance the performace of Entity Framework?if yes ,how?
19 what is the process of Execution of plain SQL in Entity Framework6?
20 State the difference between LINQ & Entity Framework?
21 Explain ObjectContext?
22 Explain types of Entity Framework different approaches?
23 State the difference between DbContext and ObjectContext?
24 Describe Code First approach in Entity Framework?
25 Describe database first Approach in Entity Framework?
26 When will you prefer to use Code first and Db first Approach in Entity Framework and Why?
27 Describe Model first Approach in Entity Framework?
28 What is T4 Entity in Entity Framework?
29 Which is the best approach in Entity Framework?
30 Elaborate .edmx file in Entity Framework?
31 Explain the Importance of T4 in Entity Framework?
32 Explain CSDL,SSL,MSL sections in EDMX file?
33 How will you handle concurrency in Entity Framework?
34 What are the various Entity States in Entity Framework?
35 What are the types of loading are available in entity framework?
36 State the difference between ADO.Net and classic ADO?
37 Explain Pluralize and Singularize in Entity Framework?
38 Explain Automatic Migration?
39 Explain POCO classes in Entity Framework?
40 What is a navigation property in the entity framework?
41 How to Implement POCO in Entity Framework?
42 In POCO classes do we require EDMX files?
43 How can we Add,Update and Delete the record by using Entity Framework?
44 Explain Client wins and Store Wins mode in Entity Framework Concurrency?
45 State some XML generation methods that the Dataset Object Provids?
46 What are the Various Types of properties supported in Entity Framework?
47 Explain Eager Loading?
48 Explain Lazy Loading?
49 Explain Explicit Loading?
50 Describe the different types of inhertitance supported by Entity Framework?
51 Which type of Data Access Layer supported in Entity Framework?
52 State the difference between Entity Framework and MVC?
53 Which is more faster Ado.Net or Ado.Net Entity Framework?
54 State the difference between LINQ to SQL and Entity Framework?
55 When will you prefer to use Entity Framework6 and when Entity Framework?
56 How you will view the SQL generated by Entity Framework?
57 What do you mean by SaveChanges(false)+AcceptAllChanges()?
58 State the various approaches to domain modeling in Entity Framework?
59 What C# Datatype is mapped with which Datatype in SQL Server?
60 Explain the advantages of using Entity Framework?
61 Explain the disadvantages of using Entity Framework?
62 What are the main components of the Entity Framework Architecture?
63 Describe the main and primary functions of Entity Framework?
64 State the primary parts of the Entity Data Model?
65 What do you mean by a Model in Context to Entity Framework?
66 Explain mapping in Entity Framework?
67 Describe DbEntryEntity class in Entity Framework?
68 How will you install NuGet package?
69 How will you Update NuGet package?
70 Explain Entity Framework MVC?
Reference Link
https://learn.microsoft.com/en-us/ef/
https://www.simplilearn.com/tutorials/asp-dot-net-tutorial/entity-framework-in-c-sharp
https://www.c-sharpcorner.com/article/entity-framework-introduction-using-c-sharp-part-one/
https://www.c-sharpcorner.com/article/entity-framework-introduction-using-c-sharp-part-one/
https://www.simplilearn.com/tutorials/asp-dot-net-tutorial/entity-framework-in-c-sharp
S. No. Topic Reference Link

You might also like