what do you mean by .Net Framework
Answer Posted / shana vahid
.Net framework is the layer between Application developed in
the .net and operating system.
.net Framework is the platform for building, deploying and
running application ans services.
.net framework contain 2 Main parts
1. CLR
2.Class Libraries
Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can we store decimal data in .net?
What are the various open source tool available for VB.NET?
What is DLL HELL in VB.NET
What is the diff between vb mdi form and .net mdi form?
What is an arraylist?
What is the difference between custom control and user control?
What is the use of errorprovider control?
What is code access security?
What is intermediate langauge?
What are the assembly entry points?
How does vb.net achieve polymorphism?
Explain and brief about rapid application development tool?
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Can you please explain the difference between dataset and datareader?
Why should you use delegate?