WHAT IS .net
Answers were Sorted based on User's Feedback
Answer / anantha
.net is a web technology which is having .net frame work which is supported by nearly 60 to 70 different programming languages for programming.
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / shakira
.net is a collection languages.it contains 90 langs.9 are
developed by micrisoft.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / anvesh
.Net is a framework which is used to develop a software applications using different languages like C#,VB.Net which supports > 40 languages
| Is This Answer Correct ? | 0 Yes | 0 No |
what is GAC?
What does stateless mean?
Which file is taken by compiler when we have both file Application and Server Configuration file?
How many types of transactions are there in com + .net ?
Please send me the latest asp.net,c#,sql server interview questions .my email id is ramtryin@gmail.com
What does jit do?
Is .net core managed code?
How do you pass value of a text box from page1.aspx to page2.aspx without storing it as a session value?
What are the differences between an interface and an abstract class in .net?
DateTime[] dt = new DateTime[10] for(i=0; i<10; i++) { dt[i] = DateTime(2008, 1, i+1) } How many heap object will be created for the above array. Choose the correct answer below. Ans: 1, 10, 11, 12
Give a brief introduction on side-by-side execution. Can two applications, one using private assembly and the other using the shared assembly be stated as side-by-side executables?
How does the .NET framework work?