PHP is a popular scripting language that is especially suited to web development. The PHP development team announces the availability of PHP 7.4.7, this June. Another thing that happen this June PHP just turn 25 years old.

In 1995, Rasmus Lerdorf starts working on PHP the first incarnation of PHP was created, written in the C programming language, not Perl. It was originally used for tracking visits to Rasmus Lerdorf’s online resume, he named the suite of scripts “Personal Home Page Tools,” more commonly referenced today as “PHP Tools”. So let me say "Happy Birthday PHP!" link to the complete history of PHP, done by Jet Brains, link below.

 

Click here for website that has the complete history of PHP.

 

 

 

Information about Amazon Web Services (AWS) disaster recovery offerings the most storage services, data-transfer methods, and networking options to build solutions that protect your data with unmatched durability and security. Learn more about benefitsof AWS Backup services, link below to a blog.

Click here for the blog

Entity Framework is an open source object-relational mapping framework for ADO.NET. It was a part of .NET Framework, but since Entity Framework version 6, it is now separated from .NET framework. Entity Framework serve as an object-relational mapper, enabling .NET developers to work with a database using .NET objects, and eliminating the need for most of the data-access code they usually programmer need to write.

One of the thing I would like to talk about is Entity Framework Core can access many different databases through it's plug-in libraries, these are called called database providers. Data Provider are used to connect to a database, executing commands, and retrieving results. For example, SQL data provider for SQL, Oracle data provider for Oracle, and you have OLE DB data provider for access & excel.

Entity Framework uses a provider model to allow Entity Framework to be used to access many different databases. There are links below with more information how this is done.

Video from Visual Studio Code's YouTube page, this is part 5 of a 5 part series, on Entity Framework Core. How to start with an existing SQL Server database, create entities/objects for each table and then how to perform basic CRUD operations on the data.

Click here for the video.

Video from Visual Studio Code's YouTube page, this is part 4 of a 5 part series, on Entity Framework Core. How to start with an existing SQL Server database, create entities/objects for each table and then how to perform basic CRUD operations on the data, link below.

Click here for a video.

Video from Visual Studio Code's YouTube page, this is part 3 of a 5 part series, on Entity Framework Core, link below.

Click here for a video

Video from Visual Studio Code's YouTube page, this is part 2 of a 5 part series, on Entity Framework Core, link below.

Click here for a video.

Video from Visual Studio Code's YouTube page, this is part 1 of a 5 part series, on Entity Framework Core, link below.

Click here for the video.

Information on Microsoft Visual Studio Code Live Share.  Live Share can help users to be more productive when working from home. Live Share can share your code, collaborate with other anywhere, anytime, and it does not matter what type of app you are building, what language you program is in, or what OS you’re users are on, with Live Share you can instantly share your project with anyone from the comfort of your own laptop.

Live Share enables you to collaboratively edit and debug with others in real time, regardless what programming languages they’re using or app types you're building.  It allows you to instantly share your project, for debugging sessions, terminal instances, local host web apps, voice calls, and more, link below to a video.

Click here for the video.