Home All Groups Group Topic Archive Search About
Author
31 Mar 2005 6:52 AM
FelixLeung
Dear all,

I found developing a NOT web related application is too difficult when usng
VB.NET, also the deployment is not easy, is it I am not supposed to use .NET
framework platform??

Please help..

Thank you

Felix

Author
31 Mar 2005 7:23 AM
lucky
hi there!!!
i think you dont have much exposure to the vb.net. vb.net is the most
easy language to developed any application amongs the other languages
supported by the .net framework. i'm a vb.net developer so that i can
say the u should learn swimming b4 u just into the sea.
Author
31 Mar 2005 11:44 AM
Herfried K. Wagner [MVP]
"lucky" <tushar.n.pa***@gmail.com> schrieb:
> i think you dont have much exposure to the vb.net. vb.net is the most
> easy language to developed any application amongs the other languages
> supported by the .net framework. i'm a vb.net developer so that i can
> say the u should learn swimming b4 u just into the sea.

I agree that this applies to the languages which can be used to develop
applications for the .NET Framework.  However, in some situations using .NET
is overkill, which means that .NET will introduce an unnecessary complexity.

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
31 Mar 2005 7:23 AM
lucky
hi there!!!
i think you dont have much exposure to the vb.net. vb.net is the most
easy language to developed any application amongs the other languages
supported by the .net framework. i'm a vb.net developer so that i can
say the u should learn swimming b4 u jump into the sea.
Author
31 Mar 2005 9:08 AM
Crouchie1998
I agree with the other user. I started using VB from version 3 & VB.NET is
so easy & very powerful indeed. If you want more power then I suggest a
'man's' language and learn C++ though.
Author
31 Mar 2005 9:57 AM
Cor Ligthert
>If you want more power then I suggest a 'man's' language and learn C++
>though.

Crouchie you make me curious what do you mean with that, could C++ not be
used by woman or do you mean something else?

Cor
Author
31 Mar 2005 9:49 AM
Robin Tucker
These kind of messages crop up from time to time and they are I think
somewhat philosophical in nature.  If you already have a grasp of OOP, then
VB.NET is quite easy to get to grips with.  Of course, you still need a
baseline level of knowledge about the APIs in order to be truely productive
with .NET and not start off down the wrong route with your project.

Show quoteHide quote
"FelixLeung" <t*@felixleung.com> wrote in message
news:OzVXq4bNFHA.580@TK2MSFTNGP15.phx.gbl...
> Dear all,
>
> I found developing a NOT web related application is too difficult when
> usng VB.NET, also the deployment is not easy, is it I am not supposed to
> use .NET framework platform??
>
> Please help..
>
> Thank you
>
> Felix
>
Author
31 Mar 2005 9:59 AM
Cor Ligthert
Robin,

> Of course, you still need a  baseline level of knowledge about the APIs in
> order to be truely productive with .NET and not start off down the wrong
> route with your project.
>

You make me as well curious, where is this sentence based on?

Cor
Author
31 Mar 2005 11:46 AM
Herfried K. Wagner [MVP]
Robin,

"Robin Tucker" <idontwanttobespammedanymore@reallyidont.com> schrieb:
> These kind of messages crop up from time to time and they are I think
> somewhat philosophical in nature.  If you already have a grasp of OOP,
> then VB.NET is quite easy to get to grips with.  Of course, you still need
> a baseline level of knowledge about the APIs in order to be truely
> productive with .NET and not start off down the wrong route with your
> project.

Well, even in-depth knowledge of OOP and the FCL won't make /deployment/
easier :-).

--
M S   Herfried K. Wagner
M V P  <URL:http://dotnet.mvps.org/>
V B   <URL:http://classicvb.org/petition/>
Author
31 Mar 2005 9:50 AM
Zanna
"FelixLeung" <t*@felixleung.com> ha scritto nel messaggio
news:OzVXq4bNFHA.580@TK2MSFTNGP15.phx.gbl...


> also the deployment is not easy

but... if it is sufficient a copy of the exe and dll used... :)

There's nothing so easy as the deployment of a .net application.

--
Reporting tool: http://www.neodatatype.net
Author
31 Mar 2005 10:05 AM
Crouchie1998
Cor,

What I meant is that the most powerful language (and the best in my opinion)
to know is C++. It wasn't meant as a sexist statement that I made earlier.
Author
31 Mar 2005 10:31 AM
Cor Ligthert
Crouchie,

> What I meant is that the most powerful language (and the best in my
> opinion)
> to know is C++. It wasn't meant as a sexist statement that I made earlier.
>
I was aware that it was not meant as an sexist statement. :-)

However I would be sure of your answer.

I don't agree with you. The most powerfull language is that language in my
opinion that fits the problem the best. In a lot of cases is C++ than in my
opinion a very very poor program language.

Cor
Author
31 Mar 2005 11:43 AM
Crouchie1998
Cor,

For me, C & C++ are the best things since sliced bread. Nothing anyone will
ever say will change my mind of that.

