C# with VB.Net

  • Thread starter Thread starter E G
  • Start date Start date
E

E G

I'm new to C# but I have experience in VB.Net. I have a db with tables
and stored procedures. I already built the DAL in VB.NET. Can I use this
with a C# application? Do you know of any really good examples of
accessing data using C# and stored procedures? (Insert, Update, Delete,
Select, parameters and no parameters)

Thanks in advance.

Ed
 
You can use a DLL the source for which was written in any .NET language in
any other .NET project.

Learning C# shouldn't be very difficult. It is just about learning the
syntax - which is not hard. As long as you know the framework, the switch
should be simple - the real difficulty in terms of having to learn lot's of
things is in the framework. So as long as you know that, the switch should
be pretty straight forward.
 
The quality of commercial VB to C# converters is high enough to make
conversion an option (see ours in my sig).
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C#/VB to C++ converter
C# Code Metrics: Quick metrics for C#
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top