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.
Type to find tags: |
c#× 1375
a multiparadigm, managed, garbage-collected, object-oriented programming language created by Microsoft in conjunction with the .NET platform.
|
javascript× 1042
ECMAScript (commonly referred to as JavaScript) is primarily used for scripting web-pages but also has several embedded forms and stand-alone interpreters / JIT engines. Use this tag for questions reg…
|
java× 954
a popular programming language and runtime environment which allows programs to run unchanged on most platforms.
|
php× 925
a widely-used, general-purpose server side scripting language that is especially suited for web development.
|
python× 811
an interpreted, general-purpose high-level programming language whose design philosophy emphasizes code readability.
|
c++× 715
a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
|
jquery× 626
a JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development.
|
optimization× 590
the act of improving a method or design. In programming, optimization usually takes the form of increasing the speed of an algorithm, or reducing the resources it requires.
|
c× 349
a medium level general purpose compiled language.
|
algorithm× 316
a precise plan (in the format of a sequence of steps) on how to solve a particular problem.
|
best-practice× 302
a method or technique that is generally considered to be superior to other methods in achieving the same result.
|
ruby× 275
a dynamic, open source programming language with a focus on simplicity and productivity.
|
performance× 270
Questions related to improving application performance.
|
refactoring× 261
a disciplined technique for restructuring an existing body of code, altering its internal structure without changing its external behavior.
|
oop× 251
a programming paradigm using "objects": data structures consisting of data fields and methods together with their interactions.
|
design-patterns× 241
a general reusable solution to a commonly occurring problem in software design.
|
.net× 231
a software framework supporting a multi-language paradigm and supporting language interoperability. .NET applications are executed in a virtual machine (CLR) which provides a few important ser…
|
mysql× 205
an open-source, relational database management system.
|
clean-code× 202
a set of conventions and practices used in software, such as naming classes, variables, and files.
|
multithreading× 196
how work performed by a computer can be divided into multiple concurrent streams of execution (generally referred to as threads).
|
html× 191
the standard content markup language of the web. It is an open standard developed and maintained by W3C (World Wide Web Consortium).
|
sql× 172
a language for managing data in relational database management systems. This tag is for general SQL programming questions; it is not for Microsoft SQL Server, nor do…
|
readability× 156
the quality of written code that makes it easy to read and understand.
|
asp.net× 155
a web application framework developed by Microsoft to allow programmers to build dynamic web sites and web applications.
|
ruby-on-rails× 152
an open-source web development framework optimized for programmer happiness and maintaining sustainable productivity. Many things are defined by convention, freeing you from having to…
|
strings× 137
a sequence of zero or more characters. It is commonly used to represent text or a sequence of bytes. Use this tag along with the appropriate programming language being used.
|
design× 136
the act of making particular choices about how best to structure a program, to achieve goals of reliability, maintainability, correctness or ease of use.
|
haskell× 132
a purely functional programming language, featuring static typing, lazy evaluation, and monadic effects. The primary implementation is GHC, a high-performance compiler with a runtime suppor…
|
linq× 129
a Microsoft .NET Framework component that adds native data querying capabilities to .NET languages.
|
data-structures× 129
a way of organizing data in a fashion that allows particular properties of that data to be queried and/or updated efficiently.
|
array× 129
a data structure consisting of a collection of elements (values or variables), each identified by at least one index. All the elements of an array are stored adjacent to each other.
|
css× 116
a language used to control the presentation of HTML and XML documents including colors, layout and fonts.
|
classes× 106
used as template for creating new objects. Class describes the state and behavior that the objects of the class all share.
|
mvc× 106
a design pattern for computer user interfaces that divides an application into three areas of responsibility. It is often applied to websites.
|
loop× 103
a type of control flow structure in programming in which a series of statements may be executed repeatedly until some condition is met.
|
security× 100
used for topics relating to application security and attacks against software.
|