Define an assembly?

Answer Posted / karthik k

Either Excutable File (EXE) or Class Library File(DLL)
which which having Mainfeast data,IL Code. Using This
Assembly Concept Microsoft Acchieve PlatForm Independency .

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can we identify that the Page is Post Back?

561


How do we ensure view state has not tampered?

609


How does asp page work?

552


What is inproc mode in session?

515


Give an example of cookie abuse.

601






What is the postback property in asp.net?

544


What are the file extensions for razor views?

683


What is viewstate parameter?

527


What is the difference between mechine.config and web.config?

736


Explain the flow of processing of the request? : asp.net mvc

537


What is the biggest disadvantage of “Other Return Types” in Web API?

944


What are Caching techniques in .NET

600


Which data type does the rangevalidator control support?

560


What is autopost?

532


Take a Large textbox allow to type any data. Task 1:display the count of vowels in a lable on key press event of the textbox Task 2:dispaly count of dates in a lable when dates in following foramats:dd/mm/yy , mm/dd/yy , yy/mm/dd. Task3:compare 2 dates and display both are same or not which dates are in dd/mm/yy and mm/dd/yy farmats.

2597