@{ /****************************************************************************** // Canary Islands Computer Museum Website // ---------------------------------------------------------------------------- // // Filename : Contact.cshtml // Author(s) : Natalia Portillo // // --[ Description ] ---------------------------------------------------------- // // Contact page // // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // ---------------------------------------------------------------------------- // Copyright © 2003-2018 Natalia Portillo *******************************************************************************/ ViewData["Title"] = "Videoconsoles"; }

Here you can consult our database.
In this database you can find technical information as well as videoconsoles history, catalogued by companies, alfabetically and by release date.
@ViewBag.ItemCount videoconsoles actually catalogued in the database.



Search by companies
Q W E R T Y U I O P
A S D F G H J K L
Z X C V B N M
All companies

Alfabetically search
Q W E R T Y U I O P
A S D F G H J K L
Z X C V B N M
All consoles

Search by year
@{ int counter = 0; } @for(int i = ViewBag.MinYear; i <= ViewBag.MaxYear; i++) { { counter++; } @i if(counter % 8 == 0) {
} }