Skip to main content

All Questions

3 votes
1 answer
3k views

Is .NET ASP MVC core suitable for rapid web development?

I currently work for a company who builds web applications for businesses and entrepreneurs, typically 4-6 projects per year. We currently use Laravel/PHP which allows us to build apps relatively ...
Brad's user avatar
  • 435
-2 votes
1 answer
167 views

What changes in .NET software architecture have taken place in the past couple of years? [closed]

I've been away from hands on development work for the past couple of years and focusing more on delivery management. I'm looking to get a couple of new projects ASP.NET MVC apps off the group and I'm ...
AndyM's user avatar
  • 97
1 vote
2 answers
532 views

Should db be mapped directly to the UI or should there be multiple layers of enties/models with mappings to/from each?

I would like to know arguments for/against this concept. Technologies in use from the bottom up: MSSQL 2012 DB (exclusively accessed via sprocs) Entity Framework WCF Web Service ASP.NET Webforms ...
Aaron Palmer's user avatar