Admittedly, now I have to concentrate on coding in VB.NET which is
incredibly easy to do sinceMicrosoft have done the hard work to make our
(the coders) lives easier.
Author
31 Mar 2005 11:59 AM
Cor Ligthert
Crouchie,

I was writting I like more spagetti than bread. I write it, however there is
no answer needed. In my country they say that is a ball before the open
goal.

Cor
Author
31 Mar 2005 10:11 AM
Phill. W
"Zanna" <znt.fa***@virgilio.it> wrote in message
news:uJP2e.717078$b5.32421217@news3.tin.it...
> "FelixLeung" <t*@felixleung.com> ha scritto nel messaggio
> news:OzVXq4bNFHA.580@TK2MSFTNGP15.phx.gbl...
>
> > also the deployment is not easy
>
> but... if it is sufficient a copy of the exe and dll used... :)
>
> There's nothing so easy as the deployment of a .net application.

.... provided
(a) all of your users already have the .Net Framework installed,
(b) you abandon any sensible concept of code reuse, because
any "shared" assemblies you might have proliferate all over the
place as local copies snared into each and every application, and
(c) you abandon any idea of sharing data between those so-called
"shared" assemblies (passing data created in one DLL to another)
because the Framework see them as totally discrete and
incompatible types.

Share and Enjoy ...

Regards,
    Phill  W.
Author
31 Mar 2005 11:43 AM
Zanna
"Phill. W" <P.A.Ward@o-p-e-n-.-a-c-.-u-k> ha scritto nel messaggio
news:d2gi1k$j29$1@yarrow.open.ac.uk...


> ... provided
> (a) all of your users already have the .Net Framework installed,

That's obvious.
Is a prerequisite, the same with Java, VB, some Borland C++ programs that
requires VCL, PHP, and so on.
If your app works with SQL server you need... SQL server ;)

> (b) you abandon any sensible concept of code reuse, because
> any "shared" assemblies you might have proliferate all over the
> place as local copies snared into each and every application, and

That's not completely true.
You can share your assemblies in the global cache and ALL programs will see
them.
Surely you don't redistribuite the framework assembly you reference in each
application ;)

> (c) you abandon any idea of sharing data between those so-called
> "shared" assemblies (passing data created in one DLL to another)
> because the Framework see them as totally discrete and
> incompatible types.

Only if you break the versioning release number.

--
Reporting tool: http://www.neodatatype.net
Author
1 Apr 2005 2:50 PM
Phill. W
"Zanna" <znt.fa***@virgilio.it> wrote in message
news:xnR2e.717473$b5.32434854@news3.tin.it...
> "Phill. W" <P.A.Ward@o-p-e-n-.-a-c-.-u-k> ha scritto nel messaggio
> news:d2gi1k$j29$1@yarrow.open.ac.uk...
>
> > ... provided
> > (a) all of your users already have the .Net Framework installed,
>
> That's obvious.  Is a prerequisite ...

True enough, but this particular "prerequisite" runs to 20-odd Mb;
the VB6 equivalent was what?  4 Mb?  Not /everyone/ has a T1
connection to Our Friends in Redmonds' down load site   ;-)
>
> > (b) you abandon any sensible concept of code reuse, because
> > any "shared" assemblies you might have proliferate all over the
> > place as local copies snared into each and every application, and
>
> That's not completely true.
> You can share your assemblies in the global cache and ALL programs
> will see them.

Again true, but the O.P. was, IIRC, referring to XCopy deployment,
just lift, drop and run, which precludes use of the GAC.

> Surely you don't redistribuite the framework assembly you reference
> in each application ;)

Of //course// I do   8-))

> > (c) you abandon any idea of sharing data between those so-called
> > "shared" assemblies (passing data created in one DLL to another)
> > because the Framework see them as totally discrete and
> > incompatible types.
>
> Only if you break the versioning release number.

For a GAC-"registered" assembly, I'd agree but, to date, I've never
managed to pass data between "local" DLL's in different applications.

Regards,
    Phill  W.
Author
2 Apr 2005 9:12 AM
Richard Myers
> Again true, but the O.P. was, IIRC, referring to XCopy deployment,
> just lift, drop and run, which precludes use of the GAC.
>

And also precludes *dll hell* which is kinda the whole point. Its horses
for courses and with .Net, you the developer get to decide.

Richard
Author
31 Mar 2005 10:02 AM
Cor Ligthert
Felix,

That can be, however probably most developers in this newsgroup have an
other opinion about by instance Office developing. They want more control on
the results. What for me does not mean that office development is wrong, as
well is it not wrong as somebody makes templates for Word and calls that
developing.

However there are than mostly other goals to reach

Just my thought,

Cor
Author
31 Mar 2005 1:57 PM
Linda
>> I found developing a NOT web related application is too difficult
when usng
>> VB.NET, also the deployment is not easy, is it I am not supposed to
use .NET
>> framework platform??

As compared to what language?

