How do you handle this COM components developed in other programming languages in .NET?
Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines?
It was told that .Net 2.0 Framework has got it's in built webserver. Does it mean that it doesn't need IIS? What is the significance of Front Page Server Extensions in creating or hosting a Web Application in .net?
1 Answers 247Customer, Concentrix, Wipro,
What is cache coherency and how is it eliminated? : Dot net architecture
What are the types of memory management? : Dot net architecture
What is an asssembly qualified name? Is it a filename? How is it different?
what is ado.net
which would be the best to use inproc,outproc or sql server
Explain cache? : Dot net architecture
Explain the race around condition? : Dot net architecture
what are clr,cls,cts?what is .net framework?
how many types of controls are there in windows and web application?
IN C# if we click a field in the dropdownlist then i have to get the respected field details in the next textbox..........