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.
Hangfire is an open-source framework that helps you to create, process and manage your background jobs in .NET Framework and .NET Core.

0 Questions

SDL Tridion is a Web Content Management software platform that supports both Java and .NET architectures.

0 Questions

Apache Solr includes the ability to set up a cluster of Solr servers that combines fault tolerance and high availability. Called SolrCloud, these capabilities provide distributed indexing and search capabilities.

0 Questions

`protected` is an access specifier in object-oriented languages. When the members of a class are `protected`, there is restricted access to these members for other classes.

0 Questions

Shipping is transportation of goods by sea or some other means. Use this tag for problems in API or program related to shipping.

0 Questions

ZK is an open-source Ajax framework for modern Java web applications.

0 Questions

Plugin Development for IntelliJ-based IDEs

0 Questions

Fetches changes from a remote repository and incorporates them into the current branch of a Git repository.

0 Questions

Ace is a standalone code editor written in JavaScript. The primary goal is to create a web based code editor that matches and extends the features, usability and performance of existing native editors such as TextMate, Vim or Eclipse. It can be easily embedded in any web page and JavaScript application.

0 Questions

RSpec 2 is a version of the Behaviour-Driven Development tool for Ruby programmers. Use this tag only for RSpec 2-specific questions, and tag those questions with [rspec] too.

0 Questions

A static member is a data field that is shared by all instances of a class or structure for the same program. Static member exists even when no objects of the static data member's class exist. A feature of C++, roughly equivalent to Java static fields.

0 Questions