.net interview question for entry level job

*What is View State?
*Can you read the View State?
*What is the difference between encoding and encryption? Which is easy to break?
*Can we disable the view state application wide?
*can we disable it on page wide?
*can we disable it for a control?
*What is provider Model?
*Any idea of Data Access Component provided by Microsoft?
*Any idea of Enterprise library?
*What is web service?
*What is WSDL?
*Can a web service be only developed in asp.ent?
*can we use multiple web services from a single application?
*can we call a web service asynchronously?
*Can a web service be used from a windows application?
*What do we need to deploy a web service?
*What is the significance of web.config?
*Can we have multiple web.config files in a sigle web project?
*Can we have more then one configuration file?
*Type of Authentications?
*Can we have multiple assemblies in a single web project?
*What is GAC?
*What is machine.config?
*What different types of session state Management we have in asp.net?
*What are cookies?
*What is Cache?
*What is AJAX?
*Is AJAX a language?
*What is the difference between syncronus and asyncronus?
*What is an Assembly?
*Can an assembly contains more then one classes?
*What is strong name?
*What is the difference b/w client and server side?
*What we need for the deployment of a asp.net we application?
*what is the purpose of IIS?
*Difference between http and https?
*what is purpose of aspnet_wp.exe ?
*what is an ISAPI filter?
*what do you mean by HTTP Handler?
*What is the purpose of Global.asax?
*What is the significance of Application_Start/Session_Start/Application_Error?
*What is the difference between the inline and code behind?
*what is side by side execution?
*can we have two different versions of dot net frameworks running on the same machine?
*What is CLR? Difference b/w CLR and JVM?
*What is CLI?
*What is CTS?
*What is .resx file meant for?
*Any idea of aspnet_regiis?
*Any idea of ASP NET State Service?
*Crystal report is only used for read only data and reporting purposes?
*We can add a crystal report in aspx page using two techniques, what are these?
*What is the difference between stroed procedure and stored function in SQL?
*Can we have an updateable view in SQL?
*What is connection pooling? how can we acheive that in asp.net?
*What is DataSet?
*What is the difference between typed and untyped dataset?
*What is the difference bewteen accessing the data throgh the dataset and datareader?

5 Responses to “.net interview question for entry level job”

  1. mohan Says:

    What is the difference bewteen accessing the data throgh the dataset and datareader

  2. Muhammad Adnan Says:

    mohan thanks for ur posting
    dataset can work in disconnected model but datareader worked in connected model.
    dataset can fetch multiple tables with their relationship and other constraints but datareader can fetch only one table.
    dataset is bit slower than datareader but if we use typed dataset then difference in performance doesn’t remain noticeable.
    datareader works in forward only approach means can fetch one next row at a time can’t get previous row/record but dataset can
    datareader is read only so we can’t make any transaction but we can make transactions on dataset
    i hope this helps 🙂

  3. .net interview question for entry level job « Tips & Tweaks By [ Genetic Vital ] Says:

    […] Posted by geneticvital on November 27, 2007 Courtesy to Muhammad Adnan for providing us this Stuff https://interviewquestion.wordpress.com/2007/05/29/net-interview-question-for-entry-level-job/ […]

  4. hiper dsl Says:

    hiper dsl…

    […].net interview question for entry level job « Technical Interview Questions :: compiled by Muhammad Adnan :)[…]…

  5. Jindal Saha Says:

    Great Collections of Questions Here !! You can find answers most of these questions at http://interviewmantra.com/category/ASPNet.aspx

Leave a comment