Click here to Skip to main content
15,909,939 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:21
Ibuprofen27-Apr-07 13:21 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 13:56
protectorChristian Graus27-Apr-07 13:56 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 13:58
Ibuprofen27-Apr-07 13:58 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 14:38
protectorChristian Graus27-Apr-07 14:38 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen27-Apr-07 14:55
Ibuprofen27-Apr-07 14:55 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus27-Apr-07 15:14
protectorChristian Graus27-Apr-07 15:14 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen28-Apr-07 6:31
Ibuprofen28-Apr-07 6:31 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Christian Graus28-Apr-07 12:16
protectorChristian Graus28-Apr-07 12:16 
Ibuprofen wrote:
Why would you want to compile a whole websites piece of code into a DLL file?


Because that's how it is done - the business logic and data access exist in different assemblies to the presentation layer. In theory, it means different parts can be replaced. This does not happen in the real world. However, it does help with organising the code, nonetheless. Certainly having all the DB code in one place is invaluable. And, using stored procs is even better.

Ibuprofen wrote:
there is lots of devlopment done to it, and there is no way I could go back and change it all is what I was getting at.


Well, you may be able to improve new parts at least. Or, at a minimum, learn how to do it, so you can tell your bosses that you're not happy having to work with a monolithic structure, that it will cause maintenance issues in the future, but you have no choice.




Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog
"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: ASP.NET C# Code Behind SQL Update on a form Pin
DavidNohejl28-Apr-07 3:20
DavidNohejl28-Apr-07 3:20 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen28-Apr-07 6:33
Ibuprofen28-Apr-07 6:33 
GeneralRe: ASP.NET C# Code Behind SQL Update on a form Pin
Ibuprofen28-Apr-07 6:34
Ibuprofen28-Apr-07 6:34 
Questionadd/update in detail view Pin
Alex Ru27-Apr-07 9:32
Alex Ru27-Apr-07 9:32 
QuestionForce Numeric in Textbox Pin
aransiola27-Apr-07 9:07
aransiola27-Apr-07 9:07 
AnswerRe: Force Numeric in Textbox Pin
overfreeze27-Apr-07 12:45
overfreeze27-Apr-07 12:45 
AnswerRe: Force Numeric in Textbox Pin
Christian Graus27-Apr-07 13:21
protectorChristian Graus27-Apr-07 13:21 
QuestionLong Surveys / Questionnaires TIMEOUT ISSUES` Pin
Ibuprofen27-Apr-07 6:02
Ibuprofen27-Apr-07 6:02 
AnswerRe: Long Surveys / Questionnaires TIMEOUT ISSUES` Pin
Christian Graus27-Apr-07 20:05
protectorChristian Graus27-Apr-07 20:05 
QuestionSending SMS via ASP.NET Web Service Pin
Nirmal8427-Apr-07 5:17
Nirmal8427-Apr-07 5:17 
AnswerRe: Sending SMS via ASP.NET Web Service Pin
Psycho-*Coder*-Extreme27-Apr-07 10:27
Psycho-*Coder*-Extreme27-Apr-07 10:27 
QuestionResizing Image Pin
Tarik Guney27-Apr-07 4:01
Tarik Guney27-Apr-07 4:01 
AnswerRe: Resizing Image Pin
Cfer8327-Apr-07 7:46
Cfer8327-Apr-07 7:46 
GeneralRe: Resizing Image Pin
Tarik Guney27-Apr-07 8:10
Tarik Guney27-Apr-07 8:10 
QuestionExport to excel Pin
.NET- India 27-Apr-07 2:55
.NET- India 27-Apr-07 2:55 
AnswerRe: Export to excel Pin
Sathesh Sakthivel27-Apr-07 3:15
Sathesh Sakthivel27-Apr-07 3:15 
QuestionTextBox.text as parameter in query Pin
kallileo27-Apr-07 2:08
kallileo27-Apr-07 2:08 

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.