PROGRAM AREA
Statistics
The Highest Post
Statistics
Count
94
Avg
21.00
Min
21
Max
21
Details
Samuel Kodi
What is the difference between lazy loading and eager loading?
Lazy and eager loading are two different ways that Entity will load related data (like the Orders attached to our Customers). Lazy loading means that when an entity is first read, its related entities are not loaded. Entity Framework waits until you try to access those entities before querying the database again. This can lead to multiple database queries. For instance, the following code will result in two different database queries:
New Post
Related Topics
EntityF
First Name
PostDate
What is the difference between Entity Framework and ADO.NET?
What is the difference between Entity Framework and LINQ to SQL?
What are the components of Entity Framework Architecture?
What are the parts of Entity Data Model (EDM)?
What does .edmx consists of?
What is LINQ to Entities? What is Entity SQL? What is the role of Entity Client Data Provider?
What is the meaning of Pluralize and Singularize in Entity Framework?
What is DB Context ?
Mention what is DataAdapter class in ADO.NET?
How can we handle concurrency in Entity Framework?
What is client wins and store wins mode in Entity Framework concurrency?
What are the development approaches are supported in Entity Framework?
How many types of inheritance are supported by Entity Framework?
What is difference between Code First and Model first approach ?
When will you prefer to use Code First or DB First approach and why?
What is the difference between lazy loading and eager loading?
What is difference between Code First and Model first approach ?
What's the use of Response.Output.Write()?
In which event of page cycle is the ViewState available?
What is the difference between Server.Transfer and Response.Redirect?
From which base class all Web Forms are inherited?
What is ViewState?
What is ViewState?
Where the viewstate is stored after the page postback?
How long the items in ViewState exists?
What are the different Session state management options available in ASP.NET?
What are the different Session state management options available in ASP.NET?
What is caching?
What are the different types of caching?
Which type if caching will be used if we want to cache the portion of a page instead of whole page?
Is it possible to create web application with both webforms and mvc?
What is Protected Configuration?
How can we prevent browser from caching an ASPX page?
What is the good practice to implement validations in aspx page?
Which protocol is used to call a Web service?
Can we have multiple web config files for an asp.net application?
What is the difference between web config and machine config?
Explain role based security ?
What is Cross Page Posting?
What is RedirectPermanent in ASP.Net?
Explain the working of passport authentication.
What are the asp.net Security Controls?
In which event are the controls fully loaded?
Differentiate strong typing and weak typing
How we can force all the validation controls to run?
List all templates of the Repeater control.
List the major built-in objects in ASP.NET?
Which data type does the RangeValidator control support?
What is the difference between an HtmlInputCheckBox control and an HtmlInputRadioButton control?
Which namespaces are necessary to create a localized application?
What are the different types of cookies in ASP.NET?
What is the file extension of web service?
What are the components of ADO.NET?
What is the difference between ExecuteScalar and ExecuteNonQuery?
The HTTP protocol on which all web applications work is
Explain the application event handlers in ASP.NET ?
What is Global Assembly Cache ?
Explain the Server Control Events of ASP.NET ?
What are Strong Names ?
Explain the steps to generate the strong name ?
Explain the concept of Globalization and Localization?
What is the difference between Authentication and Authorization?
What are the various ways of authentication techniques in ASP.NET?
There are basically three types of authentication modes in ASP.NET –
What does AspCompat="true" mean and when should you use it?
What are HttpHandlers?
What is User Control in ASP.NET?
What’s a bubbled event?
In which event, controls will be fully loaded?
What is the difference between a default skin and a named skin?
What you mean by Query String? What are its advantages and limitations?
What is smart navigation?
What is tracing? Where is it used?
What are modes of Session state in ASP.NET?
List all different typesS of directives in .NET?
What is .Net Remoting?
What is Application Domain?
In ASP.NET how many navigation controls are there?
What is Delay signing?
) What are server-side comments?
What are the common properties of all validation controls?
hat is cross-page posting?
What are the best ways to send data across pages in ASP.NET?
What are Web Part controls in ASP.NET?
What’s the difference between Literal control and Label control?
Explain the components of web form in ASP.NET?
Which are the different IIS isolation levels in ASP.NET?
How to open a page in a new window?
What is a component?
How do I sign out in forms authentication?
What are design patterns?
Why PDB files are useful?
How we can handle SQL Exceptions in ASP.NET?
How to set maximum length of Textbox in ASP.NET?
What is the difference between Web Services and Remoting?
Advantages of Entity Framework?
Disadvantages of Entity Framework?