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.
Microsoft Test Manager provides the functionality for planning, creating, and running test cases.
0 Questions
An abstract class associated with an Activity or Fragment for managing one or more Loader instances. This helps an application manage longer-running operations in conjunction with the Activity or Fragment lifecycle; the most common use of this is with a CursorLoader, however applications are free to write their own loaders for loading other types of data.
0 Questions
LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
0 Questions
The mediator pattern defines an object that encapsulates how a set of objects interact. It is one of the Gang of Four's behavioral design patterns.
0 Questions
DbContext.SaveChanges method in an Entity Framework method that saves all changes made in a context to the underlying database.
0 Questions
Pertains to squares or squaring. Use this tag for questions relating to quadratic equations, quadratic regression, and similar concepts in the context of programming as defined in the Help Center. It may also be used for questions regarding quadratic probing and quadratic time complexity.
0 Questions
Windows Update (WU), a service offered by Microsoft, provides updates for the Microsoft Windows operating system and its installed components, including Internet Explorer. This tag should be used exclusively for programming questions, not general issues with Windows updates or the Windows operating system; these questions should be directed to Super User instead.
0 Questions
RDFLib is a Python library for working with RDF. It supports parsers and serializers for different syntaxes (RDF/XML, N3, N-Triples, Turtle, TriX and RDFa) as well of remote and local SPARQL queries. Please do not use this tag for rdflib.js.
0 Questions
a function in PHP which provides means for custom collections sorting by using an user-defined comparison function to determine the order of elements
0 Questions