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

.NET (Core and Framework)

 
GeneralRe: ShowDialog from another thread, C# Pin
Joshua Quick22-Feb-06 22:38
Joshua Quick22-Feb-06 22:38 
GeneralRe: ShowDialog from another thread, C# Pin
luddet23-Feb-06 0:33
luddet23-Feb-06 0:33 
QuestionConversion problem Pin
PKKSuomi21-Feb-06 21:56
PKKSuomi21-Feb-06 21:56 
QuestionOpening another panel on top orignal panel using Buttons Pin
mjorg20-Feb-06 7:36
mjorg20-Feb-06 7:36 
QuestionJava/NET Dataset Pin
LimeyRedneck20-Feb-06 6:02
professionalLimeyRedneck20-Feb-06 6:02 
AnswerRe: Java/NET Dataset Pin
George L. Jackson21-Feb-06 13:54
George L. Jackson21-Feb-06 13:54 
GeneralRe: Java/NET Dataset Pin
LimeyRedneck21-Feb-06 17:48
professionalLimeyRedneck21-Feb-06 17:48 
AnswerRe: Java/NET Dataset Pin
George L. Jackson22-Feb-06 0:43
George L. Jackson22-Feb-06 0:43 
If you have a database and you want to display relational data or do data processing via datasets, then datasets are a good choice. If your application is on the web, most of the time, you have to repopulate the datatsets to match the database each time you do a postback. With a Windows application, you don't have this problem but you run into the problem of keeping the data up-to-date. Datasets are great and have a lot of nice features but they do pose a resource hit when they grow beyond a certain size. As I said earlier, .NET 2.0 has improved performance and handles large datasets well. .NET 1.x datasets are slow.

I use a combination of datasets, business objects and XML in my projects. Since I can store and query XML on MS SQL and Oracle, I have been using that option more and more in my projects due to their hierarchical nature. Neverthess, using the XML DOM to process large documents is not recommended, IMHO. Business objects do require more work! Nevertheless, you have more control of the process to tweak for performance and to reduce resource overhead.


-- modified at 6:44 Wednesday 22nd February, 2006
GeneralRe: Java/NET Dataset Pin
LimeyRedneck22-Feb-06 5:09
professionalLimeyRedneck22-Feb-06 5:09 
Questionbackwards binary compatibility .NET 2.0 Pin
dorwin19-Feb-06 10:04
dorwin19-Feb-06 10:04 
AnswerRe: backwards binary compatibility .NET 2.0 Pin
CWIZO21-Feb-06 3:46
CWIZO21-Feb-06 3:46 
JokeRe: backwards binary compatibility .NET 2.0 Pin
George L. Jackson22-Feb-06 0:49
George L. Jackson22-Feb-06 0:49 
GeneralRe: backwards binary compatibility .NET 2.0 Pin
CWIZO22-Feb-06 4:32
CWIZO22-Feb-06 4:32 
GeneralRe: backwards binary compatibility .NET 2.0 Pin
George L. Jackson22-Feb-06 5:42
George L. Jackson22-Feb-06 5:42 
Questionhow to install the proper version of the program depending on the version of the Office? Pin
berlin200519-Feb-06 7:50
berlin200519-Feb-06 7:50 
QuestionopenFileDialog help needed Pin
cindylou1017-Feb-06 12:40
cindylou1017-Feb-06 12:40 
AnswerRe: openFileDialog help needed Pin
digiwombat17-Feb-06 13:34
digiwombat17-Feb-06 13:34 
GeneralRe: openFileDialog help needed Pin
cindylou1020-Feb-06 13:23
cindylou1020-Feb-06 13:23 
QuestionStupid CheckBox Behavior, please help!! Pin
Miguel Lopes17-Feb-06 5:48
Miguel Lopes17-Feb-06 5:48 
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 12:00
George L. Jackson17-Feb-06 12:00 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 12:01
George L. Jackson17-Feb-06 12:01 
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
digiwombat17-Feb-06 12:24
digiwombat17-Feb-06 12:24 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
Miguel Lopes17-Feb-06 14:27
Miguel Lopes17-Feb-06 14:27 
GeneralRe: Stupid CheckBox Behavior, please help!! Pin
George L. Jackson17-Feb-06 14:53
George L. Jackson17-Feb-06 14:53 
AnswerRe: Stupid CheckBox Behavior, please help!! Pin
peryMimon17-Nov-09 22:43
peryMimon17-Nov-09 22:43 

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.