The code college
Thursday, August 13, 2009
What is ContentPresenter?
It is used to present content which can be a text,image ,CLR objects, XML ,etc. It is a part of WPF.
www.codecollege.NET
What are the disadvantages of LINQ over Stored Procedures ?
1.Network traffic: LINQ needs to send the entire query over the network whereas the SP need only to send sproc-name and argument.
2.Control over DB: LINQ has lesser control over DB compared to SPs as they run within the DB.
www.codecollege.NET
What is the Expansion of CSS ?
Cascaded Style sheet.
www.codecollege.NET
‹
›
Home
View web version