Looking for developers to help in free and opensource project - Visual Basic Support - Netduino Forums
   
Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.
Photo

Looking for developers to help in free and opensource project


  • Please log in to reply
9 replies to this topic

#1 consc198

consc198

    New Member

  • Members
  • Pip
  • 3 posts

Posted 11 December 2011 - 10:29 AM

Hello, I am not sure if this is allowed or not - if this post is against any Rules i apologize in advance and this post can be removed. I am in the process of creating a open-source project to track the Psychological Mood of a person, this application will be used by people visiting psychologists. Target Audience People that are currently in therapy or want to keep track of mood changes. The program is based on CBT. Aim To provide to the end-user the tools for him to be able to monitor his mood. To provide to the therapist additional information for the client through the automatic generation of graphs. I am looking for some volunteers to help me with Coding of the Project. I am doing the coding in Visual Basic 2010 and currently using MS Access 2007 as the Database. I have many plans to make this is a feature-rich application with the aim to help the end-user. The Project is hosted on CodePlex; http://moodtracker.codeplex.com If anyone is interested please feel post here.

#2 consc198

consc198

    New Member

  • Members
  • Pip
  • 3 posts

Posted 17 December 2011 - 10:23 AM

Hello, Over the past week we've been actively discussing about this program with the developers that have volunteered to help. This is just a reminder that if there are any VB.NET Developers that are interested to help out with this program then feel free to either reply here, PM me or apply directly at http://moodtracker.codeplex.com. Thanks in advance!

#3 emg

emg

    Advanced Member

  • Members
  • PipPipPip
  • 129 posts

Posted 17 December 2011 - 02:29 PM


I am looking for some volunteers to help me with Coding of the Project. I am doing the coding in Visual Basic 2010 and currently using MS Access 2007 as the Database.


Sorry, can't spare the time but I would offer a suggestion about your data storage. Do not use MS Access MDB for any new project. Jet has been depreciated by MS (Microsoft.Jet.OLEDB.4.0 in Windows 7 64 bit is not available). If this is an application for general use, you will find W7 64bit to be a common platform you will need to support.

The recommended data store technology for single user desktop databases is Microsoft SQL Server Compact Edition. The new version 4 is available, and with VS2010 SP1 you get tools to create and manage data files and IDE integration. SQLCE is embedded so no extra runtime or database server installs needed, you just add the SQLCE dll's to your installer. I've used it and it works well! See here:

SQL Compact Home Page

SQL Compact Blog

Good Luck!
Mike

#4 consc198

consc198

    New Member

  • Members
  • Pip
  • 3 posts

Posted 20 December 2011 - 02:32 PM

Sorry, can't spare the time but I would offer a suggestion about your data storage. Do not use MS Access MDB for any new project. Jet has been depreciated by MS (Microsoft.Jet.OLEDB.4.0 in Windows 7 64 bit is not available). If this is an application for general use, you will find W7 64bit to be a common platform you will need to support.

The recommended data store technology for single user desktop databases is Microsoft SQL Server Compact Edition. The new version 4 is available, and with VS2010 SP1 you get tools to create and manage data files and IDE integration. SQLCE is embedded so no extra runtime or database server installs needed, you just add the SQLCE dll's to your installer. I've used it and it works well! See here:

SQL Compact Home Page

SQL Compact Blog

Good Luck!
Mike


We are currently considering the use of this database and we will probably be using this one instead of Access.

#5 ebreyit

ebreyit

    New Member

  • Members
  • Pip
  • 1 posts

Posted 26 February 2012 - 09:02 PM

Hi there, I would definitely support the use of SQL CE as a start as it also scales well to full SQL server and/or make collaboration/syncing with full SQL easier. N-Tier-Application design (google - loads of examples) is something worth getting to grips with as part of the planning stage before moving much further forward. N-Tier design and implementation will make many aspects easier and more flexible as the App develops. It provides clear demarcation and can allow for rapid redevelopment of a whole layer minimising the chances of overlooking something. It would also allow you to build multiple DAL's (Data Access Layers) which could deal with connecting to different Data Stores etc, or redesign PL's (Presentation layers) without worrying about destabilising the underlying code.

#6 Giuliano

Giuliano

    Advanced Member

  • Members
  • PipPipPip
  • 361 posts
  • LocationSimi Valley, CA

Posted 05 June 2012 - 06:17 PM

Hi there,
I would definitely support the use of SQL CE as a start as it also scales well to full SQL server and/or make collaboration/syncing with full SQL easier.

N-Tier-Application design (google - loads of examples) is something worth getting to grips with as part of the planning stage before moving much further forward. N-Tier design and implementation will make many aspects easier and more flexible as the App develops.
It provides clear demarcation and can allow for rapid redevelopment of a whole layer minimising the chances of overlooking something. It would also allow you to build multiple DAL's (Data Access Layers) which could deal with connecting to different Data Stores etc, or redesign PL's (Presentation layers) without worrying about destabilising the underlying code.


Is SQL CE fully supported by the Netduino MF?

#7 emg

emg

    Advanced Member

  • Members
  • PipPipPip
  • 129 posts

Posted 05 June 2012 - 07:17 PM

No, x86/x64 only.

#8 Giuliano

Giuliano

    Advanced Member

  • Members
  • PipPipPip
  • 361 posts
  • LocationSimi Valley, CA

Posted 05 June 2012 - 09:00 PM

No, x86/x64 only.


Thanks EMG, now that makes me curious, do you know of any alike SQL database available for the Netduino MF?

I have used EffiProz for a Silverlight project that is C# native and I used it to store data from a remote SQL server database into the Isolated Storage (A special folder in the C:\ Hard Drive).

Interesting topic.

#9 emg

emg

    Advanced Member

  • Members
  • PipPipPip
  • 129 posts

Posted 06 June 2012 - 12:13 AM

Sorry, I know of none.

#10 Giuliano

Giuliano

    Advanced Member

  • Members
  • PipPipPip
  • 361 posts
  • LocationSimi Valley, CA

Posted 06 June 2012 - 12:36 AM

Thank you




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.