⟩ What are the various type of channels used by .Net remoting and which is the best one?
There are 2 types of channels .
channel means sending messages. 2 types are http and tcp
Tcp is used for lan , http is used for lan and wan
There are 2 types of channels .
channel means sending messages. 2 types are http and tcp
Tcp is used for lan , http is used for lan and wan
How to redirect tracing to a file?
Is there built-in support for tracing/logging?
How to stop a thread?
How to produce an assembly?
What is satelite assembly?
What is IL and C#?
Is .NET capable of supporting multi-thread?
How to prepare parametrized (with more than one parameters) crystal report.pls tell me the code procedure, if any body can?
How to create multiple inheritance inc#, with example?
Consider a datagrid in windows application. Here item, rate, qty, amount field are there. When user enters rate and qty, amount should be automatically calculated. When enter key is pressed, the cursor should go from item to rate and then qty and then amount. But amount should be automatically calculated. In Grid when button is clicked, then and then only new row should be created and another button is clicked, row should be removed.Thus give me the solution?