What is meant by .Net framework?
.NET framework is developed by Microsoft, provides an environment to run, debug and deploy code onto web services and applications by using tools and functionalities like libraries, classes, and APIs. This framework uses object-oriented programming.
Is This Answer Correct ? | 0 Yes | 0 No |
Explain the top .net class that everything is derived from?
Is there any attempt system for microsoft technology papers?
How does the .NET framework work?
Why do we use the “using” statement?
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?
Please explain what is the difference between encrypting a password and applying a hashing?
What distributed process frameworks outside .NET do you know?
What are the new features of Framework 1.1 ?
you have a requirement from client, he has an XML file and you need to insert the data into 5-6 tables in database. explain me the procedure.
Where does the gac exist ?
What is dot net and its uses?
How do you create threading in .NET? What is the namespace for that?