Top "Frameworks" questions

A framework is an existing library or set of libraries that provides overarching application structure so that the developer can focus primarily on their application's implementation details instead.

Java Component based vs Request based frameworks

I was recently asked in an interview - In java, how do you compare component based frameworks to request based …

java frameworks struts ejb components
Is there still a difference between a library and an API?

Whenever I ask people about the difference between an API and a library, I get different opinions. Some give this …

api frameworks paradigms
Code First entity framework connection string

I have 3 class projects in my solutions. 1. MVC4 project 2. Domain 3. Tests In the MVC4 project I have added a web.…

asp.net-mvc-3 frameworks entity code-first
Plugin Architecture in Web Apps (Examples or Code Snippets?)

I am trying to learn to develop a web application (preferably NodeJS/MongoDB, although I used PHP and Python before) …

design-patterns web-applications architecture frameworks
Do sealed classes really offer performance Benefits?

I have come across a lot of optimization tips which say that you should mark your classes as sealed to …

.net optimization frameworks performance
How to change MetroFramework style color to all control

I'm using MetroFramework in my desktop application and set all the themes color ad default while making the change in …

c# winforms frameworks microsoft-metro modern-ui
Working with and importing external libraries / frameworks in Java

Firstly this is a very n00b question. But being a junior dev I've never needed to import and work …

java frameworks import jar libraries
how does jquery chaining work?

I am not asking what is the appropriate syntax for chaining, I know it could be something like: $('myDiv').removeClass(…

javascript jquery frameworks
What is the current state of the art in HTML canvas JavaScript libraries and frameworks?

I am currently investigating options for working with the canvas in a new HTML 5 application, and was wondering what is …

javascript frameworks html canvas
dyld: Library not loaded. Reason : no suitable image found

I've looked at a bunch of answers here and none have fixed my issue. I have an Xcode workspace with …

xcode cocoa frameworks dylib codesign