Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Tags used in Q&A

.htaccess × 1

For questions about directory-level configuration file used by Apache web servers (.htaccess file).

.net × 10

Use for questions about programming in .NET framework. For .NET Core programming, use [.net-core].

.net » .net-runtime × 1

For questions related to the .NET Runtime or Common Language Runtime (CLR),which manages the execution of .NET programs.

.net » asp.net-core × 20

Use for questions about ASP.NET Core framework. ASP.NET Core is a lean, composable, open-source, and cross-platform ...

.net » asp.net-core » asp.net-core-3.1 × 6

Use for questions that are specifically dealing with particular features of ASP.NET Core 3.1. Consider also including ...

.net » asp.net-core » asp.net-core-6.0 × 1

For questions about programming using ASP.NET Core 6 web application framework, built on top of .NET 6.

.net » asp.net-core » asp.net-core-webapi × 1

For questions dealing with programming Web APIs using ASP.NET Core.

.net » asp.net-core » swashbuckle-aspnetcore × 1

For questions about working with the Swashbuckle.AspNetCore library used to generate API documentation.

.net » linq × 4

Use for questions related to Microsoft's Language Integrated Query that adds data querying capabilities. Based on the ...

.net » linq » linq-to-sql × 1

For questions about LINQ to SQL, a .NET Framework component that provides a run-time infrastructure for managing ...

.net » mediatr × 2

Use for questions about MediatR, a lightweight .NET library that implements mediator pattern in .NET.

.net » wcf × 1

For questions related to the Windows Communication Foundation framework.

.net-5 × 2

For questions about .NET 5, the first successor of both .NET Core and .NET Framework.

.net-5 » asp.net-core-5.0 × 5

For questions about ASP.NET Core 5, built on top of .NET 5.

.net-6 × 1

For questions about Microsoft's .NET application development framework version 6.0+.

.net-core × 9

For questions about developing with .NET Core, an open-source successor of the .NET Framework. If relevant, also add the ...

.net-core » .net-core-cli × 1

For questions related to using the .NET command-line interface (CLI). The .NET Core CLI is a cross-platform toolchain for ...

.net-core » refit × 1

For questions dealing with working with Refit .NET library which abstracts REST API calls and exposes only a C# ...

*nix × 1

