C# with VB.Net

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • E G

    C# with VB.Net

    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

    *** Sent via Developersdex http://www.developersdex.com ***
  • Marina Levit [MVP]

    #2
    Re: C# with VB.Net

    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.

    "E G" <eagibbs@firsta m.comwrote in message
    news:eJvRqOn1GH A.4388@TK2MSFTN GP03.phx.gbl...
    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
    >
    *** Sent via Developersdex http://www.developersdex.com ***

    Comment

    • David Anton

      #3
      RE: C# with VB.Net

      The quality of commercial VB to C# converters is high enough to make
      conversion an option (see ours in my sig).
      --
      David Anton
      Source code converters: Convert between C#, C++, Java, and VB with the most accurate and reliable source code converters

      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#


      "E G" wrote:
      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
      >
      *** Sent via Developersdex http://www.developersdex.com ***
      >

      Comment

      Working...