0

I was looking in the Internet if there is any article about trends in ASP.NET. There are many such articles and each one gives their own suggestions.
Could you point some technologies that are commonly used building ASP website?

I'm interested in trends in:

  1. standard websites
  2. client-server apps using client basing on ASP (maybe bad idea?)

I want to find out about the technologies, useful libraries, etc.

Please, don't hate this thread, as far as I noticed (in posts/comments in the whole Web), many people that want to start learning e.g. ASP with most known and the best technologies (for this time) on their own have problems with finding clearly answer.

Specialists could share their experiences and tell something about technologies used in their companies/projects. Maybe, please, describe the kind of your app and used technologies. Thanks

Nickon
  • 9,652
  • 12
  • 64
  • 119
  • 1
    It depends on the project requirement and end user. – Murali Murugesan Apr 01 '14 at 11:01
  • Hey Nickon. Please adapt your question so it can be answered with a definite answer. That way you can prevent it being closed as stated in point 2 here: http://stackoverflow.com/help/dont-ask – Boris Callens Apr 01 '14 at 11:03
  • @MuraliMurugesan Yeah, I know - but as I said I wanted to know your kind of app and used technologies – Nickon Apr 01 '14 at 11:30
  • 1
    @Nickon, we use Asp.Net MVC 5, SignalR, KnockoutJS, Bootstrap UI, etc. We are supporting real time updates(SignalR), Responsive Web, SEO,IE 8+ only etc. Hence we are chosen this – Murali Murugesan Apr 01 '14 at 11:41

1 Answers1

2

If you read .NET Technology Guide for Business Applications by Microsoft press, you will have a better idea what options there are (mostly Microsoft stack). It all depends on your requirements, so you might want to think about them first.

For me personally, in a lot of cases I end up with ASP.NET MVC 5 (with bootstrap 3 for responsive design), web API 2 for the backend services, and deploy them to Azure.

L-Four
  • 13,345
  • 9
  • 65
  • 109