Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8531281
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:26:55+00:00 2026-06-11T09:26:55+00:00

I am working on a web application and later we have plan to develop

  • 0

I am working on a web application and later we have plan to develop and make available its mobile applications as well. I am not a very experienced but just based on my understanding planning to have this architecture:

  1. MVC Web project front end which will directly communicating to WCF
    services.
  2. Server side validations will be done on MVC model using data annotations then data will be passed to WCF layer. Security using Customer membership provider will also be implemented in MVC.
  3. WCF layer will work like a business layer as well. Where required it will be communicating to DAL which is a class library.
  4. DAL using EF will be communicating to SQL Server*

Questions please

  1. is this architecture good ?
  2. is it good to use WCF as business layer and services layer ?
  3. on which layer we should implement which pattens ?
  4. for data validations and security is MVC correct place ?

Thanks

Edit
5. Is it good regarding unit testing ? or for better testign I should do some changes ?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:26:56+00:00Added an answer on June 11, 2026 at 9:26 am

    What you’re describing is a pretty modern and good Microsoft server stack.

    ASP.net MVC is a good for you’re web UI. If you’re going with asp.net MVC you should also look into asp.net webapi (new) for the business layer.

    http://www.asp.net/web-api

    http://weblogs.asp.net/scottgu/archive/2012/02/23/asp-net-web-api-part-1.aspx

    SQL Server and EF are fairly standard. The other option is pure T-SQL if you need ultimate control and are comfortable with straight sql.

    One side benefit you get from separating your web UI (MVC) from your business layer (web-api) is you could separate the roles and scale independently even if initially they happen to reside on the same role/machine. Also, the client side html/javascript code could do ajax style calls to the web-api. For that reason, you would want to “register” (config) the end point of the web-api server. If you scale/move it later, there’s no code changes – you code with a clean separation from day one.

    Mobile devices (if thick apps) could use the web-api directly. Unless the mobile app is a hybrid mobile app using an embedded brower/javascript solution, then its just a small form factor consumer of you MVC web UI.

    For testing, you can self-host web-api in it’s own command line process and mock out the data if that’s feasible. That would allow you validate the web UI without a backend. By having a business layer (exposed by web api) you can also validate the backend & logic (should be the majority of your logic) independent of the UI.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm currently working on web application using VB in ASP.NET. Right now I have
Im working on a Web-Application (MyWebApp). I have a Service-Reference to a WCF-Webservice. The
I am working on a web application (asp.net mvc3) I have a Main div.
I'm working on a web application. I have entities that are supposed to be
I'm working on a web application written on php. I have some objects (represented
I am working on a Ruby on Rails 3 web application and am not
We have multiple developers working on a single Web Application/Project. For that purposes we
I am working on a pyramid web application that uses SQLAlchemy. I have a
I'm working on a Python web application in which I have some small modules
I have a web application at work that is similar to a ticket working

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.