Recent content by binarystarr01

  1. B

    Can anyone recommend a good book on ASP.NET MVC that focuses on VB rather than C#?

    I'm keen to learn a new framework but not have to learn a new programming language as well and most books focus on C#.
  2. B

    Can anyone recommend a good book on ASP.NET MVC that focuses on VB rather than C#?

    I'm keen to learn a new framework but not have to learn a new programming language as well and most books focus on C#.
  3. B

    How can I add a c# code to HTML?

    c# can only be used server side with something like ASP or ASP.NET so strictly speaking you're not adding it to an HTML page. Having said that, ASP is added inside script blocks within the html itself eg: <html> <head><title></title></head> <body> <% 'you can add your code here %> </body> </html>
  4. B

    How can I add a c# code to HTML?

    c# can only be used server side with something like ASP or ASP.NET so strictly speaking you're not adding it to an HTML page. Having said that, ASP is added inside script blocks within the html itself eg: <html> <head><title></title></head> <body> <% 'you can add your code here %> </body> </html>
  5. B

    How can you have internet connections like when your camping ina cabin?

    As long as you can get a mobile signal you should be able to use a usb key. You can pick them up in a store pre-loaded with a certain download limit (so, kind of like pay as you go) or you can get them on a contract with any mobile provider. You might also be able to twin your mobile with your...
Back
Top