Answer Posted / bk
.net is a framework tool which is used to building the
distributed application.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
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 an asynchronous controller in asp.net mvc?
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.
Is mvc 4 supporting windows azure sdk (software development kit) ?
what is lazy loading in entity framework?
Why should we go for entity framework?
What is the .net framework 3.0 (formerly winfx)?
What are Code Blocks in Views?
how do you mark a property as required? For example, for a project, the name is a required field.
What is ado.net data provider? : Entity framework
Describe the gac in the .net framework.
Does .NET Framework support SAX?
What is Attribute Routing in ASP.Net MVC?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
How to use multiple submit buttons in asp.net mvc?