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 what is routing?
What is entityset? : Entity framework
Which version of .net framework is installed?
What are the Main Features of .NET platform
Can we have enum in entity framework?
How will you load dynamic assembly? How will create assemblies at run time?
Is CLR is compiler or Interpreter
Difference between .NET & J2EE
How we can add the CSS in ASP.Net MVC?
What is iobjectset? : Entity framework
What is basic authentication in web api?
Can you write a class without specifying namespace? Which namespace does it belong to by default?