The MP3car.com Store  

Welcome to the MP3Car.com forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   MP3Car.com > Mp3Car Technical > Software & Software Development

Reply
 
Thread Tools Display Modes
Old 03-30-2007, 05:27 PM   #1
Raw Wave
lostreception's CarPC Specs
 
lostreception's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: Chevy Van G20 and '06 Scion Xb
Posts: 1,802
My Photos: (1)
.net or not .net

Ive written most of mystuff in vb6 for simplicity, but .net seems to offer initially a much smarter debugger and a host of other features (mutithreading)
ive gotten a bad taste in my mouth whenver i heard .net in the past, maybe thats because of other apps written on the forum that always seemed to crash and was in part to bad code,
but do you feel .net apps have a place on a car pc or should i try porting to something new or KISS with VB6
__________________
.______
| '_ |__\___
[(o)|___(o)] XB
._________
| I__I I_I|_\__I
[(o)______(o)]b VanPimpin'

LostReceptions Apps D/L Here

GPSGasoline- Rewriting

Draw- SkribblePad for Touchscreens

iGQwerty-iG3.0 Qwerty Keyboard

CarPCNetwork
lostreception is offline   Reply With Quote
Sponsored Links
Old 03-30-2007, 05:38 PM   #2
FreeDrive Creator
CdRsKuLL's CarPC Specs
 
CdRsKuLL's Avatar
 
Join Date: Feb 2004
Location: Manchester
Vehicle: Ferrari 360 (nearly)
Posts: 3,197
My Photos: (5)
Hi m8, having played with vb.net (2005) for a bit.. it aint all that bad.. BUT I still do prefer VB6 to be honest.. Go and grab the VB Express from MS (its free) and have a play, theres quite afew nice things about it, but then afew nasty things.. they are beta testing Framework 3 at the moment.. Once you get over the build crap and get familiar with the IDE things make more sense.. I do think however VB6 will still be about for a few more years and .net will only become the norm when vista is the most popular installed os..
__________________
www.extremeoc.co.uk me building a murcielago kitcar ! - check it out !
www.cellsecurity.co.uk are my new employer ! - yeah I got a job !
CdRsKuLL is offline   Reply With Quote
Old 03-30-2007, 05:44 PM   #3
FLAC
 
SFiorito's Avatar
 
Join Date: May 2004
Vehicle: 2006 Impreza WRX Limited
Posts: 1,151
My Photos: (0)
.net 3.0 is actually final and released, has been since Vista was released. lots of cool stuff in 3.0, but 2.0 is fine too. I'd hate life if I ever had to look at VB6 code again....I prefer C#, but am stuck using VB.NET in the current project I'm on. For personal stuff I only use C#. The tools are much better, but really so is the language and the framework.
SFiorito is offline   Reply With Quote
Old 03-30-2007, 05:51 PM   #4
Variable Bitrate
EricE's CarPC Specs
 
Join Date: Feb 2006
Vehicle: '94 Land Cruiser
Posts: 289
My Photos: (0)
I second the motion for c#. Love the C#.
EricE is offline   Reply With Quote
Old 03-30-2007, 09:49 PM   #5
Super Moderator
xBrady's CarPC Specs
 
xBrady's Avatar
 
Join Date: Apr 2004
Location: USA
Vehicle: 1999/Volvo/S80
Posts: 4,572
My Photos: (1)
I love .NET. I was just offered a job to code in C++ though so it sounds like I might be switching again C++ is great but C# is sooo much easier.
__________________
AMD XP 2600+/512MB RAM/120GB hard drive
Opus 150W/DVD/GPS/7" Lilliput TS/802.11g/Bluetooth
Installed.


-GPSSecure- - GPS Tracking
-AltTabber2.2.2- - Handy touchscreen utility.
xBrady is offline   Reply With Quote
Old 03-30-2007, 11:15 PM   #6
Newbie
 
Join Date: Jan 2007
Posts: 38
My Photos: (0)
I was a hardcore VB6 user before, but I'm now fully converted to C#. You have alot more control with C# and can get things done in ALOT less time.
Aaaron16 is offline   Reply With Quote
Old 03-30-2007, 11:51 PM   #7
FLAC
 