For questions about Unix-like operating systems (behaves in a manner similar to that of a UNIX operating system without ...

3d × 5

For questions about 3D computer graphics. 3D graphics use a three-dimensional representation of geometric data stored in ...

accessibility × 5

For questions about making the application more accessible to all persons, including people with disabilities such as ...

active-directory × 1

For questions about programming against Active Directory (AD), a distributed directory service created by Microsoft.

ajax × 4

For questions dealing with AJAX (Asynchronous JavaScript and XML), a technique for creating interactive website user ...

algorithms × 6

For questions related to designing algorithms (clearly defined steps that provide an abstract solution to a problem).

alignment × 3

For questions about the positioning of visual elements in a view.

amazon-sqs × 1

For questions dealing with Amazon Simple Queue Service (Amazon SQS).

android × 26

For questions about Android, Google's mobile operating system.

android » android-10 × 1

For programming questions related to targeting Android version 10 (API level 29, aka Android Q), the 2019's major Android ...

android » android-4.4-kitkat × 0

For questions about Android 4.4 aka KitKat.

android » android-5.0-lollipop × 1

For questions about programming for Android Lollipop version.

android » android-api-levels × 1

For questions about Android API Levels.

android » android-cursor × 2

For questions about the Android programming interface which provides read-write access to the result set returned by a ...

android » android-layout × 2

For questions about working without layouts on the Android platform. A layout defines the visual structure for a user ...

android » android-sdk-manager × 1

For questions about installation, configuring and using Android SDK Manager.

android » android-toolbar × 1

For questions about working with an Android toolbar component.

android » android-vectordrawable × 1

For questions about working with Android's VectorDrawable, a vector graphic defined in an XML file as a set of points, ...

android » monkeyrunner × 1

For questions about Android SDK's tool monkeyrunner which allows writing applications that control an Android device or ...

android » recyclerview × 0

For questions about RecyclerView, an Android widget that offers more options than the ListView and GridView.

android-contacts × 3

For questions about programming with Android's Contacts APIs.

android-studio × 6

For questions about Android Studio IDE by Google used for Android programming.

angular × 19

Use for questions about programming in Angular (aka Angular 2+), the Web framework created by Google. If the question ...

angular » angular-cli × 1

Use for questions about usage of the Angular command-line interface. Angular CLI helps with building, managing, and ...

angular » angular-httpclient × 1

For questions related to using Angular HttpClient class (Angular 4.3+).

angular » angular-material × 1

For questions related to using the Angular Material library, which is an implementation of Material Design in Angular.

angular » angular8 × 1

For questions about specific aspects when programming with Angular version 8.

angular-reactive-forms × 1

For questions about Angular Reactive Forms, a way to work with forms in a reactive way provided by the Angular framework.

angular-services × 2

For questions about Angular services, singleton objects that get instantiated only once during the lifetime of an ...

ansible × 3

For questions related to creating and managing Ansigle configurations. Ansible is an open source IT automation platform ...

ant × 1

For questions about Apache Ant, a declarative, XML-based build tool.

apache × 2

For questions related to programming applications deployed on Apache HTTP Server.

api-design × 2

For questions about designing software APIs a process that includes: consistent exposed methods signatures, return ...

APL × 1

For questions about APL, an interactive array-oriented language (named after A Programming Language).

APL » dyalog × 1

For question about the APL implementation developed and distributed by British company Dyalog Ltd.

applescript × 0

For questions about using AppleScript, a scripting language that has been available in Mac since version 7.

architecture × 10

For questions related to defining and maintaining the high-level structure of a solution.

archiving × 1

For questions about data archiving, the process of moving data that is no longer actively used to a separate storage ...

arithmetic-expressions × 1

For questions about defining or evaluating arithmetic expressions, which are expressions that rely only on addition, ...

arm × 0

For questions related to programming against the ARM (Advanced RISC Machine) family of computers.

array-formula × 0

Use for questions dealing with array-typed operands.

artificial-intelligence × 1

ai

For questions related to using AI models in software applications.

asp.net × 1

Use for questions about programming with ASP.NET, a Microsoft web application development framework.

asp.net » asp.net-mvc × 1

For questions related to the Microsoft MVC framework for Web applications.

asp.net » blazor × 1

Use for questions about Blazor, an ASP.NET feature that allows building interactive applications using C# on the ...

asp.net » blazor » blazor-webassembly × 1

Use for questions specific to client-side hosted Blazor application (as opposed to the served-side hosting model).

async-await × 3

Use for questions related to async and await keywords (or similar) that support an asynchronous programming model.

asynchronous × 1

For questions about asynchronous programming. Asynchronous programming is a way for deferring operations with high ...

atlas-flexible-sync × 1

For questions related to working with Flexible Sync subscription mechanism provided by MongoDB Atlas. Flexible Sync lets ...

atom-editor × 1

For questions about Atom, a text editor created by GitHub that uses Electron platform.

attribute × 1

For questions about dealing with properties of an object, (HTML) element, file etc.

attribute-error × 1

For questions related to the Python `AttributeError` exception. [python] tag should also be used along with this tag.

authentication × 3

For questions about the process of providing or checking the identity of a person or application.

auto-increment × 2

For questions about automatically generating identifiers in a row. An auto-increment is a database constraint that ...

autocomplete × 1

For questions related to the autocompletion UI feature. Autocomplete (word completion), is a feature in which an ...

automapper × 1

For questions about the AutoMapper .NET library, a convention-based object-object mapper and transformer.

automation × 0

For questions about automation, a computer process consisting of tasks that do not require human intervention.

avalonia × 1

For questions about AvaloniaUI or Avalonia GUI framework. Avalonia is multiplatform and relies on XAML to define the GUI.

awk × 1

For questions about AWK, a programming language designed for text processing and typically used as data extraction and ...

aws-sdk-js-v3 × 1

For questions about working with AWS SDK for JavaScript v3

axios × 1

For questions related to using the Axios library. Axios is a promise-based HTTP Client for node.js and the browser.

azure × 1

For programming questions related to the Microsoft Azure, a Platform as a Service and Infrastructure as a Service cloud ...

azure » azure-cognitive-services × 1

For questions related to working with Azure services such as Azure AI Vision, Speech or Language.

azure » azure-webjobs × 1

For questions related to using Azure WebJobs which allows to run services or background tasks in an Azure Web App.

azureservicebus × 1

For questions related to working with Microsoft Azure Service Bus which is a fully managed enterprise message broker with ...

back-end × 1

For software architecture related questions dealing with the back-end, the data processing components of a software ...

backend × 1

For questions involving the data processing components of a system (example: application and storage layers) that are ...

backwards-compatibility × 1

For questions about backward compatibility, the attribute of a software or hardware system that can successfully use ...

base64 × 1

For questions about using Base64 encoding which refers to a set of encoding schemes that represent binary data in an ...

bash × 8

Use for questions about scripts written for the Bash command shell.

benchmarking × 2

For questions about benchmarking of a software application. Benchmarking is the process of comparing two or more systems ...

binding × 3

For questions about linking program entities. Example contexts include dependency injection (link interface to its ...

boolean × 1

For questions about boolean data type that has only two possible values: true or false.

bouncycastle × 1

For questions about Bouncy Castle cryptography API.

bounds × 0

Please do not use this tag because it is too vague.

Bourne × 1

For questions about scripting using Bourne Shell (sh).

bourne-shell × 0

For questions about Bourne Shell, the base for sh, the standard Unix shell.

branching-strategy × 2

For questions about the strategy, a software development team employs when writing, merging and deploying code in the ...