Software tools in VB.NET using CSharp

  • Thread starter Thread starter R.H.
  • Start date Start date
R

R.H.

I was wondering if anyone knows or could possibly point me to a web site
that develops software tools for vb.net that are written in csharp. I
have been all over the web trying to find such a thing, but have not
been very successful. I need to write a research paper for a college
course on such tools, but I can't even find such a thing though maybe I
am not just looking in the right place or phrasing my search parameters
correctly. In any case, I would really appreciate some help if someone
would not mind. Unfortunately, my instructor is not much help at all.

Thanks,

Roger
 
R.H. said:
I was wondering if anyone knows or could possibly point me to a web site
that develops software tools for vb.net that are written in csharp. I
have been all over the web trying to find such a thing, but have not
been very successful. I need to write a research paper for a college
course on such tools, but I can't even find such a thing though maybe I
am not just looking in the right place or phrasing my search parameters
correctly. In any case, I would really appreciate some help if someone
would not mind. Unfortunately, my instructor is not much help at all.

Thanks,

Roger

Have you looked at #develop ?
 
Elementary said:
R.H. wrote:




Have you looked at #develop ?
Thanks a lot. It looks very interesting though I am not sure if it is
exactly what I need, but it is better than what I was able to come up
with before.

Roger
 
The majority of component makers were using C++ before the move to .Net, so
when they started making components for .Net, they are very likely to have
switched to C#. The components themselves are sold to vb.net developers as
well as c# developers, because of the consistency of the platform.

So, if I were you, I'd scan through the components catalog at
www.programmersparadise.com and visit the companies web sites. You can
often find out what language the components are written in with a little
careful reading. You can also send them e-mail and ask, or call during
business hours. I'm sure you will find some folks who make components for
vb.net that are written in C#.

Visual Studio.Net itself, which is the development environment used by
vb.net developers, is written in C#.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Nick said:
The majority of component makers were using C++ before the move to .Net, so
when they started making components for .Net, they are very likely to have
switched to C#. The components themselves are sold to vb.net developers as
well as c# developers, because of the consistency of the platform.

So, if I were you, I'd scan through the components catalog at
www.programmersparadise.com and visit the companies web sites. You can
often find out what language the components are written in with a little
careful reading. You can also send them e-mail and ask, or call during
business hours. I'm sure you will find some folks who make components for
vb.net that are written in C#.

Visual Studio.Net itself, which is the development environment used by
vb.net developers, is written in C#.
Thanks for the info.

Roger
 
Back
Top