CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jan 2012
    Posts
    2

    Post Complete C# Database Application with One Line of Code

    I learned C# after working with IBM/Lotus Notes and Domino. In that product set, you can create a full database application without writing any programming code at all. The application includes an on-disk database, a GUI front-end that supports create/update/delete of records, and a security infrastructure. The whole development process is point-and-click.

    I wanted to use Visual C# to duplicate the same general type of application and hoped to do so in a “visual” style with the same development simplicity. Examples and tutorials that I found within Microsoft.com and around the web were somewhat helpful, but they all lacked important details, so I wrote my own, presented here.

    The result requires one line of coding – not quite fully visual, but pretty close! The finished program is essentially a “Hello World” application for database operations. It works as-is but is meant to be used as a starting point for larger programs with expanded data fields and fancier front-ends.

    http://www.chc-3.com/pub/simple_c-sh...tabase_app.pdf

    Chuck, http://www.chc-3.com

  2. #2
    Join Date
    Jan 2012
    Posts
    2

    Re: Complete C# Database Application with One Line of Code

    I improved the article. Here is the better version...

    http://www.chc-3.com/pub/complete_c-...tabase_app.pdf

    Chuck

  3. #3
    Join Date
    Dec 2014
    Posts
    1

    Re: Complete C# Database Application with One Line of Code

    Check this one...C# database Programming for beginners

    William

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured