DISQUS

Emad Ibrahim: Startup – ASP.NET MVC, Cloud Scale & Deployment

  • RichardFox · 4 months ago
    I would like to thank Emad Ibrahim for his time and communication about his experience with www.GoGrid.com

    If you would like to test GoGrid's service we can offer you a free trial in the form of a $100 free credit.

    Please feel free to use my promo code GGRF for the $100.00 credit.

    Here is the GGRF Web Page Link, just click on it for the $100:

    http://www.gogrid.com/pricing/index.php?promoco...

    With using this Promo Code GGRF, I am assigned as your account manager, so you receive professional, immediate attention.

    Please contact me with your questions, and comments,

    Best regards,

    Richard Fox
    rfox@gogrid.com
  • ber · 4 months ago
    Is the next step the redundancy of the DB server (maybe a virtual instance only in case of) ?
    Do you have any experience on that part (DB redundancy) on the windows platform ?
  • eibrahim · 4 months ago
    Great question. I don't have a lot of experience with db redundancy but I
    do like the idea of setting up a virtual db server and cluster it with the
    real server. That would be a nice safety measure.
    My understanding is that SQL Server clustering is super easy to setup but
    that's based of Microsoft presentations, marketing materials and demos :)

    I didn't talk about my backup strategy. My database is backed up everyday
    remotely to AWS S3 storage. My source code is also backed up to AWS and is
    also in source control.
  • geochatz · 4 months ago
    Thanks for the article. It is great.
  • Scott · 1 month ago
    Why does yonkly have the meta generation by joomla tag at the top of the page and several php file references? Just wondering where asp.net mvc is being used in your app.
  • eibrahim · 1 month ago
    The website is using joomla but the yonkly application itself is built
    with asp.net mvc.
  • Sergey · 2 weeks ago
    what about distributed caching are you implementing that as well?
  • eibrahim · 2 weeks ago
    Not right now but that is something that I am looking into.