Tutorial by Topics: d

Libraries Used in Examples System.Threading.Tasks.Dataflow System.Threading.Tasks System.Net.Http System.Net Difference between Post and SendAsync To add items to a block you can either use Post or SendAsync. Post will try to add the item synchronously and return a bool saying whether i...
In Go, unexpected situations are handled using errors, not exceptions. This approach is more similar to that of C, using errno, than to that of Java or other object-oriented languages, with their try/catch blocks. However, an error is not an integer but an interface. A function that may fail typica...
The Spring Framework is an open source application framework and inversion of control container for the Java platform. VersionRelease Date4.3.x2016-06-104.2.x2015-07-314.1.x2014-09-144.0.x2013-12-123.2.x2012-12-133.1.x2011-12-133.0.x2009-12-172.5.x2007-12-252.0.x2006-10-041.2.x2005-05-131.1.x2...
TODO: Short description of Chrome Extensions Official documentation What are extensions? (documentation hub) Getting Started tutorial (basic tutorial) Overview JavaScript APIs (comprehensive list of chrome.* APIs) Further reading TODO: Populate with links to important overview t...
Yii is a generic Web programming framework, meaning that it can be used for developing all kinds of Web applications using PHP. Because of its component-based architecture and sophisticated caching support, it is especially suitable for developing large-scale applications such as portals, forums, ...
This section provides an overview of how to install and configure Angular2+ for use in various environments and IDE's using tools like the community developed angular-cli. The previous version of Angular is AngularJS or also named Angular 1. See here the documentation. VersionRelease Date4.3....
Flask is a Python web application micro-framework built on top of the Werkzeug WSGI library. Flask may be "micro", but it’s ready for production use on a variety of needs. The "micro" in micro-framework means Flask aims to keep the core simple but extensible. Flask won’t mak...
Laravel StackOverflow Slack Community Coming soon Featured Tutorial Getting Started With Laravel Contribution Guidelines Coming soon Contribution Style Guide Coming soon About Laravel Created by Taylor Otwell as a free open-source PHP web framework, Laravel is meant to ease and ...
Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with “relational” or “labeled” data both easy and intuitive. It aims to be the fundamental high-level building block for doing practical, real world data analysis in Python. The official P...
React is a declarative, component-based JavaScript library used for creating user interfaces. To achieve MVC framework like functionalities in React, developers use it in conjunction with a Flux flavour of choice, e.g. Redux. VersionRelease Date0.3.02013-05-290.4.02013-07-170.5.02013-10-160.8...
This section provides an overview of what amazon-web-services is, and why a developer might want to use it. It should also mention any large subjects within amazon-web-services, and link out to the related topics. Since the Documentation for amazon-web-services is new, you may need to create ini...
This section provides an overview of what knockout.js is, and why a developer might want to use it. It should also mention any large subjects within knockout.js, and link out to the related topics. Since the Documentation for knockout.js is new, you may need to create initial versions of those r...
This section provides an overview of what opencv is, and why a developer might want to use it. It should also mention any large subjects within opencv, and link out to the related topics. Since the Documentation for opencv is new, you may need to create initial versions of those related topics. ...
lm(formula, data, subset, weights, na.action, method = "qr", model = TRUE, x = FALSE, y = FALSE, qr = TRUE, singular.ok = TRUE, contrasts = NULL, offset, ...) ParameterMeaningformulaa formula in Wilkinson-Rogers notation; response ~ ... where ... contains terms corresponding to v...
This section provides an overview of what vba is, and why a developer might want to use it. It should also mention any large subjects within vba, and link out to the related topics. Since the Documentation for vba is new, you may need to create initial versions of those related topics. Versi...
Doctypes - short for 'document type' - help browsers to understand the version of HTML the document is written in for better interpretability. Doctype declarations are not HTML tags and belong at the very top of a document. This topic explains the structure and declaration of various doctypes in HTM...
.NET Core is a general purpose development platform maintained by Microsoft and the .NET community on GitHub. It is cross-platform, supporting Windows, macOS and Linux, and can be used in device, cloud, and embedded/IoT scenarios. The following characteristics best define .NET Core: Flexible d...
Magento is an open-source e-commerce platform written in PHP; a highly customizable e-commerce platform and content management system that can be used to build online stores for selling merchandise. It provides common e-commerce features, such as shopping carts and inventory management, and encou...
OpenGL is an open standard for rendering 2D and 3D graphics leveraging graphics hardware. OpenGL has been implemented across a stunning array of platforms allowing apps targeting OpenGL to be extremely flexible. VersionRelease Date1.11997-03-041.21998-03-161.2.11998-10-141.32001-08-141.42002-0...
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...

Page 14 of 221