in .net, what programming model would be good for prototyping, but then reusable for production (for

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-15T12:03:21Z Indexed on 2010/05/15 12:44 UTC
Read the original article Hit count: 191

Filed under:
|
|
|
|

Hi,

In .NET land what would be a good approach for quick prototyping of a concept (i.e. development just on my PC) that could then be extended out to product (users across LAN/WAN), BUT in a fashion that the model/business logic code and data access layer code can be used as is?

One thought for example I had as to do: (a) WinForms with business logic and Entity Framework layer to SQL Server Express on my PC, then (b) Go then to ASP.net (using the business logic / data library) with SQL Server/IIS

Any comments? Other suggestions?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#