Re: Share a Data Access Layer across .net Compact Framework 2 and .net Framework 2? Anyone done this?



You may have to rethink some of the tools and frameworks that you are using
if they are not providing this functionality and write your own, but it's
definitely do-able. I don't know anything about the tools that you are using
so I can't really comment more than that. We share .NET code between our
server apps and the handheld apps all the time to gain some reuse.

"Jason Harper" <jharpo_revision@xxxxxxxxxxx> wrote in message
news:OhOvC0PIGHA.3100@xxxxxxxxxxxxxxxxxxxxxxx
> Ok, here is the scenario. We have 2 applications that we wish to share a
> Data Access Layer with. One application will run on Windows XP, using the
> .Net framework 2.0, the other will run on the Pocket PC 2003 OS, running
> on
> the .Net Compact Framework 2.0. We want to share the Data Access layer
> between these two applications. We want to also support a disconnected
> model, so using Web Services is not an option. We wish the PocketPC-based
> client to read/write to a local SQL Server Mobile 2005 database, and use
> replication to sync up when/if connected.


.



Relevant Pages

  • Re: Web Application Frameworks in Smalltalk and Common Lisp
    ... > for Dynamic Languages and the Belgian Smalltalk User Group ... > application frameworks based on Smalltalk and Common Lisp. ... web applications suffer the same problems now ... > coupling that is holding web development back. ...
    (comp.lang.lisp)
  • Re: whats the future of Object Oriented Programming
    ... seems to be that a lot of those two-tier applications are constructed ... people its their work to work that way with object, object frameworks ... I dont want to be elitair in the sense that I ...
    (comp.object)
  • Re: [newbie] Which framework for business apps?
    ... information fed from a PHP page that handles the business logic. ... rest of the pages including navigation bars, ... tools that clearly aren't meant for building business applications. ... I can create pages faster than many people can create them with various frameworks. ...
    (comp.lang.php)
  • Re: Help! aspnet_wp not working after patching kb886903/kb886906!
    ... >> Frameworks) via Windows Update, all ASP.NET applications stop working. ... >> password supplied in the processModel section of the config file are ...
    (microsoft.public.dotnet.framework.aspnet)

Loading