Tutorial by Topics: at

TRY/CATCH is a language construct specific to MS SQL Server's T-SQL. It allows error handling within T-SQL, similar to that seen in .NET code.
What is Template Haskell? Template Haskell refers to the template meta-programming facilities built into GHC Haskell. The paper describing the original implementation can be found here. What are stages? (Or, what is the stage restriction?) Stages refer to when code is executed. Normally, co...
The SQLite documentation has a reference of all PRAGMA statements.
Note: Don't use Repeater in {N}+Angular-2 applications! The *ngRepeat is obsolete directive in Angular-2. When you need to display repeating item patterns use either ListView or *ngFor structural directive.
Attributes are a specific type of object in the DOM API. In earlier versions of the DOM API, they inherited from the Node type, but this was changed in version 4. In the examples referring to dataset, "modern browsers" specifically excludes versions of Internet Explorer less than 11. Se...
AspNetCoreRateLimit is an open source ASP.NET Core rate limiting solution designed to control the rate of requests that clients can make to a Web API or MVC app based on IP address or client ID.
This is an extension of Python's "Meta: Documentation Guidelines" for Django. These are just proposals, not recommendations. Feel free to edit anything here if you disagree or have something else to mention.
[[details]]: Simple no-argument attribute [[details(arguments)]]: Attribute with arguments __attribute(details): Non-standard GCC/Clang/IBM specific __declspec(details): Non-standard MSVC specific
official documentation: Datatypes In SQLite Version 3
decorator(name, decorator); Decorator is function that allow a service, factory, directive or filter to be modified prior to its usage. Decorator is used to override or modify the behavior of the service. The return value of the decorator function may be the original service, or a new ...
Entities in Entity Framework can have various states that are listed by the System.Data.Entity.EntityState enumeration. These states are: Added Deleted Detached Modified Unchanged Entity Framework works with POCOs. That means that entities are simple classes that have no pr...
This section discusses the data types that SQL Server can use, including their data range, length, and limitations (if any.)

Page 43 of 102