Exforsys

Online Training

Interview qns plz its urgent

This is a discussion on Interview qns plz its urgent within the C Sharp forums, part of the Programming Talk category; Hi Friends I'm Janyasree new to .net. these were the question asked in an interview can any one pls ...


Go Back   Exforsys > Programming Talk > C Sharp

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 03-28-2007, 01:55 PM
Junior Member
 
Join Date: Mar 2007
Posts: 4
Janyasree is on a distinguished road
Interview qns plz its urgent

Hi Friends
I'm Janyasree new to .net.
these were the question asked in an interview can any one pls give the answer for these questions...

1.what is the compiler used for .net?
2.what does IIS do?
3.what are virtual distructors?
4.How can you provide security for webservices?
5.What is the difference between asp session and asp.net session?
6.Is webservices written in only c#?
7.What is a diffgram?
8.what is the difference between sqlconnection and oledb connection?
9.What are complexviews?
10.sql command for deleteing dublicate rows from a table?

thank u
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-03-2007, 12:32 AM
Junior Member
 
Join Date: Nov 2005
Posts: 10
Mibble is on a distinguished road
all those answers can be found by using your favorite search engine. sounds like they are for an assignment at school.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-19-2007, 04:45 PM
Senior Member
 
Join Date: Apr 2006
Posts: 125
ashlee is on a distinguished road
The answer for the third questions is:
A virtual destructor is a destructor that is deployed virtually i.e. when the delete keyword is used with a pointer to a base class, the derived most destructor is called.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-19-2007, 04:53 PM
Senior Member
 
Join Date: Apr 2006
Posts: 144
caradoc is on a distinguished road
One important point user must remember while using virtual destructor is user can't declare pure virtual destructor. Even if a virtual destructor is declared as pure, it will have to implement an empty body at least for the destructor.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-19-2007, 05:00 PM
Senior Member
 
Join Date: Apr 2006
Posts: 145
Rahulbatra is on a distinguished road
The main reason for the need of virtual destructors is that the user would like to have virtual destructors just so that the correct destructor is called when an object is deleted. So it is always good and wise to use virtual destructors, even if objects don't need any destruction.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-19-2007, 05:05 PM
Senior Member
 
Join Date: Apr 2006
Posts: 141
Adrian is on a distinguished road
The answer for the 7th question is:
A DiffGram is an XML format that identifies current and original versions of data elements. The Dataset uses the DiffGram format to load and persists its contents, and to serialize its contents for transport across a network connection. When a Data Set is written as a DiffGram, it populates the DiffGram with all the necessary information to accurately recreate the contents, though not the schema, of the Data Set, including column values from both the Original and Current row versions, row error information, and row order.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 03-24-2008, 02:54 PM
Junior Member
 
Join Date: Mar 2008
Posts: 12
bobby21 is on a distinguished road
Answer for first question:
In .NET , each language has got its own compiler. For c sharp, CSC is the compiler. For vb.net, vbc is the compiler.....etc.,
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 03-24-2008, 02:58 PM
Junior Member
 
Join Date: Mar 2008
Posts: 12
bobby21 is on a distinguished road
Answer for second question:
IIS is the microsoft server.Stands for internet information services. It consists of virtual directory,which acts as a pointer to its physical directory.While mentioning the http protocol in the website address, we mention IIS server name and virtual directory name for requesting the webpage.........any doubts on this...do not hesitate to ask me......cheers...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 03-24-2008, 03:02 PM
Junior Member
 
Join Date: Mar 2008
Posts: 12
bobby21 is on a distinguished road
Answer for eighth question:
sqlconnection interacts with the database directly,whereas oledbconnection needs oledb standard interface(com based) for interacting with the database.
sqlconnection can interact only with sql server database,whereas oledbconnection can interact with any database.
sqlconnection doesn't need sql provider for interacting with sql server 7.0 (and above).where as, oledbconnection needs oledb data provider for interacting with database.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
10 tricks to Acing the Interview sanereddy Interview Questions 3 04-21-2007 11:47 AM
Avoid the Top 10 Job Interview Mistakes mAtthEw Career Advice 4 06-05-2006 12:33 AM
Tips on Preparing for a Job Interview mAtthEw Career Advice 2 05-12-2006 07:00 AM
3i-infotech GD & Interview experience techguru Interview Process and Patterns 0 05-10-2005 11:59 AM
How to prepare for an Interview Vasu Career Advice 2 02-17-2005 02:55 PM


All times are GMT -4. The time now is 05:38 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.