Answer Posted / swati m
Visual Studio .Net is basically a framework which makes easy
development of codes written in Various programming languages..
It contains two things
1.Framework Class Library:It contains various classes
managed within various namespaces.
2.Common Language Runtime:CLR is the execution engine which
helps in compiling the IL code into machine code,takes care
of security issues and many other critical tasks.
Web pages,windows apps,console applications,Class libriaries
are various options which can be created using VS.net
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is enumerator?
What is the significance of delegates. Where should they be used?
Explain cls?
How many ways the function can return values?
What is the advantage of using system.text.stringbuilder over system.string?
What is a static class?
Which properties are used to bind a DataGridView control?
What is the use of console application?
What is portable executable?
What is visual basic.net culture?
hello thank you for replying to my question regarding adding barcode fonts in vb.net project. I have downloaded a free font and added in my vb.net project but now i dont know how to use that i need to generate barcodes can any body help me how to use those fonts these are font3of9 .i need a small code to use these fonts to generate barcode thank u!
Explain the difference between dispose and finalize()?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is the difference between a "jagged array" and multidimensional array" ?can anyone show me it practically ?
What do you understand by vb.net?