Suggestion on writing code Using Best Practices

Discussion in 'C#' started by Norvegat, Sep 20, 2017.

  1. #1
    My current work is a huge web project like fiverr and I am lookinf for community suggestion on best practices to write code. My thoughts are programming this web site using ASP.Net Razor MVC. Questions I have:

    1. What is good database for this site: SQL Server or MySQL?
    2. what are best practices for writing Quality code: for example i think this code for login user is bad

      if(Session["admin"] == null) { Response.Redirect("Login_admin"); }
    3. I also want suggestion on script language and make a store in my website like magento in php, any idea of similar thing in Asp.Net MVC ?

    Thanks in advance.
     
    Norvegat, Sep 20, 2017 IP
  2. yugolancer

    yugolancer Well-Known Member

    Messages:
    320
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #2
    yugolancer, Jan 29, 2019 IP