Jump to content

What is a language framework?

Merkey

Hi, I am not new at programming, have been using C# for over 4 years, but till now, I never known what a programming language framework means (like. NET or Ruby on Rails). I havent found any good definition so far...

 

Thanks for any replies

Link to comment
Share on other sites

Link to post
Share on other sites

A framework is a system that implements a set of practices to build upon.

 

There really isn't anything more to it than that.

Link to comment
Share on other sites

Link to post
Share on other sites

It's like an API where it's not part of the language, however it can be used in the programming editor. 

Link to comment
Share on other sites

Link to post
Share on other sites

In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by additional user-written code, thus providing application-specific software. A software framework provides a standard way to build and deploy applications. A software framework is a universal, reusable software environment that provides particular functionality as part of a larger software platform to facilitate development of software applications, products and solutions.

 

https://en.wikipedia.org/wiki/Software_framework

CPU: Intel i7 5820K @ 4.20 GHz | MotherboardMSI X99S SLI PLUS | RAM: Corsair LPX 16GB DDR4 @ 2666MHz | GPU: Sapphire R9 Fury (x2 CrossFire)
Storage: Samsung 950Pro 512GB // OCZ Vector150 240GB // Seagate 1TB | PSU: Seasonic 1050 Snow Silent | Case: NZXT H440 | Cooling: Nepton 240M
FireStrike // Extreme // Ultra // 8K // 16K

 

Link to comment
Share on other sites

Link to post
Share on other sites

Frameworks generally provide higher level APIs for tasks. They reduce the amount of code required to perform an operation.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×