Note that there are some explanatory texts on larger screens.

plurals
  1. USuser859400
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COWell it's not that I hate to program it is just that I want write a program that uses the dynamic data and the web forms login, but I don't want to (and can't / do not know how to) make them since they both already exist by themselves. Really what I need to know is how to combine them. It seems that it is not so simple given that http://blogs.msdn.com/b/webdev/archive/2013/02/18/pre-release-of-asp-net-scaffolding-with-a-web-forms-scaffold-generator.aspx (but that is not for Express, and I only saw it yesterday).
      singulars
    2. CO@Eugene, thanks. It is good to discuss a problem and try to explain it to somebody and then they say a few keywords which triggers a better line of thought, otherwise one can get stuck in the same bad line of reasoning - a bit like playing chess.
      singulars
    3. CO@Eugene I want to be able to have interfaces with the same name but with different access levels. I can't put them into the same namespace because they have the same name. Just for hypothetical example, say I want to make IFile to do custom file i/o stuff. I want to be able to pass into some functions a version which is read only and into others a version which is write enabled. So I write: writeProtected.IFile and writeEnabled.IFile to distinguish but implement in the same class. Otherwise I have to say: IWriteEnabledFile and IWriteProtectedFile which is not as clean.
      singulars
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload