Programming Intro – Coding Frameworks Intro

Frameworks are prepackaged libraries of code and routines that you can use to more quickly and easily write your projects. Most coding languages have a number of different Frameworks available, and each Framework is designed around specific use intentions.

Frameworks must be installed and my require specific services from servers that your servers may not offer. It is important to verify that not just your development environment, but also the deployment environment will support the Framework you plan to use.

Be the first to comment

Leave a Reply