Questions 1 - 5 of 5
Close
Flag this interview question as inappropriate Inappropriate
See Answer
no it doesn't support multiple inhertiance through classes. However, a single class can implement multiple interfaces.
Create Date
:
Saturday, September 01, 2007
Asked At
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
ANONYMOUS
Tuesday, September 18, 2007 7:14 AM
this is my first comment..yes i fully agree .net does support multiple inheritence through interfaces
Flag this interview question as inappropriate Inappropriate
See Answer
It's an acronym for Language Integrated Query. Language Integrated Query (LINQ) is a Microsoft project that adds a native querying syntax reminiscent of SQL to .NET Framework programming languages, initially to the C# and Visual Basic .NET languages.
Create Date
:
Friday, October 19, 2007
Tags
:
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
Flag this interview question as inappropriate Inappropriate
See Answer
SQL cache dependency is the ability to invalidate a database cache if data in a table is changed.
Create Date
:
Friday, October 19, 2007
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (1) :
1.
Aryan
Friday, October 19, 2007 11:59 PM
Can someone explain the advantages of using Sql Cache Dependency? TIA
Flag this interview question as inappropriate Inappropriate
See Answer
This is a tricky Question, I would evaluate where I am giving an interview at. If the workplace is one which is known for following rigid Process guidelines, then I would say I would speak to me supervisor to make him/her aware of the significant risks involved in this situation and request to delegate/distribute the work. Alternate Answer: If the workplace is one which requires to be flexible (like the Support Engineering tasks) answere that you will manage your time in such a way that you cover most of the work, while communicating frequently with the supervisor with updated status.
Create Date
:
Wednesday, November 14, 2007
Asked At
:
None
Job Positions
:
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 
It depends what the logic is. If you need to do complex manipulation of data already in the database, it is probably better than trying to run sql queries and fetch the data into the middle tie and perform the manipulation in the middle tie, then send the large amount of data back to the database using sql insert or update. On the other hand, you can do to something simple using sql, but you have to write quite a lot of code in stored procedure, why do that.

For stored procedure vs. dynamic sql queries, assuming you are not talking about case where you can call stored procedure within a sql query or you can use dynamic sql inside a stored procedure, dynamic query has a downside (at least in Oracle db), that it has to be compiled if the exact sql string is not used recently (seconds I think) by any session, which could takes some time, and use some system resource. On the other hand, logic in stored procedure is not necessary automatically better.

I think you have to compare approaches based on how easy it is to write the code to do what you want, how easy it is for others to understand and maintain the code, and what is the performance cost in a target database, etc.
Create Date
:
Monday, May 05, 2008
Asked At
:
None
Click here to improve the Interview Question, Answer and other fields.
Comments (0) :
Goto add your comment on the Question 


Check out our newest job listings!

Post a Job! $49 for 60 days



Suggestions & Comments




Share Your Interview Questions
Ask Interview Questions
View Unanswered Questions





Advertise on this site