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 questionsFor questions involving measurement and improvement of code efficiency
479 questionsIn 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 questionsThe "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 questionsIt 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 questionsHypertext 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 questionsDO 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 questionsASP.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 questionsUse 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 questionsA 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 questionsGithub 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 questionsEloquent is the Laravel ORM. Use this tag for questions specific to the use of Eloquent and its related models
425 questionsThe 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 questionsA 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 questionsListview 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 questionsWindows 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 questionsDart 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 questionsA struct or structure is a composite data type consisting of one or more variables grouped under a name.
405 questionsUse 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 questionsUbuntu 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 questionsExpress is a minimum framework for Node.js web applications that provides a set of features for web and mobile applications.
400 questionsThis tag is used for security related issues and attacks against the software application.
395 questionsJavaserver 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 questionsThread (Thread) is a sequence of programmed instructions that can be managed independently by the OS process scheduler.
388 questionsServer is a centralized computing system that provides services to a computer network.
380 questionsMethod 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 questionsUse 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 questionsCakephp 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 questionsActivity 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 questionsScripts are "scripts" followed by computer systems and bring information that is processed and transformed into actions performed by a main program. Sounds complicated, …
372 questionsIt is a set of ADO . NET technologies that supports data-driven application development.
371 questionsWith 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 questionsMathematics is the science of logical and abstract reasoning that studies quantities, structure, measurements, spaces and variations. Any math questions on this site sho…
369 questionsWeb 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 questionsAn 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 questionsValidation is used to verify data and ensure it meets certain specifications.
357 questions