alti's Avatar
 
Join Date: Sep 2004
Location: NY
Vehicle: 2002 Nissan Altima
Posts: 1,749
My Photos: (0)
*cough* c# *cough*

and as a added bonus once you understand c syntax and oop you can switch to any almost any other language with relitive ease.

*nudge* doit!
__________________
My Install

Software:
CFiG v1
iGuidance Plugin for CF

CarShell
Working shell for a CarPC

StopWatch
StopWatch plugin remade for centrafuse RC1
alti is offline   Reply With Quote
Old 04-09-2007, 05:32 PM   #8
FLAC
 
MikeH's Avatar
 
Join Date: Nov 2003
Location: Marietta, GA
Vehicle: 2007 Acura RDX
Posts: 1,109
My Photos: (0)
CarNetix PSUmoni2140 is in .NET 2.0 using C#..... (API coming soon....)
__________________
MikeH
CarNetix
------------
Helpful info at http://www.carnetix.com
C134, M10000, 40GHDD, XM-PCR, CarNetix P2140, FP
MikeH is offline   Reply With Quote
Old 10-11-2007, 11:31 AM   #9
Jaf
Newbie
 
Join Date: Sep 2007
Posts: 26
My Photos: (0)
Have any of you made the following example work?
http://www.mp3car.com/wiki/index.php...er_Application

I have been trying and i can't make it work.
I am working with C# 2005 (WinXP - StreetDeck v1.0.6.3)
Can somebody help me please?

Thanks!
Jaf is offline   Reply With Quote
Old 10-12-2007, 04:16 PM   #10
Maximum Bitrate
galvitron's CarPC Specs
 
galvitron's Avatar
 
Join Date: Mar 2007
Location: Socal
Vehicle: 2006 Evo MR
Posts: 584
My Photos: (0)
.NET is far superior to VB6 in most ways except for the learning curve (always present when using new products). You have all of the .NET classes to work with and the framework is faster than VB runtime. You also have a much slicker IDE.

BTW, any C# code can be converted to VB.NET and vise versa. They all interpret to the same intermediate language. So code in whatever you like, it is just preference.
__________________
2006 Lancer Evolution IX MR In-Dash PC Project - WIP

Planning:
[----------] 100%
Purchasing:
[----------] 100%
Installation/Fab/Assembly (Revised):
[----------] 80%

galvitron is offline   Reply With Quote
Sponsored Links
Old 10-13-2007, 03:57 AM   #11
Fusion Brain Creator
2k1Toaster's CarPC Specs
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Vehicle: 2001 Honda Civic EX Coupe
Posts: 7,041
My Photos: (1)
C# Ftw!
2k1Toaster is offline   Reply With Quote
Old 10-13-2007, 04:05 AM   #12
Maximum Bitrate
galvitron's CarPC Specs
 
galvitron's Avatar
 
Join Date: Mar 2007
Location: Socal
Vehicle: 2006 Evo MR
Posts: 584
My Photos: (0)


Tank cat Ftw!!

...sorry, couldn't help myself...
__________________
2006 Lancer Evolution IX MR In-Dash PC Project - WIP

Planning:
[----------] 100%
Purchasing:
[----------] 100%
Installation/Fab/Assembly (Revised):
[----------] 80%

galvitron is offline   Reply With Quote
Sponsored Links
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
sendMessage from a .Net App ruairi Road Runner 15 09-30-2007 12:32 PM
Can't install phonecontrol. .net framework problem ironic Software & Software Development 2 06-15-2006 11:34 AM
Error installing .Net framework 1.1.4322 proximo WinNT Based 4 05-19-2006 04:07 AM
Using Destinator SDK with .NET BrainCore Map Monkey 2 05-08-2006 04:53 AM


All times are GMT -5. The time now is 02:42 AM.


Sponsored Links
The MP3car.com Store

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Copyright © 1999 - 2008 Mp3Car.com Inc.
Ad Management by RedTyger
Message Board Statistics