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.

Getting the .NET Framework directory path

How can I obtain the .NET Framework directory path inside my C# application? The folder that I refer is "C:\…

c# .net frameworks directory
How to ENABLE_BITCODE in Xcode 7?

I'm developing with parse.com and I get this problem upgrading to Xcode 7. Some Parse Frameworks are not fully working. …

ios objective-c xcode parse-platform frameworks
Do I need a framework to build a REST API in PHP?

I am fairly new to PHP (about 8 months). I am building a web app, which is almost ready for beta. …

php api rest frameworks
HTML5 UI Frameworks

I found lots of HTML5 UI frameworks over there, such as: Kendo Wijmo jqWidgets Zebra Sencha SproutCore YUI XUI Shield …

html user-interface web-applications frameworks javascript-framework
Simple explanation of MapReduce?

Related to my CouchDB question. Can anyone explain MapReduce in terms a numbnuts could understand?

frameworks mapreduce glossary
Django vs. Model View Controller

Can somebody explain me where the diferences are between Django and the Model View Controller pattern? Functionally, what can we …

django model-view-controller frameworks
How can I get my database to seed using Entity Framework CodeFirst?

The database is created successfully (as are the tables) but is not seeded. I have spent several hours and read …

entity-framework asp.net-mvc-3 frameworks entity code-first
Include Headers from added frameworks on Xcode

I want to work with some frameworks like glew and cg so i manually added the needed frameworks to my …

xcode macos frameworks glew cg
Slim Framework for beginners

How does anybody learn how to use this system? I can't seem to find any tutorials or books or anything …

frameworks slim
What framework for MVVM should I use?

I am developing an application with the MVVM model, but I have reached a point where I need to choose …

wpf mvvm frameworks