| Back to Questions Page |
| |
| Question |
Is IIS is required for installing the deployment of windows
C#.netapplication and to run.
|
Rank |
Answer Posted By |
|
Question Submitted By :: Jaishankar |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | i hope its not necessary to install for windows
application.it means with out IIS windows application can be
run...  |
| Pavan Guptha |
| |
| |
| Question |
WHAT Are the major major compnents of a data provider in
ADO.net. |
Rank |
Answer Posted By |
|
Question Submitted By :: Tejas-11 |
| This Interview Question Asked @ Wipro , Infosys |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | data adaper  |
| Hemnath.c |
| |
| |
| Answer | Data Adapter  |
| Guest |
| |
| |
|
|
| |
| Answer | Dataset and .Net data provider  |
| Rajeesh M |
| |
| |
| Question |
Can u any body send the DotNet Interview questions and
answers to my mail please....... mindukuru@yahoo.com |
Rank |
Answer Posted By |
|
Question Submitted By :: Guest |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi Dear friend i sent some DotNet Interview questions and
answers to ur mail id  |
| Jeyaganesh |
| |
| |
| Question |
What are properties and indexer? |
Rank |
Answer Posted By |
|
Question Submitted By :: Soft.narayan@gmail.com |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | This answer posted by me soft.narayan@gmail.com,If u have
any query please let me know......
Using an object like an array is called Indexer.
Indexer is similar to properties.Indexer is a collection of
set and get procedures.Indexer name must be "this" only.
One class can have only one indexer.
Syntax to create Indexer:
string s
public string firstname
{
set{ s=value;}
get (return s;}
}
string[] x=new string[5];
public string this[inti]
{
set {x[i]=value}
get { return x[i]}
}
}
 |
| Soft.narayan@gmail.com |
| |
| |
| Answer | 1. An index is identified by it's signature. But a property
is identified it's name.
2. An indexer is always an instance member, but a property
can be static also.
3. An indexer is accessed through an element access. But a
property is through a member access.  |
| Priya |
| |
| |
| Question |
What are the roles of Exchange server 2003? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sunilkumarda |
| This Interview Question Asked @ HP , Diffrence Between Exchnge Server 2003 And 2007, Wipro |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Front-End and Back-End Server
Details:Microsoft® Exchange Server 2003 and Microsoft
Exchange 2000 Server support using a server architecture
that distributes server tasks among front-end and back-end
servers. In this architecture, a front-end server accepts
requests from clients and proxies them to the appropriate
back-end server for processing. This guide discusses how
Exchange Server 2003 and Exchange 2000 Server support the
front-end and back-end server architecture. Also covered
are several front-end and back-end scenarios and
recommendations for configuration.  |
| Giri |
| |
| |
| Question |
what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers. |
Rank |
Answer Posted By |
|
Question Submitted By :: Krisan.ss |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | ASP.NET Support multi language support like VB.NET, C#, C++
ASP.NET have easy development IDE
Website can be created much faster in ASP.NET as compared
to Java
Debugging is very effort-less,so can fix the bugs quicker  |
| Rami Reddy.k |
| |
| |
| Answer | ASP.NET supports multilanguages and User Friendly environment and can support many types of languages having the feature of CLR and MSIL ..  |
| Sanjay |
| |
| |
| Answer | application created using .NET platform works faster as
it's compiler based unlike JAVA which is interpreter based.  |
| Ravishankar T.r. |
| |
| |
| Answer | asp.net is allmost designed for developing webbased
applicatioelonS.it supports code behind technique,automatic
code generation(means no need to write the code for
designing and placing the controls in IDE) and it reduce
the burden on the developer.AND parallel development is
also possible.(means designing and logic part will be
placed into different pages.one is ".aspx" page and another
one is ".aspx.cs")and we may also provide the security for
the logic part.
and development is very faster compare to java and other
programming languages.  |
| Sanjay Dutt |
| |
| |
| Question |
I create small website, i want accept all the browser this
website? what will do? |
Rank |
Answer Posted By |
|
Question Submitted By :: Muralisivam |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | You have to write a Cross Browser scripting on Page load.
Also you have to written a W3C standard code to avoid the
errors.  |
| Kingworld |
| |
| |
|
| |
|
Back to Questions Page |