[Updated] Goldman Sachs Aptitude Test Questions and Answers
Practice List of TCS Digital Coding Questions !!!
Take 50+ FREE!! Online Data Interpretation Mock test to crack any Exams.

Technical Interview Questions and Answers :: .NET

    11 / 112

    Explain about filters in MVC?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    12 / 112

    What is the use of MVC over ASP?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    13 / 112

    What is a global ASAX file?
    Answer:

    Global.asax File. .NET Framework 1.1. The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level events raised by ASP.NET or by HttpModules. The Global.asax file resides in the root directory of an ASP.NET-based application.

    Please Login First :

    14 / 112

    What does ASAX stand for?
    Answer:

    No Discussion on this question yet!

    Please Login First :

    15 / 112

    What is the use of Web config in asp net?
    Answer:

    Web.config is the main settings and configuration file for an ASP.NET web application. It is an XML document that resides in the Web configuration of the site or application and contains data about how the web application will act.

    Please Login First :

    16 / 112

    What is a web config file machine config?
    Answer:

    The web.config files specify configuration settings for a particular web application, and are located in the application's root directory; the machine.config file specifies configuration settings for all of the websites on the web server, and is located in $WINDOWSDIR$\Microsoft.Net\Framework\Version\Config.

    Please Login First :

    17 / 112

    Difference between web.config and machine.config.
    Answer:

    No Discussion on this question yet!

    Please Login First :

    18 / 112

    What is the global ASAX file and what is it used for?
    Answer:

    The Global.asax file, also known as the ASP.NET application file, is an optional file that contains code for responding to application-level and session-level events raised by ASP.NET or by HTTP modules. The Global.asax file resides in the root directory of an ASP.NET application.

    Please Login First :

    19 / 112

    What is the session management in asp net?
    Answer:

    State management means to preserve state of a control, web page, object/data, and user in the application explicitly because all ASP.NET web applications are stateless, i.e., by default, for each page posted to the server, the state of controls is lost.

    Please Login First :

    20 / 112

    What is State Management and types in ASP.Net?
    Answer:

    No Discussion on this question yet!

    Please Login First :