Click here to Skip to main content
15,880,796 members

Comments by i_syed2000 (Top 7 by date)

i_syed2000 13-Oct-17 11:06am View    
Can you explain how that works. It seems to be working for me as well. But I'm little confused how it is working. Is it because the code generation are built into the .net run time itself?
i_syed2000 22-Jun-16 15:30pm View    
Thanks xszaboj. But do you know if these tools are written by Microsoft using C/C++/.NET and Microsoft gave them the same name as NodeJs tools for sake ease?
i_syed2000 27-May-16 12:31pm View    
Its really big DB. I think foreign key constraints gets in the way of high volume transactional applications. But that may be another debate.
i_syed2000 27-May-16 12:02pm View    
Also there is no relationship defined between tables in the Database. Do you think it is possible to map that table structure to the domain model structure using the fluent API?
i_syed2000 27-May-16 10:42am View    
Thanks Dave. I'm sorry if I wasn't clear enough. You have Implemented DB Context correctly. However, I want to mention that table structure is existing. I will not be able to change it. Is it possible make this class hierarchy work with the table structure I have mentioned.