Answer Posted / alex
An assembly is the .NET name for an executable file. In
other words, a .NET assembly is just the .EXE and .DLL
files that are the end result of your program, just like VB
6 and other languages. But this is about the only thing
that is the same.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
explain what does .edmx file contains?
What is ViewData and TempData in ASP.Net MVC?
What is the difference between viewbag and viewdata in mvc?
How to bind table colum with gridview column?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Explain JSON Binding?
Explain the .net framework.
Explain representational state transfer (rest) in detail?
What are child actions in ASP.Net MVC?
What are Action Filters in ASP.NET MVC and its use?
Explain the advantages of asp.net mvc over asp.net?
What is entity framework in asp net?
What is entitycontainer? : Entity framework
How can I return string result from action in asp.net mvc?