Edit Content
NET-Framework

The Microsoft .NET Framework is a software framework for Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a key Microsoft offering, and is intended to be used by most new applications created for the Windows platform.

Edit Content
php

PHP (Hypertext Preprocessor) is a popular opensource scripting language used to create dynamic webpages. It is a serverside language, which means that the scripts are executed on the server before being sent to the users web browser. PHP is used to create databasedriven websites and is used by many popular content management systems, such as WordPress, Drupal, and Joomla.

Edit Content
Code Igniter

CodeIgniter is an opensource web application framework for developing dynamic web sites with PHP. It is based on the MVC (ModelViewController) architectural pattern. CodeIgniter provides a simple and elegant toolkit for creating fullfeatured web applications. It is designed to be lightweight, with a small footprint, and high performance. The framework has a very small footprint, requires nearly zero configuration, and is easy to set up and use. CodeIgniter also has a simple and intuitive interface, which makes it easy to learn and use.

Edit Content
Laravel

Laravel is an opensource PHP web framework used to develop web applications. It is an MVC (ModelViewController) framework that is used to create web applications. Laravel provides a set of tools and resources to help developers build modern, featurerich web applications faster and more efficiently. It is designed to make the development process simple and efficient by providing a set of features such as routing, authentication, and caching.

Edit Content
Python

Python is an interpreted, highlevel, generalpurpose programming language. It was created by Guido van Rossum in 1991. Python is dynamically typed and garbagecollected and supports multiple programming paradigms including objectoriented, imperative, functional and procedural. It is often used as a scripting language, for web development, for data science and artificial intelligence, and in many other applications.