Have you designed any components?
Answers were Sorted based on User's Feedback
Answer / nvns
Components are nothing but Functions(which we wrote).
ex:Database components, means the functions which we wrote
in database class file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / yashwanth
Component is nothing but a Class..In .Net you can write code for a class with a user specified name ,in which u can design your own methods and properties for that class.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the advantages of asp.net mvc over asp.net?
What is viewdata?
Explain RenderBody and RenderPage in ASP.Net MVC?
What is difference between shared and public
Is it possible to share a view across multiple controllers?
What is NonActionAttribute ?
what is linq to entities?
What are action filters?
how can you enhance the performance of entity framework?
what is minimum requirement for entity framework applications to run?
What is the difference between .net core and .net framework?
How we can call a javascript function on the change of a dropdown list in mvc?