Blog Detail

ASP.NET INTERVIEW QUESTIONS

ASP.NET INTERVIEW QUESTIONS

http://www.srini-aspnet-tour.blogspot.com

Here You get Source of various cutting edge features of .Net, Asp.Net, C#, Sql, Ajax, WebServices and Nunit in the form of articles and blogs.

subscribe Recent Posts

  • Validating User Credentials

    Posted on Wednesday October 21st, 2009 at 09:19 in validationg user credentials

    Validating User Credentials---------------------------------Let us see how to validate the user credentials(login and password)In aspx.cs under Button_Click() method write the following code string email= txtemail.Text; string password ...

  • 3-Tier Architecture

    Posted on Wednesday September 23rd, 2009 at 17:29 in 3-tier architecture

    3-Tier Architecture-----------------------Today Iam going to discuss about the 3-Tier Architecture .PresentationLayer: This is the layer through which user enters the values or values are shown to the user.BusinessAccessLayer: This layer is u...

  • Binding Data to Dropdownlist from Database

    Posted on Tuesday August 18th, 2009 at 08:19 in binding data from database

    Binding Data to Dropdownlist from DataBase---------------------------------------------------------------Today Iam going to write on Binding Data to Dropdownlist from DatabaseConsider that we want to populate the Dropdownlist with a list of countrie...

  • C# InterviewQuestions-Part 10

    Posted on Thursday August 6th, 2009 at 10:16 in c# interview questions

    Interview Questions----------------------91. How many types of errors are there?a ) 2 types1. Run time errors2. Compile time errors92. Give some examples of compile time and runtime errors?a ) Compile time:missing semocolonsuse of undeclared varia...

  • C# InterviewQuestions- Part 9

    Posted on Monday July 13th, 2009 at 13:15 in c# interview questions

    81. why we use the ref keyword?a ) If you want to pass a parameter by reference you should use the keyword ref82. If an out parameter is not assigned a value with in the body of the function does that method complile?a ) No. it won't compile83. Ho...

  • C# InterviewQuestions- Part 8

    Posted on Thursday July 2nd, 2009 at 11:06 in c# interview questions

    Interview Questions-----------------------------71. Can we declare an abstract method in non abstract class?a ) No. it can declared only in abstract classes72. Can we use static or virtual keywords to an abstract method?a ) No73. Can an interf...

Comments & Reviews

There is no rating for this blog because there are no comments yet.

Post A Comment/Review

* Your IP is being logged.
* Your e-mail address is used only for verification purposes only and will not be sold, or shown publicly.
* No HTML tags allowed
* DO NOT use the Comments/Reviews to promote your own site.

Name: or Login
E-mail:
Rating:
Verify: Spam Protection: sum of 3 + 4
Comment:
  Remember Information