How can i use synchronization framework with entity framework 4 and web MVC application
-
2012年3月27日 9:01
Hi
How can i use synchronization framework with entity framework 4 and web MVC application
Is there any sample
lakmal
すべての返信
-
2012年3月27日 12:52モデレータit would be better if you indicate what is it exactly that you wanted to achieve...
-
2012年3月27日 18:11
I want work my web application offline and online environmen. when onineiwant upload offline db data to online databse
-
2012年3月28日 5:01モデレータ
have a look a the documentation, there is nothing special to configure in ASP.NET MVC for Sync Framework to work.
see: http://msdn.microsoft.com/en-us/library/bb902853(v=sql.110).aspx
-
2012年3月29日 5:15
Can i use sql .mdf file with synchronize framework, Because entity framework dont support to .sdf file
-
2012年3月29日 6:01モデレータMDF is a SQL Server/Express file. the Sync Framework SqlSyncProvider should work with it.