Re: VB or VC++?
- From: Duane Arnolder <notme@xxxxxxxxx>
- Date: Fri, 25 Nov 2005 20:11:42 GMT
"iftg" <iftg@xxxxxxxxx> wrote in news:1132910400.953238.24710
@g43g2000cwa.googlegroups.com:
> We are about to launch a project that will involve stroring and
> processing large volumes of data. Algorithms that require significant
> calculation time will have to be run. Data processing time might be
> critical sometimes.
> SQL is supposed to be used.
> Which of the languages VB.net or C++.net would you recommend to use for
> user interface and applications?
>
I would go with C#.net. In addition to that, use SQL Server Stored
Procedures because it's compile code on the server and runs faster.
You may want to look at dual processors and multi threading technology,
which can be done with VB, C# and C++ .Net.
http://www.intel.com/cd/ids/developer/asmo-na/eng/170317.htm?prn=Y
You user interface could be in VB.Net while your Dll(s) are either C# or
C++, which can all be part of the same .NET solution.
Long
http://msdn.microsoft.com/library/default.asp?url=/library/en-
us/dndotnet/html/fastmanagedcode.asp
Short
http://tinyurl.com/hxo2
You may want to demo and look at the code in the Application Block which
has very good examples of writing VB and C# .NET code
Long
http://msdn.microsoft.com/practices/compcat/default.aspx?
pull=/library/en-us/dnpag2/html/config.asp
Short
http://tinyurl.com/97czn
Is this application going to be on a distributed network running on
multiple user workstations?
Duane :)
.
- Follow-Ups:
- Re: VB or VC++?
- From: Richard Heathfield
- Re: VB or VC++?
- References:
- VB or VC++?
- From: iftg
- VB or VC++?
- Prev by Date: Re: How large is a large array?
- Next by Date: Support/Help -- Forum/Tutorials/Tips n' Tricks/Blogs/Other
- Previous by thread: Re: VB or VC++?
- Next by thread: Re: VB or VC++?
- Index(es):
Relevant Pages
|