Click here to Skip to main content
15,889,863 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 5:57
professionalaboubkr9015-Feb-17 5:57 
GeneralRe: Unity in Modular App Pin
Pete O'Hanlon15-Feb-17 7:46
mvePete O'Hanlon15-Feb-17 7:46 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 9:57
professionalaboubkr9015-Feb-17 9:57 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 3:43
professionalaboubkr9015-Feb-17 3:43 
GeneralRe: Unity in Modular App Pin
Eddy Vluggen15-Feb-17 6:52
professionalEddy Vluggen15-Feb-17 6:52 
GeneralRe: Unity in Modular App Pin
aboubkr9015-Feb-17 9:58
professionalaboubkr9015-Feb-17 9:58 
QuestionOLD Visual Studio Web Site Project need to modenise look and feel Pin
bromster14-Feb-17 3:53
bromster14-Feb-17 3:53 
AnswerRe: OLD Visual Studio Web Site Project need to modenise look and feel Pin
Richard Deeming14-Feb-17 4:49
mveRichard Deeming14-Feb-17 4:49 
You essentially have two options:

1) Evolve
- Open the solution in VS2015 to upgrade the file format;
- Optionally upgrade the project to the latest version of .NET, and deal with any breaking changes[^] that apply;
- Optionally convert the "web site" project to a "web application" project[^];
- Start making incremental changes to the layout and styles;

2) Rewrite
- Rewrite the entire project in ASP.NET MVC or ASP.NET Core
- Choose between ASP.NET and ASP.NET Core | Microsoft Docs[^]


If you're just looking to make a few changes to the styles, option 1 is probably the way to go. WebForms isn't going to stop working any time soon. And it's possible to add MVC and WebAPI features to an existing WebForms project, so you could rewrite the site one part at a time if necessary.

But if you want to completely rewrite the site, MVC or Core is the way to go. Just be aware that it could be a very big job. Smile | :)



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


QuestionHow do you problem solve? Pin
TheOnlyRealTodd6-Feb-17 10:42
professionalTheOnlyRealTodd6-Feb-17 10:42 
AnswerRe: How do you problem solve? Pin
Amar Vala10-Feb-17 2:36
Amar Vala10-Feb-17 2:36 
AnswerRe: How do you problem solve? Pin
Eddy Vluggen10-Feb-17 4:22
professionalEddy Vluggen10-Feb-17 4:22 
AnswerRe: How do you problem solve? Pin
Gerry Schmitz10-Feb-17 10:38
mveGerry Schmitz10-Feb-17 10:38 
QuestionSomething I use a lot Pin
Munchies_Matt18-Jan-17 10:26
Munchies_Matt18-Jan-17 10:26 
AnswerRe: Something I use a lot Pin
Richard Andrew x6421-Jan-17 5:44
professionalRichard Andrew x6421-Jan-17 5:44 
GeneralRe: Something I use a lot Pin
Munchies_Matt21-Jan-17 13:57
Munchies_Matt21-Jan-17 13:57 
JokeRe: Something I use a lot Pin
Brisingr Aerowing21-Jan-17 15:45
professionalBrisingr Aerowing21-Jan-17 15:45 
QuestionHow to build a tool using XML to draw a GUI and to generate an output stream? Pin
yobibytes17-Jan-17 5:43
yobibytes17-Jan-17 5:43 
AnswerRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Gerry Schmitz17-Jan-17 6:08
mveGerry Schmitz17-Jan-17 6:08 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
yobibytes17-Jan-17 22:08
yobibytes17-Jan-17 22:08 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Richard MacCutchan17-Jan-17 22:17
mveRichard MacCutchan17-Jan-17 22:17 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Pete O'Hanlon17-Jan-17 23:18
mvePete O'Hanlon17-Jan-17 23:18 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
yobibytes18-Jan-17 0:15
yobibytes18-Jan-17 0:15 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Pete O'Hanlon18-Jan-17 0:21
mvePete O'Hanlon18-Jan-17 0:21 
GeneralRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
Pete O'Hanlon18-Jan-17 0:28
mvePete O'Hanlon18-Jan-17 0:28 
AnswerRe: How to build a tool using XML to draw a GUI and to generate an output stream? Pin
yobibytes19-Jan-17 23:33
yobibytes19-Jan-17 23: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.