Tutorial by Topics: framework

The .NET Framework is a set of libraries and a runtime, originally designed by Microsoft. All .NET programs compile to a bytecode called Microsoft Intermediate Language (MSIL). The MSIL is run by the Common Language Runtime (CLR). Below you can find several examples of "Hello World" in ...
One of MEF's big advantages over other technologies that support the inversion-of-control pattern is that it supports resolving dependencies that are not known at design-time, without needing much (if any) configuration. All examples require a reference to the System.ComponentModel.Composition as...
Entity Framework (EF) is an object-relational mapper (ORM) that enables .NET developers to work with relational data using domain-specific objects. It eliminates the need for most of the data-access code that developers usually need to write. Entity Framework allows you to create a model by writi...
Ionic is a framework for developing mobile applications with HTML, CSS, and JavaScript. Ionic applications run as native applications and have a native "look and feel". Ionic is built on the AngularJS framework and provides a complete solution to design, build, and package mobile applic...
This section provides an overview of what playframework is, and why a developer might want to use it. It should also mention any large subjects within playframework, and link out to the related topics. Since the Documentation for playframework is new, you may need to create initial versions of t...
Zend Framework 2 (ZF2) is a modern and flexible PHP framework that helps web developpers to build web applications of different complexities. The major sponsor of company Zend Framework is Zend Technologies, which makes it very strong and stable. There are two major improvments of this second vers...
Django REST Framework is a toolkit for building Web Apps. It helps the programmer to do REST APIs, but it can handle less mature API levels. For further information on API maturity levels, search for Richardson's Maturity Model. In particular, Django REST Framework does not endorse any particular...
Entity Framework (EF) Core is a lightweight and extensible version of the popular Entity Framework data access technology. EF Core is an object-relational mapper (O/RM) that enables .NET developers to work with a database using .NET objects. It eliminates the need for most of the data-access code...
ParamenterDescriptionactionIt must be an object with at least the type property. Any other property can be passed and will be accessible within the reducer function. If you're not using bundlers like Webpack and Browserify, change the first line to: const { createStore } = Redux; Or just call...
This section provides an overview of what phoenix-framework is, and why a developer might want to use it. It should also mention any large subjects within phoenix-framework, and link out to the related topics. Since the Documentation for phoenix-framework is new, you may need to create initial v...
This section provides an overview of what robotframework is, and why a developer might want to use it. It should also mention any large subjects within robotframework, and link out to the related topics. Since the Documentation for robotframework is new, you may need to create initial versions o...
This section provides an overview of what zend-framework is, and why a developer might want to use it. It should also mention any large subjects within zend-framework, and link out to the related topics. Since the Documentation for zend-framework is new, you may need to create initial versions o...
Useful Links Apple Documentation Stack Overflow Related Q&A WWDC15 Session Video

Page 1 of 3