Coming from Powerbuilder

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

    #1

    Coming from Powerbuilder

    I am beginning to learn C#. net after being in Powerbuilder for over 10
    years.
    For those C# gurus who know Powerbuilder I have a couple of questions:

    Does a datawindow relate to a datagrid or is there something better?

    I have heard of something called 'WinForm'. Does that relate?

    Do you have any suggestions to help me transition from PB?
    (I mainly develop windows application using SQLServer backend).

    Thanks.

  • Carlos J. Quintero [.NET MVP]

    #2
    Re: Coming from Powerbuilder

    > Does a datawindow relate to a datagrid or is there something better?

    The datagrid is a very poor version of a PB datawindow.
    [color=blue]
    > I have heard of something called 'WinForm'. Does that relate?[/color]

    WinForm stands for Windows form (as opposed to Web forms), and it is the
    form where you place controls (such as a datagrid)
    [color=blue]
    > Do you have any suggestions to help me transition from PB?[/color]

    Since the PB guys that I know can“t live without the datawindow, you can try
    the Sybase Datawindow for .NET ;-)

    SAP acquired Sybase in 2010 to drive forward the realization of its in-memory computing vision.



    --

    Best regards,

    Carlos J. Quintero

    MZ-Tools: Productivity add-ins for Visual Studio .NET, VB6, VB5 and VBA
    You can code, design and document much faster.
    Free resources for add-in developers:
    MZ-Tools has a single goal: To make your everyday programming life easier. As an add-in to several Integrated Development Environment (IDEs) from Microsoft, MZ-Tools adds new menus and toolbars to them that provide many new productivity features.



    Comment

    • Bruce Johnson [C# MVP]

      #3
      RE: Coming from Powerbuilder

      I don't have any personal experience in PowerBuilder, but two of my partners
      (Barry Gervin and Dave Lloyd) do. They put together presentation describing
      the process a couple of years ago. You can find the slides at
      http://www.objectsharp.com/articles/...NET/slides.ppt. As well, they
      wrote an article on the migration process at
      http://www.objectsharp.com/articles/pump.

      As well, they are normally quite willing to answer any specific questions if
      you want to email them. Their email addresses can be found on their profile
      page at http://www.objectsharp.com/barry and http://www.objectsharp.com/dave.

      --
      Bruce Johnson [C# MVP]
      http://www.objectsharp.com/blogs/bruce


      "LC" wrote:
      [color=blue]
      > I am beginning to learn C#. net after being in Powerbuilder for over 10
      > years.
      > For those C# gurus who know Powerbuilder I have a couple of questions:
      >
      > Does a datawindow relate to a datagrid or is there something better?
      >
      > I have heard of something called 'WinForm'. Does that relate?
      >
      > Do you have any suggestions to help me transition from PB?
      > (I mainly develop windows application using SQLServer backend).
      >
      > Thanks.
      >
      >[/color]

      Comment

      Working...