There are so many languages are already existing for
developing application.Then what is the need of .net.
Answer / guest
Newer development languages/technologies get evolved over a
period of time. They remove drawbacks of older ones, and
introduce better & efficient ways of performing various
tasks. Dot NET within itself is a technology (and not a
programming language) which could be targeted by a host of
programming languages.
| Is This Answer Correct ? | 1 Yes | 0 No |
How can implement drag and drop using atlas?
Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component
Why the config file might not be writable
what is session management ?
What is the difference between .net mobile pages and ordinary .net web page? : Microsoft dot net mobile
What is .net mobile lists. : Microsoft dot net mobile
What is a service contract, operation contract and data contract?
Explain some of the disadvantages due to microsoft.net?
What is code access security (cas)?
Can you explain atlasuiglitz library?
what is sessions and cookies take one example simple way to understand
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