what is mean by COM (component object model) and component
based software development?
Is it .NET is first COM based technology?
Please answer me.
Advance thanks.
Hi,
Requirement is:
try
{
\\SQL Query
}
catch(Exception i)
{
print a
}
catch(SQLQueryException e)
{
\\SQL Query
}
Got Exception in "try" block. Which "catch" throws
exception and Why???
Please provide the answer in detail..
Thanks for the help!!!
which of the following statement is true about gac.
a)it is being handled by .net framwork
b)It is special folder
c)it can have files with same name etc etc.
Is there any attempt system for microsoft technology papers?
69
hai,
about trading domain and need simple project on trading
system.
please help me...
171
What is nmake tool?
288
.Net Frame work arch?
143
can u give me real example of how web.config overrides the
machine.config file?
65
How is a property designated as read-only?
170
what is the keyword used for self reference?
345
what is mean by COM (component object model) and component
based software development?
Is it .NET is first COM based technology?
Please answer me.
Advance thanks.
which property is used to change to some value to access a
identity column in datacontrols?
97
How will you make .NET programs work in Linux ?
97
I want to fetch data from datareader. i have three tables in
datareader. i want to bind my two table with datagrid, then
i want to fetch a value from my third table. do u have any
idea pls help me. we use dr.nextresult() for multiple tables.