
Development Frameworks
Development Frameworks are structured entities that allow developers to rapidly build up a software system that includes various functionality needed to run a website. This allows more time for developers to work on the more important parts of application construction without having to worry about setting up the same, but absolutely necessary, features over and over again.
Unleashed Technologies utilizes two different development framworks, one on the ASP.NET/SQL Server platform and the other on the PHP/MySQL platform. Find out more about each framwork below.
.NET-MVC Framework
ASP.NET MVC is an open-source, rapid development framework created by Microsoft for their .NET platform. It represents the biggest shift in Microsoft web development since ASP.NET was released in 2002. This supplements the standard .NET Framework, adding an extensible architecture for developing, maintaining, and deploying custom web applications. Learn More...
Cake PHP Framework
CakePHP is an open source development framework that allows for the extremely fast construction, architecture, and deployment of web applications. It is based around a Model-View-Controller (MVC) methodology that allows developers to work with the database as a model, interact with it via a controller, and display its information through views. Read More...