tagged [standards]
Pascal casing or Camel Casing for C# code?
Pascal casing or Camel Casing for C# code? I've been arguing with my coworkers about Pascal casing (upper camel case) vs. lower [CamelCasing](http://en.wikipedia.org/wiki/CamelCase). They are used to ...
- Modified
- 3 Feb at 21:13
Are there any suggestions for developing a C# coding standards / best practices document?
Are there any suggestions for developing a C# coding standards / best practices document? I'm a recent AI graduate (circa 2 years) working for a modest operation. It has fallen to me (primarily as I'm...
Use CSS to automatically add 'required field' asterisk to form inputs
Use CSS to automatically add 'required field' asterisk to form inputs What is a good way to overcome the unfortunate fact that this code will not work as desired: In a perfect world, all required `inp...
- Modified
- 25 Jun at 21:33
How is the default submit button on an HTML form determined?
How is the default submit button on an HTML form determined? If a form is submitted but not by any specific button, such as - - `HTMLFormElement.submit()` how is a browser supposed to determine which ...
- Modified
- 21 May at 09:57
Is there a query language for JSON?
Is there a query language for JSON? Is there a (roughly) SQL or XQuery-like language for querying JSON? I'm thinking of very small datasets that map nicely to JSON where it would be nice to easily ans...
- Modified
- 16 Sep at 12:23
Questions on Juval Lowy's IDesign C# Coding Standard
Questions on Juval Lowy's IDesign C# Coding Standard We are trying to use the [IDesign C# Coding standard](http://idesign.net/idesign/download/IDesign%20CSharp%20Coding%20Standard.zip). Unfortunately,...
- Modified
- 24 Nov at 14:43