Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.
`smtplib` is a Python module that defines an SMTP client session object. It can be used to send mail to any Internet machine with an SMTP or ESMTP listener daemon.

0 Questions

A table can be joined to itself and this is called a self-join. You can use a self-join to create a result set that joins records in a table with other records in the same table for example to filter a specific subset of records from within a single table without returning duplicate or similar rows.

0 Questions

A file with the 'csproj' file extension is a Visual Studio .NET C# Project file.

0 Questions

Koa is a web framework which aims to be a smaller, more expressive, and more robust foundation for web applications and APIs.

0 Questions

The `auto` keyword was repurposed in C++11 for a deduced type. When used to replace a type name in an initialized variable declaration, the variable is given the same type as the initializer. When used as a return type, the return type is specified as a trailing return type, or deduced from the return-expression.

0 Questions

Microsoft Dynamics AX is one of Microsoft’s Enterprise Resource Planning software products. It is part of the Microsoft Dynamics family. The early versions (from 1.0 to 3.0) were called Axapta, while the later versions (from 3.0 SP6 to AX 2012) are called Dynamics AX.

0 Questions

Sentry is an event logging platform primarily focused on capturing and aggregating exceptions.

0 Questions

Microsoft Dynamics CRM Online is a Customer Relationship Management software package developed by Microsoft Corporation. It was offered under this name between December 2007 and September 2018 (version number 4 until version number 8.1), before it was integrated into the Dynamics 365 product family and marketed as Dynamics 365 for Customer Engagement (for questions regarding this more recent product, please see the related tag).

0 Questions

RESTful, or representational state transfer, is a style of software architecture for distributed hypermedia systems such as the World Wide Web.

0 Questions

A memory stream is a kind of stream that has several methods to access and store data in memory.

0 Questions

part of a URL that makes it more human readable or SEO-friendly, but without necessarily being required by the web server.

0 Questions