ASP.NET Interview Questions
Note: All Credits go to Gopinath(gopinathnet AT gmail.com).
http://www.syncfusion.com/faq/aspnet/default.aspx
http://www.aspnetfaq.com/
http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=4081&lngWId=10
http://blogs.crsw.com/mark/articles/254.aspx
http://blog.daveranck.com/archive/2005/01/20/355.aspx
http://www.techinterviews.com/?p=176
http://www.techinterviews.com/?p=193

some more interview questions in .net
check it out
http://ripalsoni.wordpress.com/tag/interview-questions-for-net/
Thanks. Ripal Soni..
PREPARING .NET???
PLANNING A .NET INTERVIEW???
CHECKOUT –>
http://www.dotnetuncle.com
FIND THE LATEST ASP.NET, C#, VB.NET, OOPS, .NET Framework INTERVIEW QUESTIONS
ALL QUESTION-ANSWERS FREE!!!
FIND ANSWERS TO ALL YOUR .NET QUESTIONS…
OVER NEW 100 SHORT-ANSWER .NET INTERVIEW QUESTIONS RECENTLY ADDED!!!
Click http://www.prepareinterview.com/tips/questionjava.asp. It has everything for job interview tips and tricks, Interview Questions with ANSWERS.
JAVA & J2EE Interview Questions and Answers
Question: How to define an Interface?
Answer: In Java Interface defines the methods but does not implement them. Interface can include…
Question: Explain garbage collection?
Answer: Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program ….
Question: Explain the Encapsulation principle.
Answer: Encapsulation is a process of binding or wrapping the data and the codes that operates on the data into a single entity. This keeps….
What is the use of bin and lib in JDK?- Bin contains all tools such as javac, appletviewer, awt tool, etc., whereas lib contains API and all packages.
What is casting?- Casting is used to convert the value of one type to another.
What is final, finalize() and finally?- final : final keyword can be used for class, method and variables. A final class cannot be subclassed and it prevents other programmers from subclassing a secure class to invoke insecure methods. A final method can’t be overridden. A final variable can’t change from its initialized value. finalize() : finalize() method is used just before an object is destroyed and can be called just prior to garbage collection. finally : finally, a key word used in exception handling, creates a block of code that will be executed after a try/catch block has completed and before the code following the try/catch block. The finally block will execute whether or not an exception is thrown. For example, if a method opens a file upon exit, then you will not want the code that closes the file to be bypassed by the exception-handling mechanism. This finally keyword is designed to address this contingency.
What is UNICODE?- Unicode is used for internal representation of characters and strings and it uses 16 bits to represent each other.
What is Garbage Collection and how to call it explicitly?- When an object i …..
for more
Click http://www.prepareinterview.com/tips/questionjava.asp. It has everything for job interview tips and tricks, Interview Questions with ANSWERS.
HI
CHECK THIS SITE FOR .NET INTERVIEW QUESTIONS
http://www.srini-aspnet-tour.blogspot.com
Bible, in terms of places, people, and events. ,
First of all. Thanks very much for your useful post.
I just came across your blog and wanted to drop you a note telling you how impressed I was with the
information you have posted here.
Please let me introduce you some info related to this post and I hope that it is useful for community.
There is a good C# resource site, Have alook
http://CSharpTalk.com
Thanks again
Rahul