How can you see which services are running on a Windows
box?
Answer / swapna
Admin Tools -> Computer Management -> Services and
Application -> Services. You can also open the Computer
Management tool by right-clicking on My Computer and
selecting Manage from the popup menu.
| Is This Answer Correct ? | 0 Yes | 0 No |
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
What is an EXE?
How to implement getcommon method in class a? Are you seeing any problem in the implementation?
Can we use data reader to bind gridview?
Tell us what do the following acronyms in .net stand for: il, cil, msil, cli and jit?
Which dll translate xml to sql in internet information server (iis)?
Explain how to spawn a thread?
What does cil do?
what is assembly?
What is garbage collection and how it works ?
What is .net code security?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12