OmarBadu zidik 25071 Posts user info edit post |
does anyone have any good links/sites for examples/samples of using this framework - particularly the Mobile Client Software Factory July 2006
i know that there aren't a whole lot of VB.net OO guys due to C# but was hoping there might be a few here
specifically the configuration/data access/orientation aware/password authentication application blocks 10/17/2007 12:01:37 AM |
msb2ncsu All American 14033 Posts user info edit post |
I've been doing Compact Framework apps at work the last couple months (though I do C#). Most of the work is pretty simple (GPS based inventory/maintenance apps and some surveying stuff). Honestly, I found the best place to be the Smart Device Development MSDN forums: http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=11&SiteID=1
Also, the PocketPC Developer Network isn't too bad. http://pocketpcdn.com/
Other than that I find tidbits at various places like Channel9, CodeProject, and various blogs from MS employees on the .NET Compact Framework team. 10/17/2007 11:30:30 PM |
OmarBadu zidik 25071 Posts user info edit post |
thanks for the reply - i find the documentation on the mobile software factory to be horrible and can't find shit on google - most examples aren't using teh compact framework from what i can find - much less using the applications blocks from the patterns and practices - maybe they just suck that bad 10/17/2007 11:34:37 PM |
skokiaan All American 26447 Posts user info edit post |
blind leading the blind 10/18/2007 12:58:30 AM |
OmarBadu zidik 25071 Posts user info edit post |
bump 10/22/2007 11:12:01 PM |
qntmfred retired 40726 Posts user info edit post |
did you find anything good? i've been using the wcsf at work and it seems to have decent enough documentation. 10/30/2007 9:47:19 AM |
OmarBadu zidik 25071 Posts user info edit post |
new question
it seems that the application i'm writing is creating duplicate entries in the task list although it should be running as a singleton - anyone have any basic ideas?
i have a base exe file that some forms are coming from and from that i am using reflections to open up some forms in another dll that has been built ]] 1/15/2008 10:02:07 AM |