Showing posts with label add. Show all posts
Showing posts with label add. Show all posts

Sunday, May 14, 2017

CRUD in C# Using MS SQL Server and Entity Framework

In this article I would like to share it  again the work of one of my best friend and fellow software engineer Mr. Dave Marcellana From Talisay City, Negros Occidental Philippines. This sample program will show you how to created an CRUD application using Microsoft SQL Server and Entity Framework. He is using Microsoft Visual Studio 2017 in written this application.

 We are thankful that Dave us this work to benefit all of us.  Thanks Dave.




Sample Program Output




Monday, December 8, 2014

Users Address Book in PHP and MySQL Using OOP

Hi there In this article I would like to share with you an application that I wrote using PHP and MySQL using object oriented programming approach. Most of the database applications that I developed through the years in PHP and MySQL is written in structured or procedural format. One of the benefits of object oriented approach in programming particularly in PHP and MySQL is that our application is becomes more easier to maintain, update compared to structured approach. Object oriented programming is design for large scale software development that more developers or programmers involved.

 I called this program Users Address Book it allows the user to add, edit and update information of the person about this address,mobiles numbers and other important information related to the person. It introduces the beginners in object oriented approach on how to create and object and use it effectively in writing a database application in PHP and MySQL.

I hope you will find my work useful and beneficial in your quest to learn object oriented programming in PHP and MySQL. If you have some questions about my works feel free to send me an email at jakerpomperada@yahoo.com and jakerpomperada@gmail.com.

People here in the Philippines who wish to contact me can reach me in my mobile numbers 09173084360 and 09993969756.

Thank you very much and Happy Programming.



Main Page of Our Program


Add of Record Page


After we save the record it will return to main page


Update of Record Page