Search results

  1. F

    Problem using MYSQL with ASP.NET

    I think you have to include mysql.data.dll in Bin directory. I try to use the same library but I have a different error: mono can't see my .cs class (that is the connection class to database of my site ) so I don't know if putting the dll in Bin you resolve your problem.
  2. F

    what the best web language?

    I would vote for ASP.NET: is easier and faster for developing than other languages, it can be precompiled, object oriented, has a self and easy AJAX implementation (without user javascript code). I don't like script languages, like ASP and PHP, because the code is "dirty" between HTML and...
  3. F

    DirectX, OpenGL or SDL?

    Hi everybody For my little experience and knowledge, I suggest you the DX environment: it's powerful and easy-to-use (VisualStudio IDE is the best IDE I ever seen for games, web and progs) but you can develop only for Windows and Xbox 360. It seems a big limit but the biggest part of games are...
Top