Click here to Skip to main content
16,007,443 members
Home / Discussions / C#
   

C#

 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 14:56
Nadia Monalisa24-Feb-11 14:56 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
PIEBALDconsult25-Feb-11 1:47
mvePIEBALDconsult25-Feb-11 1:47 
AnswerRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
N a v a n e e t h24-Feb-11 16:51
N a v a n e e t h24-Feb-11 16:51 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 17:16
Nadia Monalisa24-Feb-11 17:16 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
N a v a n e e t h24-Feb-11 17:22
N a v a n e e t h24-Feb-11 17:22 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 17:58
Nadia Monalisa24-Feb-11 17:58 
AnswerRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
_Maxxx_24-Feb-11 18:04
professional_Maxxx_24-Feb-11 18:04 
GeneralRe: I want to detach the LINQ to SQL / LINQ to Entity Data Context from my presentation layer Pin
Nadia Monalisa24-Feb-11 18:13
Nadia Monalisa24-Feb-11 18:13 
Thank you for your reply. Actually I intended to use a boolean property 'IsDirty' for a dirty row. But, In order to set this 'IsDirty' property, I will need to write code which may not look clean and maintainable. I may need to handle some events of the GridView to set this IsDirty property. It can be more messy if i want to maintain IsDeleted property as well.

But, I thought, INotifyPropertyChanged interface was invented for solving this problem. Am I wrong ? When I see some demo videos about Silverlight / WPF, I see the instructor is implementing INotifyPropertyChanged interface on business objects and tracking is being taken care by the framework.

Moreover, when working with Silverlight, I am forced to use Business Objects instead of direct database access, as Silverlight is a client side tech. So, the framwork is offering solution for Silverlight !

Am I missing anything about it ?
QuestionMSSQL and C# ;( Pin
csrss24-Feb-11 13:11
csrss24-Feb-11 13:11 
AnswerRe: MSSQL and C# ;( Pin
csrss24-Feb-11 14:20
csrss24-Feb-11 14:20 
AnswerRe: MSSQL and C# ;( Pin
Henry Minute24-Feb-11 14:37
Henry Minute24-Feb-11 14:37 
GeneralRe: MSSQL and C# ;( Pin
csrss24-Feb-11 15:45
csrss24-Feb-11 15:45 
QuestionListview sorting by group of items Pin
fady_sayegh24-Feb-11 4:43
fady_sayegh24-Feb-11 4:43 
AnswerRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 5:15
sitebuilderLuc Pattyn24-Feb-11 5:15 
GeneralRe: Listview sorting by group of items Pin
fady_sayegh24-Feb-11 5:29
fady_sayegh24-Feb-11 5:29 
GeneralRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 5:34
sitebuilderLuc Pattyn24-Feb-11 5:34 
JokeRe: Listview sorting by group of items Pin
Richard MacCutchan24-Feb-11 6:03
mveRichard MacCutchan24-Feb-11 6:03 
GeneralRe: Listview sorting by group of items Pin
Luc Pattyn24-Feb-11 6:44
sitebuilderLuc Pattyn24-Feb-11 6:44 
AnswerRe: Listview sorting by group of items Pin
Dalek Dave24-Feb-11 12:51
professionalDalek Dave24-Feb-11 12:51 
AnswerRe: Listview sorting by group of items Pin
RaviRanjanKr25-Feb-11 18:40
professionalRaviRanjanKr25-Feb-11 18:40 
Questionparent/child tables and bindingsources Pin
LordZoster24-Feb-11 4:27
LordZoster24-Feb-11 4:27 
AnswerRe: parent/child tables and bindingsources Pin
PIEBALDconsult24-Feb-11 7:42
mvePIEBALDconsult24-Feb-11 7:42 
GeneralRe: parent/child tables and bindingsources Pin
LordZoster24-Feb-11 20:51
LordZoster24-Feb-11 20:51 
GeneralRe: parent/child tables and bindingsources Pin
PIEBALDconsult25-Feb-11 1:42
mvePIEBALDconsult25-Feb-11 1:42 
QuestionCoverting PowershellScript to C# code... help! Pin
Philip Lane24-Feb-11 0:15
Philip Lane24-Feb-11 0:15 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.