Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Fill a GridView to select data from a GridView Pin
developerit13-Apr-10 23:56
developerit13-Apr-10 23:56 
GeneralRe: Fill a GridView to select data from a GridView Pin
nagendrathecoder14-Apr-10 0:12
nagendrathecoder14-Apr-10 0:12 
GeneralRe: Fill a GridView to select data from a GridView Pin
developerit14-Apr-10 0:56
developerit14-Apr-10 0:56 
GeneralRe: Fill a GridView to select data from a GridView Pin
nagendrathecoder14-Apr-10 2:05
nagendrathecoder14-Apr-10 2:05 
GeneralRe: Fill a GridView to select data from a GridView Pin
tek 200914-Apr-10 4:44
tek 200914-Apr-10 4:44 
GeneralRe: Fill a GridView to select data from a GridView Pin
tek 200914-Apr-10 2:07
tek 200914-Apr-10 2:07 
QuestionWhy ASP.NET MVC? Pin
Clement Siby13-Apr-10 22:20
Clement Siby13-Apr-10 22:20 
AnswerRe: Why ASP.NET MVC? Pin
michaelschmitt14-Apr-10 2:03
michaelschmitt14-Apr-10 2:03 
You should really google for this question. You will find A LOT of pros/cons lists and comparisons.

I especially recommend the video-sessions from scott hanselman. E.g.:
http://www.hanselman.com/blog/CategoryView.aspx?category=Channel9

You learn a lot and the presentation style keeps you awake easily.

Often mentioned pros/cons:

Pros:
- Clear seperation of concerns / architecture
- Programming the web as it's ment to be (there's no view-state imitating a stateful environment)
- Programming the web is suddenly more fun - no weird event-handling / viewstate
- Easy understandable conventions - less configuration.
- Powerful architecture and tools to reuse components/views
- Better support of unit-testing
- Powerful Tools help you create CRUD-Szenarios with amazing speed
-...

Cons:
- New concepts to learn, some are difficult to get used to for traditional webform-developers
- Rich webform UI controls can ususally not be used in MVC - and therefor have to be replaced somehow
- ...

I would go the following way:

- Learn the basics, whether you're planning on using MVC or not. Then you have
a good start to decide if it will help you in the future (or not). This knowledge is definitely not wasted.

- Have a look at the nerddinner-application from hanselman

Hope this helps at least a bit
QuestionDateTime Problem Pin
Amit Patel198513-Apr-10 21:59
Amit Patel198513-Apr-10 21:59 
AnswerRe: DateTime Problem Pin
saini arun13-Apr-10 22:10
saini arun13-Apr-10 22:10 
QuestionProblem with Gridview - Shopping cart Pin
EmZan13-Apr-10 21:26
EmZan13-Apr-10 21:26 
QuestionHow to get details of users in active directories using LDAP Pin
roshankamath13-Apr-10 20:50
roshankamath13-Apr-10 20:50 
QuestionCheckbox in datagrid Pin
Morgs Morgan13-Apr-10 20:19
Morgs Morgan13-Apr-10 20:19 
AnswerRe: Checkbox in datagrid Pin
Brij13-Apr-10 20:32
mentorBrij13-Apr-10 20:32 
AnswerRe: Checkbox in datagrid Pin
Abhijit Jana13-Apr-10 20:35
professionalAbhijit Jana13-Apr-10 20:35 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 21:40
Morgs Morgan13-Apr-10 21:40 
AnswerRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 21:10
nagendrathecoder13-Apr-10 21:10 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 21:26
Morgs Morgan13-Apr-10 21:26 
GeneralRe: Checkbox in datagrid Pin
Sandesh M Patil13-Apr-10 22:13
Sandesh M Patil13-Apr-10 22:13 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 22:20
nagendrathecoder13-Apr-10 22:20 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder13-Apr-10 22:27
nagendrathecoder13-Apr-10 22:27 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan13-Apr-10 23:42
Morgs Morgan13-Apr-10 23:42 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 0:00
nagendrathecoder14-Apr-10 0:00 
GeneralRe: Checkbox in datagrid Pin
Morgs Morgan14-Apr-10 0:25
Morgs Morgan14-Apr-10 0:25 
GeneralRe: Checkbox in datagrid Pin
nagendrathecoder14-Apr-10 0:33
nagendrathecoder14-Apr-10 0:33 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.