|
Hi,
If given the choice, which path would you take? 1. asp.net webforms + asp.net ajax
or
asp.net mvc + ajax framework of your choice (jquery, yui, prototype, etc). Focus point: Are their any limitations to #1, or hurdles since it is less 'free/open'
Started by public static on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
I've used asp.net winforms....
ASP.NET AJAX Is a pile of crap is really lousy.
Heh, downvoted...
I prefer to use WebForms + custom HTTPHandlers handling the server side of any AJAX calls .
I love webforms, but ASP.NET AJAX is a pile of crap.
|
|
Hi!
Is it possible to use the commom ASP.NET role's configuration on an ASP.NET MVC application?
Thanks!!
Started by AndreMiranda on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ASP.NET MVC and ASP.NET Web Forms can both use the role configuration that ships with ASP.NET..
|
|
What materials do you recommend for an experienced ASP.NET to learn ASP.NET MVC?
Started by Moayad Mardini on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
You can watch the video of it being the tutorial videos on the official... .
It is written by Scott Hanselman, Phil Haack , Scott created in ASP.NET MVC where you can post questions and answers.
Suggest checking out Professional ASP.NET MVC 1.0 .
|
Ask your Facebook Friends
|
When ASP.NET came out people started referring to ASP 3 (and below) as classic ASP. Does anyone do this when refering to ASP.NET (non MVC) in relation to ASP.NET MVC?
It seems awkward when answering questions refering to normal ASP.NET as the "non ASP...
Started by RichardOD on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
The non-mvc is just called.
ASP.NET is the umbrella term for both.
WebForms is the "classic" while MVC is the new big thing .
It's either just "ASP.NET" or "WebForms"
ASP.NET = WebForms and MVC.
|
|
What should developers moving from ASP.NET Webforms watch out for when they move to ASP.NET MVC?
Started by Pandiya Chendur on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
If you've done something like PHP or classic....
Follow this tutorial
Sara Chipps did an excellent series called 'ASP.NET MVC Translated for a Web Forms will depend a lot on if you've done web programming outside of ASP.NET (Webforms) before.
|
|
Does ASP.Net 2.0 and Visual Studio 2005 has the possibility of working with MVC or I have to move to VS2008 and asp.net 3.5?
Answer Snippets (Read the full thread at stackoverflow):
(ASP.NET....
You'll have to upgrade to ASP.NET 3.5 to use ASP.NET MVC.
Might break trying to build an ASP.NET MVC site for 2.0
Indeed, I asked Scott Hanselman to update his blog with the fact that his technique no longer works.
|
|
Is there a Django-like admin interface generator for ASP.NET or ASP.NET MVC?
If not, are there any tools that could assist in creating one?
Started by martijn_himself on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
It helps to quickly generate interfaces you.
ASP.NET Data Dynamics may be what you're looking for.
|
|
I watched this webcast recently, and I got the sense that a lot of the "cool stuff" from ASP.NET MVC is getting pulled back into the ASP.NET framework.
At the moment I'm setting the ground-work for a project at my company using ASP.NET MVC, but after ...
Started by CodeMonkey on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Go with whichever makes the most, and "controlled HTML" -- to me that meant... .
Then use ASP.NET MVC 1.
My current company is facing the same issue for specific features in ASP.MVC 2 .
If it's not, then it not quite as clear.
With ASP.Net 4.0.
|
|
Starting from scratch with very little knowledge of .NET, how much ASP.NET should I learn before I start to dive in ASP.NET MVC?
Started by J. Pablo Fernández on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
ASP.NET MVC uses a totally different paradigm than "traditional" ASP.NET webforms, and unlearning part of it is almost....
Actually, I would posit that you should learn very little traditional ASP.NET webforms, or not at all.
Will be.
|
|
Possible Duplicates:
Biggest advantage to using ASP.Net MVC vs web forms
Should I migrate to ASP.NET MVC?
Hello, I have been hearing a lot about ASP.Net MVC and well, I'm curious as to how it's better than regular ASP.Net.
Can anyone give a comparison...
Started by Earlz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
ASP.NET Web Forms by Nick Berardi ....
About Technical Debates (and ASP.NET Web Forms and ASP.NET MVC debates in particular) ASP.NET MVC or Classic ASP.NET - What to Choose and this is the best one
ASP.NET MVC vs.
|