Top "Specifications" questions

A specification (also commonly referred to as "spec") is a description of a defined technology and the resources it offers.

How to encode the filename parameter of Content-Disposition header in HTTP?

Web applications that want to force a resource to be downloaded rather than directly rendered in a Web browser issue …

browser http-headers specifications
What does the @ symbol before a variable name mean in C#?

Possible Duplicate: What's the use/meaning of the @ character in variable names in C#? I understand that the @ symbol can …

c# variables naming specifications reserved-words
Java's L number (long) specification

It appears that when you type in a number in Java, the compiler automatically reads it as an integer, which …

java numbers long-integer short specifications
What's valid and what's not in a URI query?

Background (question further down) I've been Googling this back and forth reading RFCs and SO questions trying to crack this, …

url query-string uri specifications
Templates of Technical and Functional Specs

So basically I am looking for good templates for writing both technical and functional specs on a project or work …

project-management specifications specs
Do the JSON keys have to be surrounded by quotes?

Example: Is the following code valid against the JSON Spec? { precision: "zip" } Or should I always use the following syntax? (…

json specifications standards-compliance json5
Spring Data JPA. How to get only a list of IDs from findAll() method

I have a very complicated model. Entity has a lot relationship and so on. I try to use Spring Data …

spring spring-data-jpa specifications criteria-api
Java: extending a class and implementing an interface that have the same method

Probably the following cannot be done (I am getting a compilation error: "The inherited method A.doSomthing(int) cannot hide …

java syntax specifications
Why is form enctype=multipart/form-data required when uploading a file?

Why is <form enctype=multipart/form-data> required when uploading a file to a web-server?

html http file-upload specifications rfc
MP4 File Format Specification

I am writing some code to parse MP4 files ... Is there a free source to get documentation on the MP4 …

format mp4 specifications iso