kotu k


{ City } pune
< Country > india
* Profession * se
User No # 26667
Total Questions Posted # 2
Total Answers Posted # 7

Total Answers Posted for My Questions # 1
Total Views for My Questions # 4498

Users Marked my Answers as Correct # 130
Users Marked my Answers as Wrong # 25
Questions / { kotu k }
Questions Answers Category Views Company eMail

How to identify the Code which Complies corresponding Compiler in .NET? Means Suppose, i am taking One project A.. in which code is implemented using C# langugge. And Another Project B..in Which Code is implemented using VB.NET. Suppose I am creating Project C. i am adding Reference of Project A and B to Project C. So, in Project C, how to identify Project A is Complied through CSCompliler? And Project B is Compiled VBCompiler at Runtime?

1 Dot Net Framework 3000

What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?

ASP.NET 1498




Answers / { kotu k }

Question { iSoft, 15646 }

what is satellite assembly in .net?


Answer

Satelite Assemblies doen's contain any Data. Just Contain
only resources Information. Which is used mainly for to
display information based on the Cultural setting of
browser or region.

Is This Answer Correct ?    17 Yes 9 No

Question { 5063 }

In C#.net application is run on linux michine


Answer

C# Application is not Language Dependent. Which can be in
Any Machine, where the Frame work is Installed.

Is This Answer Correct ?    1 Yes 0 No


Question { 4526 }

when to use webservice and when to use remotong diff
between them


Answer

Both Webservices and Remoting are used to developing
distrubuting Application. Among these,

WebServices are provide Functionality other Platforms
like Unix,Linex. Means Webservices are return data in from
of XML Formate. This is the Universal formate. All
Languages supports XML. So Webservices is better, When
these are Communicating othere Technologies.

Remoting are provide Functionality for Sampe
Application.Means .NET Application. These are not Suppoting
Other Platforms.

Is This Answer Correct ?    3 Yes 0 No

Question { 7015 }

can i inherit one web applications into another web
applications in asp.net?


Answer

Yes. ASP.NET 2.0 Provides the New Concepts for Visual
Inheritence using Master Pages.

Is This Answer Correct ?    1 Yes 1 No

Question { DSRC, 32487 }

Where is ViewState information stored?


Answer

ViewState information is Stored in The Hidden Fields.

Is This Answer Correct ?    98 Yes 6 No

Question { TCS, 16018 }

What is ENUM?


Answer

ENUM is defind as to Assign Constens, These Constents are
Unique.

Is This Answer Correct ?    2 Yes 9 No

Question { ABC, 4720 }

what is the use of asp.net


Answer

Asp.Net is used for developing more User frendly and
Productive Web based Application with minimum Number of
lines of Code.

Is This Answer Correct ?    8 Yes 0 No