Tutorial by Topics: has

Haskell is an advanced purely-functional programming language. Features: Statically typed: Every expression in Haskell has a type which is determined at compile time. Static type checking is the process of verifying the type safety of a program based on analysis of a program's text (source...
A Hash is a dictionary-like collection of unique keys and their values. Also called associative arrays, they are similar to Arrays, but where an Array uses integers as its index, a Hash allows you to use any object type. You retrieve or create a new entry in a Hash by referring to its key. ...
As more secure web services avoid storing passwords in plain text format, languages such as PHP provide various (undecryptable) hash functions to support the more secure industry standard. This topic provides documentation for proper hashing with PHP. string password_hash ( string $password , ...
The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view, and the controller. The ASP.NET MVC framework provides an alternative to the ASP.NET Web Forms pattern for creating Web applications. The ASP.NET MVC framework is a light...
.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...
ASP.NET is a collection of technologies within the .NET Framework that are targeted towards web application development. These technologies consist of: WebForms: A RAD style development platform using web controls. MVC: A Model View Controller development platform. SignalR: A real-time messag...
This section provides an overview of what asp.net-mvc-5 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-5, and link out to the related topics. Since the Documentation for asp.net-mvc-5 is new, you may need to create initial versions of t...
This section provides an overview of what asp.net-web-api is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api, and link out to the related topics. Since the Documentation for asp.net-web-api is new, you may need to create initial version...
Active Server Pages (ASP), also known as Classic ASP or ASP Classic, was Microsoft's first server-side script-engine for dynamically-generated web pages. The introduction of ASP.NET led to use of the term Classic ASP for the original technology. The default server-side scripting language for ASP ...
Assembly is a general name used for many human-readable forms of machine code. It naturally differs a lot between different CPUs (Central Processing Unit), but also on single CPU there may exist several incompatible dialects of Assembly, each compiled by different assembler, into the identical mac...
This section provides an overview of what asp.net-core-mvc is, and why a developer might want to use it. It should also mention any large subjects within asp.net-core-mvc, and link out to the related topics. Since the Documentation for asp.net-core-mvc is new, you may need to create initial vers...
This section provides an overview of what asp.net-mvc-4 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-mvc-4, and link out to the related topics. Since the Documentation for asp.net-mvc-4 is new, you may need to create initial versions of t...
MD5 and SHA1 are insecure and should be avoided. The examples exist for educational purposes and due to the fact that legacy software may still use these algorithms.
This section provides an overview of what asp.net-web-api2 is, and why a developer might want to use it. It should also mention any large subjects within asp.net-web-api2, and link out to the related topics. Since the Documentation for asp.net-web-api2 is new, you may need to create initial vers...
Each implementation of Equals must fulfil the following requirements: Reflexive: An object must equal itself.x.Equals(x) returns true. Symmetric: There is no difference if I compare x to y or y to x - the result is the same. x.Equals(y) returns the same value as y.Equals(x). Transit...
This section provides an overview of what asp.net-identity is, and why a developer might want to use it. It should also mention any large subjects within asp.net-identity, and link out to the related topics. Since the Documentation for asp.net-identity is new, you may need to create initial vers...

Page 1 of 3