473,387 Members | 1,619 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

How to implement mvc architecture in asp.net project

hi,

I am aswini.
I am learning dotnet and trying to do a project in asp.net using mvc architecture.
I know how to implement mvc architecture in php.
But here i am not geeting any idea as how to implement mvc in dotnet.
In php there is a separate controller pgm(one pgm in which services change depending on the request we give). so plz any one help me to do my project.

Thank you,
bye
Oct 17 '06 #1
2 4370
bharathreddy
111 100+
Dear aswini,

You can find about Model-View-Controller at :

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpatterns/html/DesMVC.asp
Oct 17 '06 #2
hi,

I am aswini.
I am learning dotnet and trying to do a project in asp.net using mvc architecture.
I know how to implement mvc architecture in php.
But here i am not geeting any idea as how to implement mvc in dotnet.
In php there is a separate controller pgm(one pgm in which services change depending on the request we give). so plz any one help me to do my project.

Thank you,
bye

Dear Ashwini,

I'll assume that you already know about the implementation of model and view parts, and controller is implemented using Custom HTTP handlers [.ashx] which redirects to command class. This command class decides which helper class you should call [however this part can be seperated into a different class "CommandFactory"].
Note: Helper classes are normal class where you decide from which page request came and what type of request it is, and calls appropriate method from business layer.

Hope this helps,
Sep 24 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Jeff Levinson [mcsd] | last post by:
I'm an architect for a very large fortune 100 company and we still struggle with the best balance. However, I use a couple of simple guidelines that have worked very well for me in almost all...
3
by: Michael Crawford | last post by:
Hi, Where would one start for this type of application: I want to create an vb.net container application that has the gives the end user the ability to install and uninstall plugins or add-in...
25
by: David Noble | last post by:
We've been developing a web site using 3-tier architecture for 18 months now. There is a common layer that defines the classes - using XML schemas. The data layer acts as a wrapper to 3 databases...
1
by: Johann Blake | last post by:
I am looking for a good solution on how to implement data access in an application so that there is a clean separation between the data access layer, the business layer and the GUI layer. I am...
3
by: Mark Kamoski | last post by:
Hi-- Please help. How can one implement a simple site search for an ASP.NET site that consists of ASPX and ASCX content pages? I have a small site (of less than 100 content pages). The...
7
by: Samuel | last post by:
Hi, I am looking for some recommendations for client/server technologies and for the communication involved. I am currently planning to port a Perl application that has grown out of...
2
by: ashokingroups | last post by:
Hi, Good morning to all. When I'm attending for interviews, the interviewers are asking this question? What is the project architecture do you follow in your company? Can anyone please tell...
1
by: silpa | last post by:
Hi, I am new(or a learner) to web based projects and N Tier architecture. I want to do a sample project on asp.net 2.0 with c#.net and SQL Server 2005 using N-Tier architecture for...
6
by: NewsGuy | last post by:
Hello I'm concidering better ways to architecture our VB.Net Webservices project. Below is a draft of what I thought would be a decent way to go about it, I was wondering about other peoples...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.