Click here to Skip to main content
15,921,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmail from asp.net1.1 Pin
Kissy1620-Jul-09 23:47
Kissy1620-Jul-09 23:47 
AnswerRe: mail from asp.net1.1 Pin
Christian Graus20-Jul-09 23:50
protectorChristian Graus20-Jul-09 23:50 
GeneralRe: mail from asp.net1.1 Pin
Kissy1621-Jul-09 0:15
Kissy1621-Jul-09 0:15 
GeneralRe: mail from asp.net1.1 Pin
Manas Bhardwaj21-Jul-09 0:28
professionalManas Bhardwaj21-Jul-09 0:28 
AnswerRe: mail from asp.net1.1 Pin
Manas Bhardwaj21-Jul-09 0:04
professionalManas Bhardwaj21-Jul-09 0:04 
GeneralRe: mail from asp.net1.1 Pin
Kissy1621-Jul-09 0:16
Kissy1621-Jul-09 0:16 
GeneralRe: mail from asp.net1.1 Pin
Christian Graus21-Jul-09 10:18
protectorChristian Graus21-Jul-09 10:18 
QuestionInterview Questions Pin
siddisagar20-Jul-09 22:59
siddisagar20-Jul-09 22:59 
8.

class a
{

public virtual void a()
{

cwl ("Base");
}

}

class b : a

public overrides void a()
{

cwl ("Dericed");
}
}


b obj=new b();
b.a();


what is the outpu?


9. Difference between Private constructor and Sington class?

10. What are Generics? Example on that?

11. Difference between SP and UDF?

12. Can we call UDF from .NET like Stored Procedure?

13. Difference between public and protected Internal?

14. what are all the methods of System.Object?

15. Difference between Finalize() and Dispose?
16. Destructor?
AnswerRe: Interview Questions Pin
Christian Graus20-Jul-09 23:03
protectorChristian Graus20-Jul-09 23:03 
AnswerRe: Interview Questions Pin
Manas Bhardwaj20-Jul-09 23:17
professionalManas Bhardwaj20-Jul-09 23:17 
AnswerRe: Interview Questions Pin
Brij20-Jul-09 23:20
mentorBrij20-Jul-09 23:20 
Questionweb.config help Pin
KhandelwalA20-Jul-09 21:57
KhandelwalA20-Jul-09 21:57 
AnswerRe: web.config help Pin
Abhijit Jana20-Jul-09 22:01
professionalAbhijit Jana20-Jul-09 22:01 
GeneralRe: web.config help Pin
KhandelwalA20-Jul-09 22:02
KhandelwalA20-Jul-09 22:02 
AnswerRe: web.config help Pin
Christian Graus20-Jul-09 22:27
protectorChristian Graus20-Jul-09 22:27 
QuestionINSERT QUERY Pin
sachees12320-Jul-09 21:46
sachees12320-Jul-09 21:46 
AnswerRe: INSERT QUERY Pin
Christian Graus20-Jul-09 21:51
protectorChristian Graus20-Jul-09 21:51 
GeneralRe: INSERT QUERY Pin
sachees12320-Jul-09 21:56
sachees12320-Jul-09 21:56 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:26
protectorChristian Graus20-Jul-09 22:26 
GeneralRe: INSERT QUERY Pin
sachees12320-Jul-09 22:48
sachees12320-Jul-09 22:48 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:51
protectorChristian Graus20-Jul-09 22:51 
GeneralRe: INSERT QUERY Pin
sachees12321-Jul-09 1:16
sachees12321-Jul-09 1:16 
GeneralRe: INSERT QUERY Pin
Christian Graus21-Jul-09 10:18
protectorChristian Graus21-Jul-09 10:18 
GeneralRe: INSERT QUERY Pin
Blue_Boy20-Jul-09 22:43
Blue_Boy20-Jul-09 22:43 
GeneralRe: INSERT QUERY Pin
Christian Graus20-Jul-09 22:47
protectorChristian Graus20-Jul-09 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.