Click here to Skip to main content
15,891,136 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: blocking malicious bots (but not SEs) with web.config Pin
Scott5223-Nov-16 7:29
Scott5223-Nov-16 7:29 
QuestionRe-Developing asp.net webform to MVC Pin
hussain.attiya18-Nov-16 6:21
hussain.attiya18-Nov-16 6:21 
AnswerRe: Re-Developing asp.net webform to MVC Pin
Nathan Minier18-Nov-16 8:31
professionalNathan Minier18-Nov-16 8:31 
GeneralRe: Re-Developing asp.net webform to MVC Pin
F-ES Sitecore20-Nov-16 22:28
professionalF-ES Sitecore20-Nov-16 22:28 
GeneralRe: Re-Developing asp.net webform to MVC Pin
Nathan Minier22-Nov-16 1:13
professionalNathan Minier22-Nov-16 1:13 
GeneralRe: Re-Developing asp.net webform to MVC Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:24
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:24 
GeneralRe: Re-Developing asp.net webform to MVC Pin
Nathan Minier26-Nov-16 2:20
professionalNathan Minier26-Nov-16 2:20 
AnswerRe: Re-Developing asp.net webform to MVC Pin
F-ES Sitecore20-Nov-16 22:37
professionalF-ES Sitecore20-Nov-16 22:37 
WebForms supports jQuery, bootstrap etc too. Both webforms and MVC are server-side technologies and contrary to popular belief you don't need javascript to use either of them, and similarly using them does not mean you can't use javascript technologies either.

However you can't really "convert" such an app as you have from a server-side methodology to a client-side one. I think you can maybe re-engineer some things such as, for example, ditching datagrid paging and instead use jQuery to call web methods to return the data as pages and then update the DOM directly. These things are no less possible in webforms than MVC.

The way I see it you can only add these types of enhancements and introduce these techniques a bit at a time, or you can commit to full rewrite the app and take the opportunity to improve it in many areas as I'm sure the app would benefit from this. If you do commit to do that then moving to MVC at the same time would be a good thing to do, but it will involve a complete re-write and there will be a steep learning curve for your team.

However don't think you have to use a certain server-side technology to use a certain javascript framework, as it's all just html.
AnswerRe: Re-Developing asp.net webform to MVC Pin
Kornfeld Eliyahu Peter20-Nov-16 22:48
professionalKornfeld Eliyahu Peter20-Nov-16 22:48 
AnswerRe: Re-Developing asp.net webform to MVC Pin
jkirkerx23-Nov-16 7:56
professionaljkirkerx23-Nov-16 7:56 
GeneralRe: Re-Developing asp.net webform to MVC Pin
Richard Deeming23-Nov-16 12:11
mveRichard Deeming23-Nov-16 12:11 
GeneralRe: Re-Developing asp.net webform to MVC Pin
jkirkerx25-Nov-16 9:59
professionaljkirkerx25-Nov-16 9:59 
AnswerRe: Re-Developing asp.net webform to MVC Pin
hussain.attiya23-Nov-16 20:27
hussain.attiya23-Nov-16 20:27 
QuestionWeb API integration into MVC Pin
sunsher17-Nov-16 16:55
sunsher17-Nov-16 16:55 
AnswerRe: Web API integration into MVC Pin
Matt U.19-Nov-16 5:39
Matt U.19-Nov-16 5:39 
AnswerRe: Web API integration into MVC Pin
Afzaal Ahmad Zeeshan24-Nov-16 2:36
professionalAfzaal Ahmad Zeeshan24-Nov-16 2:36 
Questiondatapager field(s) produce error I can't solve Pin
Scott5217-Nov-16 4:05
Scott5217-Nov-16 4:05 
AnswerRe: datapager field(s) produce error I can't solve Pin
Richard Deeming17-Nov-16 4:38
mveRichard Deeming17-Nov-16 4:38 
GeneralRe: datapager field(s) produce error I can't solve Pin
Scott5217-Nov-16 4:45
Scott5217-Nov-16 4:45 
QuestionLimit Date Ranges to be not picked up which are already exists in the list Pin
indian14316-Nov-16 13:37
indian14316-Nov-16 13:37 
QuestionTrying to set fixed width with stringbuilder is not working correctly. Pin
samflex15-Nov-16 3:57
samflex15-Nov-16 3:57 
QuestionBest approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
indian14314-Nov-16 13:48
indian14314-Nov-16 13:48 
AnswerRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
Nathan Minier15-Nov-16 1:33
professionalNathan Minier15-Nov-16 1:33 
GeneralRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
indian14315-Nov-16 5:54
indian14315-Nov-16 5:54 
AnswerRe: Best approach to avoid confusion in Configuration file when deploying an ASP.Net MVC application Pin
Richard Deeming15-Nov-16 2:21
mveRichard Deeming15-Nov-16 2:21 

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.