What does the term "green architecture" mean? : Dot net architecture
No Answer is Posted For this Question
Be the First to Post Answer
Explain pipelining? : .NET Architecture
Do you know textbox and textview controls of .net mobile? : Microsoft dot net mobile
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is the cli? Is it the same as the clr?
Explain cache? : Dot net architecture
how to make my form not to appear in the task bar?
Let's say I have an existing application written using Visual Studio 6 (VB 6, InterDev 6) and this application utilizes Windows 2000 COM+ transaction services. How would you approach migrating this application to .NET ?
How is the using() pattern useful? What is idisposable?
What is a service contract, operation contract and data contract?
What is the use of web.config?
what is the difference between value types and reference types?
9. Oop-Class A has m1 metthode Class B has m1 metthode and C is the calss that inharits A class, A class inharits B class. If Object dim c as new A() c.m1(), Tell me which mettode of class will call