what are design patterns in .net....?
Answers were Sorted based on User's Feedback
Answer / saqib
set of rules for programmers to write set of instructions
to program. there are few famous in-use practices available
like singleton and design patterns have their own
advantages and disadvantages.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rakesh.b
Creational, Structural and behavioral patterns are the .net
design patters.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the advantage of .net?
How is .net able to support a lot of languages?
Difference between assembly manifest & metadata assembly manifest
Explain what is the difference between a class and an object?
What is managed code execution?
<li id="Accomodation" runat="server" visible="false"><a href="../searchaccommodation.aspx?">Accomm</a></li> i have this code.now on server side i want to compare this id(Accommodation) value and want id i.e.Accommodation.visible=true;
What are channels in .NET Remoting?
Explain the difference between managed and unmanaged code?
Which dll translate xml to sql in internet information server (iis)?
What is concurrency? How will you avoid concurrency when dealing with dataset?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
Why MVC programming model preferred?