Click here to Skip to main content
15,900,258 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Questionreading a string from a txt file & insert it in a database table? Pin
starist22-Aug-07 11:30
starist22-Aug-07 11:30 
AnswerRe: reading a string from a txt file & insert it in a database table? Pin
Vaibhav Sharma26-Aug-07 17:51
Vaibhav Sharma26-Aug-07 17:51 
QuestionHow to hide that appears when .net is not installed? Pin
ctoma200522-Aug-07 4:28
ctoma200522-Aug-07 4:28 
AnswerRe: How to hide that appears when .net is not installed? Pin
Vasudevan Deepak Kumar22-Aug-07 5:22
Vasudevan Deepak Kumar22-Aug-07 5:22 
QuestionRe: How to hide that appears when .net is not installed? Pin
ctoma200522-Aug-07 21:00
ctoma200522-Aug-07 21:00 
AnswerRe: How to hide that appears when .net is not installed? Pin
Vasudevan Deepak Kumar23-Aug-07 2:22
Vasudevan Deepak Kumar23-Aug-07 2:22 
GeneralRe: How to hide that appears when .net is not installed? Pin
ctoma200523-Aug-07 2:35
ctoma200523-Aug-07 2:35 
QuestionCompilation of DLLS in Framework 2.0 Pin
natehc21-Aug-07 23:50
natehc21-Aug-07 23:50 
Good day

Previously in framework 1.1 one dll was compiled and all code behind pages was included into this one dll. This was a maintenance nightmare as when any pages changed testing this change had to include all the different modules as all the code was compiled to one dll.
 
One of the major changes in framework 2.0 is the way the project is compiled.

A detailed article explains this:

http://www.west-wind.com/presentations/AspNetCompilation/AspNetCompilation.asp[^

We are now in the process of choosing which way will best suite our environment.
Some basic requirements when choosing an option:

1. The systems will fall into a maintenance stage and this is when I will need the option to allow changes to modules and the test effort must only be on the change and not the whole system. Ie compile a dll per module/page will cater for this.
 
From the article above I think the best approach will be to use the InPlace Deployment which will compile a dll per page, and therefore the test effort will be much more streamlined to the change and not the whole system.
 
Some of the factors to consider is
1. Security
2. Performance


Please give me your feedback on this.

Regards
Chetan
Questionquestion about using GET to get an image Pin
rob_ellis21-Aug-07 17:15
rob_ellis21-Aug-07 17:15 
QuestionAdding items to the Controlbox Pin
jamesrgoodwin21-Aug-07 6:24
jamesrgoodwin21-Aug-07 6:24 
AnswerRe: Adding items to the Controlbox Pin
Luc Pattyn21-Aug-07 12:31
sitebuilderLuc Pattyn21-Aug-07 12:31 
QuestionVista and the JIT Debugger Pin
#realJSOP21-Aug-07 5:08
professional#realJSOP21-Aug-07 5:08 
AnswerRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala22-Aug-07 8:59
Rama Krishna Vavilala22-Aug-07 8:59 
GeneralRe: Vista and the JIT Debugger Pin
#realJSOP23-Aug-07 8:31
professional#realJSOP23-Aug-07 8:31 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 8:34
Rama Krishna Vavilala23-Aug-07 8:34 
GeneralRe: Vista and the JIT Debugger Pin
Rama Krishna Vavilala23-Aug-07 9:33
Rama Krishna Vavilala23-Aug-07 9:33 
GeneralRe: Vista and the JIT Debugger Pin
#realJSOP23-Aug-07 23:51
professional#realJSOP23-Aug-07 23:51 
Question#Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 3:58
professional#realJSOP21-Aug-07 3:58 
AnswerRe: #Region - Am I Missing Something? Pin
Leslie Sanford21-Aug-07 4:35
Leslie Sanford21-Aug-07 4:35 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 4:56
originSH21-Aug-07 4:56 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:01
professional#realJSOP21-Aug-07 5:01 
GeneralRe: #Region - Am I Missing Something? Pin
originSH21-Aug-07 5:08
originSH21-Aug-07 5:08 
GeneralRe: #Region - Am I Missing Something? Pin
pbraun21-Aug-07 5:22
pbraun21-Aug-07 5:22 
GeneralRe: #Region - Am I Missing Something? Pin
#realJSOP21-Aug-07 5:27
professional#realJSOP21-Aug-07 5:27 
GeneralRe: #Region - Am I Missing Something? Pin
Luc Pattyn21-Aug-07 5:36
sitebuilderLuc Pattyn21-Aug-07 5:36 

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.