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.
Seiko Epson Corporation, commonly known as Epson, is a Japanese electronics company and one of the world's largest manufacturers of computer printers, and information and imaging related equipment.
0 Questions
Camel case is a language-independent naming convention in which an identifier name will start with a lowercase letter and each additional word within the name will start uppercase, such as customerName, printInvoice, etc.
0 Questions
Back references are regular expression constructs that make use of capturing in regex to perform replacement based on parts of the matched string captured during a match sequence in the regexp pattern.
0 Questions
A PHP function that escapes special characters in a string for use in an SQL statement. This function has been deprecated and should not be used in new code.
0 Questions
PagedList makes it easier for .Net developers to write paging code. It allows you to take any IEnumerable(T) and by specifying the page size and desired page index, select only a subset of that list. PagedList also provides properties that are useful when building UI paging controls.
0 Questions
CSS property that sets the initial position, relative to the background position layer defined by background-origin for each defined background image
0 Questions
Telerik Reporting is a .Net reporting solution for building rich and interactive reports. It provides a Visual Studio-based report designer and report viewing clients that work across all .Net platforms (ASP.Net, Silverlight, WPF, WinForms, and Azure).
0 Questions
MigraDoc Foundation is an open source .NET library that easily creates documents based on an object model with paragraphs, tables, styles, etc. and renders them into PDF or RTF. Use this tag for questions related to MigraDoc using any platform and any programming language.
0 Questions