Tags

The tag can be used for the concept applied to any language. A pointer is a type of data that "points to" another value stored in memory using its address.

481 questions

For questions involving measurement and improvement of code efficiency

479 questions

In the 2.x series of the Python programming language, version 2.7 is last and the latest. Use this tag only if the problem is specific to this version. Also use the [pyt…

477 questions

The "if" statement is a control structure in many programming languages that alters the execution flow depending on a binary condition - also known as Boolean logic. Thi…

467 questions

It is an input element that represents a typed data field, usually as a form control to allow the user to edit or enter data.

466 questions

Hypertext Transfer Protocol (HTTP) is a network protocol, application layer of the OSI model, which is used for content transfer on the World Wide Web.

465 questions

DO NOT USE THIS TAG UNDER ANY CIRCUMSTANCES. If your question refers to the WEB FRAMEWORK used for grids, layout and stylization, use the "twitter-bootstrap" tag or m…

464 questions

ASP.NET Web API is a framework for building HTTP services for clients such as browsers and mobile devices. It is based on Microsoft. NET Framework and ideal choice for R…

455 questions

Use this tag when the question primarily involves logic and/or command structure. Effectively, the for is a loop of repetition used to iterate matrices, vectors, or to a…

446 questions

A Datetime object in many programming languages describes a date and an hour of the day. It can express either an instant in time or a position on a calendar, depending …

440 questions

Github is a Shared Web Hosting Service for projects that use Git versioning control. It is written in Ruby on Rails by the developers of Logical Awesome (Chris Wanstrath…

434 questions

Eloquent is the Laravel ORM. Use this tag for questions specific to the use of Eloquent and its related models

425 questions

The POST method sends the data by placing it in the body of the message. It keeps the URI separate from the data that will be sent and with this we can send any type of …

420 questions

A session refers to all requests a single client makes to a server. The session is user-specific and for each user a new session is created to accompany that user’s enti…

416 questions

Listview is a graphical screen control or widget provided by user interface libraries on most modern operating systems. Use the tag for any language that makes use of th…

415 questions

Windows Presentation Foundation, or WPF, is a subsystem for presenting user interfaces in Windows-based applications. It features a diverse set of controls, layout optio…

413 questions

Dart is a web-based language developed by Google. The goal of the Dart language is to replace Javascript as the main language of browsers. Programs in this language can …

410 questions

A struct or structure is a composite data type consisting of one or more variables grouped under a name.

405 questions

Use this tag in questions relating to the operation of some feature of a programming language (Feature language), such as its type system, supported constructs, etc. Do …

402 questions

Ubuntu is a free operating system, used on desktops and servers, based on Debian GNU/Linux. Remember that http://askubuntu.com is dedicated specifically to Ubuntu issues…

400 questions

Express is a minimum framework for Node.js web applications that provides a set of features for web and mobile applications.

400 questions

This tag is used for security related issues and attacks against the software application.

395 questions

Javaserver Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other types of documents. Launched in…

390 questions

Thread (Thread) is a sequence of programmed instructions that can be managed independently by the OS process scheduler.

388 questions

Server is a centralized computing system that provides services to a computer network.

380 questions

Method of exchanging digital messages from an author to one or more recipients. Use this tag for questions that need to programmatically manipulate email messages and se…

379 questions

Use this tag when the question primarily involves logical sense in the development or processing of an information-based application that, related to each other, imply a…

376 questions

Cakephp is a framework written in PHP whose main objectives are to provide a framework that enables PHP programmers of all levels to develop robust applications quickly,…

376 questions

Activity is a component that provides a graphical interface (UI) to allow the user to interact with the application. Use this tag for questions related to the functional…

373 questions

Scripts are "scripts" followed by computer systems and bring information that is processed and transformed into actions performed by a main program. Sounds complicated, …

372 questions

It is a set of ADO . NET technologies that supports data-driven application development.

371 questions

With ASP.NET Razor we have the possibility to insert the application logic directly into the project view layer, for example, it is possible to insert the Razor syntax a…

370 questions

Mathematics is the science of logical and abstract reasoning that studies quantities, structure, measurements, spaces and variations. Any math questions on this site sho…

369 questions

Web Forms is a part of the ASP.Net web application framework. It is one of the different programming templates you can use to create ASP.Net web applications. Web Forms …

369 questions

An object is any entity that can be manipulated by commands in the programming language. An object can be a value, a variable, a function, or a complex data structure. I…

360 questions

Validation is used to verify data and ensure it meets certain specifications.

357 questions