Join Now
|
Login
home
login
join now
products and pricing
design pattern framework
design patterns
javascript tutorial
sql + database tutorial
all tutorials
connection strings
visual studio shortcuts
c# coding standards
html color codes
all references
explore
questions
ask question
tags
users
contact us
training courses
schedule
registration
sitemap
about us
training and education for professional developers
login
join now
C#, ASP.NET, WPF, WCF, LINQ, PATTERNS
Home
Questions
Tags
MVC
Tagged with:
MVC
18
records found
date
active
views
answers
votes
How to use WebForm basepage in MVC?
Hi all. In the Design Pattern Framework there is a webform BasePage that inherrits System.Web.UI.Page. How would I use BasePage if I convert from WebForms to MVC? In MVC, the controller inherrits ...
14 days ago
by
Zhang Zhao
85
96.0
Last:
6 days ago
by
Dan McMillan
610
99.9
WebForms
MVC
BasePage
Views
206
Answers
1
Votes
0
Answer
Code
Follow
0
Why should we use MVC vs normal ASP.NET?
Why should we use MVC? Can we do rich GUI controls like we used to in regular ASP.NET applications? Can we use Session, Javascript, Validators, Ajax controls, and others in MVC? Are MVC ...
Feb 23, 2011
by
Rahul Tripathi
73
95.5
Last:
Apr 22, 2011
by
Abdelhadi Bukres
55
93.8
MVC
Views
5.7K
Answers
5
Votes
2
Answer
Code
Follow
0
Programmatically create subdomains on IIS with ASP.NET MVC
So, here are my requirements. I am building a multi-tenant site where companies after they sign up get their own subdomain. Assume that my business is called Email Jobs Inc with domain ...
Apr 18, 2011
by
Ian Barrymore
66
95.1
Last:
Apr 21, 2011
by
Saurin Travadi
50
50
IIS
subdomain
MVC
Views
1.5K
Answers
1
Votes
0
Answer
Code
Follow
0
Need a quick tutorial on MVC vs MVP
I am not quite up to speed yet, so I need a quick overview of MVC vs MVP. We are doing a short WinForms project and need to make a fast decision on which way to go. Does anyone have a suggested reference or ...
Apr 19, 2011
by
Tim Sawyer
76
95.7
Last:
Apr 20, 2011
by
Robert Blixt
1,128
99.9
MVP
MVC
Winforms
Tutorial
Views
1.4K
Answers
1
Votes
0
Answer
Code
Follow
0
How do I implement IEnumerable.GetEnumerator() on the SortedList class in the MVC example?
Hi All, How would I implement the following: IEnumerator<T> IEnumerable<T>.GetEnumerator() { throw new NotImplementedException(); } On the SortedList.cs class? It's used in the ASP.Net MVC sample. ...
Mar 02, 2011
by
Pieter van der Westhuizen
50
50
Design Pattern Framework
MVC
Views
805
Answers
0
Votes
0
Answer
Code
Follow
0
The optimal Design Pattern for my Computer Game
Hi: I am trying to decide which will be the best PHP design patterns for my game. I would like to know what design patterns are you guys using in unity 3D? Also, which design pattern will be the most ...
Jan 10, 2011
by
Simy Ryan
50
50
Last:
Jan 11, 2011
by
Rinat Mergenbaev
50
50
Design Patterns
MVC
Gaming
Views
1.7K
Answers
1
Votes
0
Answer
Code
Follow
0
Is MVC one of the GoF (Gang-of-Four) patterns?
I was wondering whether MVC is one of the GoF patterns. I see familiar patterns like Bridge patterns which seem similar to MVC. So, is MVC a type of Bridge pattern or is it a standalone ...
Sep 26, 2010
by
maor parizat
50
50
Last:
Sep 26, 2010
by
Robert Blixt
1,128
99.9
MVC
Gang of Four
Views
2.8K
Answers
1
Votes
0
Answer
Code
Follow
0
Paging Support using Repository Pattern
I am new to Design Patterns and am working on a project based on the Patterns In Action 4.0 solution. I am trying to implement paging support in an MVC web application and am having an issue. The paging ...
Aug 16, 2010
by
Mario Lopez
50
50
Last:
Aug 31, 2010
by
Mario Lopez
50
50
Repository Pattern
MVC
Pagination
Views
2.9K
Answers
3
Votes
0
Answer
Code
Follow
0
MVC and MVP
Hello, I am learning MVP and MVC design pattern and I have read so many articles but I am not getting the exact idea. Can someone explain this with an one example of each (MVC and ...
Aug 27, 2010
by
Anshuman Saini
50
50
MVC
MVP
Views
1.1K
Answers
0
Votes
0
Answer
Code
Follow
0
MVP and MVC when to use which?
When moving beyond the code-behind kind of coding style you run into two common patterns: MVP and MVC. I kind of have an idea what the differences are, but my question is twofold: 1) What ...
Jun 30, 2010
by
Trey Henlon
72
95.5
Last:
Aug 13, 2010
by
Christian Jacob
555
99.9
MVC
MVP
Beginner
Views
4.3K
Answers
4
Votes
1
Answer
Code
Follow
0
Details about MVC Design Pattern
Could anyone provide me some details on why and when to use for MVC Design ...
Jul 10, 2010
by
Harish S D
250
96.9
Last:
Jul 16, 2010
by
King Wilder
478
99.9
Design Patterns
MVC
Beginner
Views
3.4K
Answers
3
Votes
0
Answer
Code
Follow
0
Did anyone ever switch a UI from something to something else?
Hello, When reading about MVC, MVP, MVVM,... there are mostly two big reasons for using them: Testabilty PortabilityFunny thing is: Most companies I was working in projects of, didn't know how to unit test. ...
Jun 14, 2010
by
Christian Jacob
555
99.9
Last:
Jun 15, 2010
by
King Wilder
478
99.9
Usability
Practical
MVP
MVC
MVVM
Views
1.3K
Answers
1
Votes
2
Answer
Code
Follow
0
Design Patterns help needed: MVC, MVP, MVVM (urgent)
Hello, I have been reading about Design Patterns and its different application models. Sofar, I have come accross the following models: MVC MVP MVVM From what I understand: MVC is a good ...
May 24, 2010
by
Ali Momin
60
94.5
Last:
May 28, 2010
by
Dan McMillan
610
99.9
Design Patterns
MVC
MVP
MVVM
Views
2.1K
Answers
1
Votes
0
Answer
Code
Follow
0
MVC Example
Hello, I am new to C# , I have heard about MVC pattern. Can some please share with me an MVC C# code sample (basic). I would very much appreciate it. ...
May 17, 2010
by
Ali Momin
60
94.5
Last:
May 20, 2010
by
King Wilder
478
99.9
C#
MVC
Beginner
Views
6.1K
Answers
3
Votes
1
Answer
Code
Follow
0
MVC vs MVP in Windows Forms
Hello: I am working on a Windows Forms .NET application (i.e. Winforms). Is MVC better or should I go with MVP? Thanks and ...
May 18, 2010
by
Ali Momin
60
94.5
Last:
May 18, 2010
by
Robert Blixt
1,128
99.9
MVC
MVP
Winforms
Views
2.9K
Answers
1
Votes
0
Answer
Code
Follow
0
MVVM can be applied to WPF and Silverlight. Is there some pattern that can work with ASP.NET, WindowsForms, WPF and Silverlight?
MVVM can be applied to WPF and Silverlight. Is there some pattern that can work with ASP.NET, WindowsForms, WPF and Silverlight, with maximum loose coupling? I saw this post which I found very interesting, ...
May 11, 2010
by
Sreenivas Manyam Rajaram
685
99.9
MVC
MVP
MVVM
Best Practices
Views
901
Answers
0
Votes
0
Answer
Code
Follow
0
MVC versus MVP for a WinForms app
I am starting up a relatively small project using WinForms. I have been reading up on patterns and MVC versus MVP. I see that MVC is widely used and very popular in Web development (hence the new ...
Feb 07, 2010
by
Juan Perez
129
96.4
Last:
Mar 30, 2010
by
Nicolae Dima
50
50
MVC
MVP
Views
6.9K
Answers
4
Votes
0
Answer
Code
Follow
0
MVVM vs MVC and MVP patterns
Can anyone explain what the MVVM pattern is compared to the existing patterns as well as reasons to use one over the other?
Feb 17, 2010
by
Darrell G.
50
50
Last:
Feb 22, 2010
by
Albert Hickman
250
96.9
MVVM
MVP
MVC
Views
11.7K
Answers
1
Votes
0
Answer
Code
Follow
0
15
30
50
Per Page
return to top