What does a modern, standard Microsoft-based technology stack look like?
Posted
by Sean Owen
on Stack Overflow
See other posts from Stack Overflow
or by Sean Owen
Published on 2010-05-17T15:59:49Z
Indexed on
2010/05/17
16:10 UTC
Read the original article
Hit count: 386
Let's say I asked Microsoft to describe the perfect, modern, Microsoft-based technology stack to power a standard e-commerce web site, which perhaps has a simple 2-tier web/database architecture. What would it be like? Yes, I'm just looking for a list of product / technology names.
For example, in the J2EE world, I might describe a stack that includes:
- J2EE 6 standard
- JavaServer Faces
- Glassfish 3
- MySQL 5.1.x
I'm guessing this stack includes some combination of .NET, SQL Server, ASP.NET, IIS, etc. but I am not familiar with this world. Looking for ideas on the equivalent in Microsoft-land.
© Stack Overflow or respective owner