what do you mean by .Net Framework
Answers were Sorted based on User's Feedback
Answer / kamalakannan.a
Microsoft provides a New API(Application Programming
Interface),which gives us to develop the multiple languages
in the single platform.
Because of this platform have CLR,CTS,Class libraries and
web services.
Kamal..
Is This Answer Correct ? | 9 Yes | 5 No |
Answer / abd
net framework a common environment for building, deploying, development, deploying and reaming web application and web services
net framework collection of classes ( pack up program)
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / pravin
it acts as an interface between the Application Programs an
Underlying Software .
It provides Collections of classes and interfaces for
building better Application it removes the developing
headaches of programmer.
It is very good concepts from Microsoft Technology
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ranganadhan k
.Net Framework is a collection of base classes /
libraries , specifications and Runtime that are required to
run and debug any appliaction developed using similar
version of MSVisualStudio and moreover this .Net framework
acts as an intermediate layer between the MSVisualstudio
Appliaction and the underlaying OS Thus Achieving the
platform independence of VisualStudio Appliactions.
Is This Answer Correct ? | 2 Yes | 3 No |
Answer / tt
In .net the . means any type of programming run in it.
it is a multiple language for a one platform.
.net=.net product+.net service+.net framework
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / ramesh g
.net framework is collection classes and services
it contains two component
one is Class Libraries another one is CLR
Is This Answer Correct ? | 0 Yes | 2 No |
Explain an assembly and its use?
What is strong name in .net assembly?
I Am Developing A project where I can send Message from One Computer to Another Computer With The Help Of LAN.Already I Have developed..It is working Fine With The Details Of ..TO,FROM,REF No,DATE,BODY...Now I Want To Add Attachments part in the same projects...How Can I Send Attachment File & How To Send It..I Am Working in VB.Net 2005 With out Any database. Can Any One Help me ??How To Write Code??Plz Send me a copy to my Mail also...I Dont Need Any Software Available in The Internet...Plz refer me The Code in VB.Net maloy.adhikari@in.com
what is the base class of .net?
What is MSIL.
hi dear ? MY problem is that i m developing software for Library. and i want to connect a third party software with my VB.net program in order to calculate DDC number.I dont know how to do this if any body can help me please?
what are the types of threading models in VB.net ?
Explain the difference between import system.data.sqlclient and system.data.oledb?
I'm unable to open a .hlp file using vb.net application.
Why do we use ansi keyword?
what is the root namespace for all types?
i have two class that contain's two methods as same name in derived class i have to call these two methods what will happen at run time ?