I'll admit, I much prefer C++, but VB.NET is enough of an improvement
over VB6 that it's actually quite usable. What language do you prefer,
and why?
Author
1 Apr 2005 1:21 AM
Dennis
Actually, a whole lot of real business applications are written in COBAL!  I
wasn't aware of this until I ask my son who is studying computer science why
he programmed in Cobal!

Show quoteHide quote
"Linda" wrote:

> >> I found developing a NOT web related application is too difficult
> when usng
> >> VB.NET, also the deployment is not easy, is it I am not supposed to
> use .NET
> >> framework platform??
>
> As compared to what language?
>
> I'll admit, I much prefer C++, but VB.NET is enough of an improvement
> over VB6 that it's actually quite usable. What language do you prefer,
> and why?
>
>
Author
1 Apr 2005 1:32 AM
Crouchie1998
I had to do COBOL many, many, many years ago. You can learn it in a few
days - lol.
Author
2 Apr 2005 12:23 AM
Dennis
You seem to imply that the more complicated a language is the more of a "man"
you are.  FYI, all programming languages are "SIMPLE" including machine
language...it's the applicaiton design and especially the user interface that
really distinguishes the System's analysts from the programmers.

Show quoteHide quote
"Crouchie1998" wrote:

> I had to do COBOL many, many, many years ago. You can learn it in a few
> days - lol.
>
>
>
Author
1 Apr 2005 6:19 AM
Cor Ligthert
Dennis,

Cobol    Common Business Oriented Language

The reason is that especially big companies are slow in changing, where one
of the reasons are unexpected errors.

An other reason is that Cobol is created for streaming processing.  (The
process is to collect data, process that data streaming to a database,
process streaming from the database reports or by instance bills).

What is still a major part of the processes by big companies. Think for that
on Banks, Gas, Electra, Social etc companies.

Cobol fits very well for those processes (a major difference with newer
languages is that it is not event driven). So there is not much reason for
the management to change (a problem can be when a kind of hardware that was
forever used is not anymore deliverable, than we probably see actions driven
by panic.

I hope that this gives an idea

Cor
Author
1 Apr 2005 6:55 AM
Alejandro Lapeyre
Well, back then Basic was not event driven also. I guess there are some
events in Cobol now :-)



Best Regards,
Alejandro Lapeyre

Show quoteHide quote
"Cor Ligthert" <notmyfirstn***@planet.nl> escribió en el mensaje
news:OIguXLoNFHA.1040@TK2MSFTNGP12.phx.gbl...
> Dennis,
>
> Cobol    Common Business Oriented Language
>
> The reason is that especially big companies are slow in changing, where
> one of the reasons are unexpected errors.
>
> An other reason is that Cobol is created for streaming processing.  (The
> process is to collect data, process that data streaming to a database,
> process streaming from the database reports or by instance bills).
>
> What is still a major part of the processes by big companies. Think for
> that on Banks, Gas, Electra, Social etc companies.
>
> Cobol fits very well for those processes (a major difference with newer
> languages is that it is not event driven). So there is not much reason for
> the management to change (a problem can be when a kind of hardware that
> was forever used is not anymore deliverable, than we probably see actions
> driven by panic.
>
> I hope that this gives an idea
>
> Cor
>
Author
1 Apr 2005 8:09 AM
Cor Ligthert
Alejandro,

> Well, back then Basic was not event driven also. I guess there are some
> events in Cobol now :-)
>

I had first in my message (the original) however skipped that.

Because I think (don't know)  that those newer ones are not which are used
for the processes I am talking about.

:-)

Cor
Author
1 Apr 2005 8:13 AM
Cor Ligthert
>
> I had first in my message (the original) however skipped that.
>
I had that
first..........................................................................
Author
1 Apr 2005 8:32 AM
Alejandro Lapeyre
I couldnt resist to write COBOL. :-)


Best Regards,
Alejandro Lapeyre

Show quoteHide quote
"Cor Ligthert" <notmyfirstn***@planet.nl> escribió en el mensaje
news:etg%23zIpNFHA.3704@TK2MSFTNGP12.phx.gbl...
> Alejandro,
>
>> Well, back then Basic was not event driven also. I guess there are some
>> events in Cobol now :-)
>>
>
> I had first in my message (the original) however skipped that.
>
> Because I think (don't know)  that those newer ones are not which are used
> for the processes I am talking about.
>
> :-)
>
> Cor
>
Author
2 Apr 2005 6:50 PM
bingomanatee
more difficult than.... what?

I'm no lover of Microsoft in general ... but you have to give props to
the homies when they knock one out of the park.

I am developing vertical applications for my employer, a large
scientific insturment company, and blowing them away with how fast I
have been able to produce meaningful results, even though I have never
professionally developed desktop apps in my life.

if you are finding VB.NET too difficult, the problem is probably that
(a) you haven't cracked a good book on the subject [because] (b) you
are not a programmer.

If you are a designer, you might consider flash -- it has simple tools
for developing simple forms and can be made into an executable.