Answer Posted / prashant
An Assembly is unit of deployment like EXE or a DLL.its a collection of many classes. namespace is nothing but an assembly.it can not execute directly .it can be call to some other container like vb,c#,asp etc.it provides reusability of code in our application designing.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is MVVM design pattern?
What are Validation Annotations?
What is the difference between viewbag and viewdata in mvc?
What is meant by bootstrap in mvc5?
What is the "helperpage.isajax" property?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.
what is code first approach?
Which are the important namespaces used in ASP.Net MVC?
Is .net framework backwards compatible?
What are the main features of asp.net mvc 4 used by asp.net web api?
How route table is created in ASP.NET MVC?
What is code first? : Entity framework
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
What is the difference between model and entity?
What is controllercontext?