Click here to Skip to main content
15,894,460 members
Home / Discussions / C#
   

C#

 
GeneralRe: Setup Project - Getting the user selected install directory Pin
dotnetprgrmmr17-Jan-06 12:00
dotnetprgrmmr17-Jan-06 12:00 
GeneralRe: Setup Project - Getting the user selected install directory Pin
Sasuko17-Jan-06 12:42
Sasuko17-Jan-06 12:42 
GeneralRe: Setup Project - Getting the user selected install directory Pin
dotnetprgrmmr18-Jan-06 6:09
dotnetprgrmmr18-Jan-06 6:09 
QuestionDatabase VS direct update Pin
Sasuko17-Jan-06 11:19
Sasuko17-Jan-06 11:19 
AnswerRe: Database VS direct update Pin
Guffa17-Jan-06 11:54
Guffa17-Jan-06 11:54 
GeneralRe: Database VS direct update Pin
Sasuko17-Jan-06 12:14
Sasuko17-Jan-06 12:14 
GeneralRe: Database VS direct update Pin
Dave Kreskowiak17-Jan-06 17:25
mveDave Kreskowiak17-Jan-06 17:25 
AnswerRe: Database VS direct update Pin
Guffa19-Jan-06 23:03
Guffa19-Jan-06 23:03 
If you delay the updates until you close the program, you will be relying on the program never to crash. If the program for some reason fails to store the data, you might be losing hours of work.

Also, any changes you do won't be visible in the database. That means that you only use the database for storing data, you can't really use it.

---
b { font-weight: normal; }

QuestionMaking the panel invisible?? Pin
VPMahank17-Jan-06 11:12
VPMahank17-Jan-06 11:12 
AnswerRe: Making the panel invisible?? Pin
CWIZO17-Jan-06 21:11
CWIZO17-Jan-06 21:11 
GeneralRe: Making the panel invisible?? Pin
VPMahank18-Jan-06 1:32
VPMahank18-Jan-06 1:32 
QuestionHow can an NT Service cause itself to stop? Pin
dotnetprgrmmr17-Jan-06 11:12
dotnetprgrmmr17-Jan-06 11:12 
Questionfloating toolbar in C# Pin
jerryyag17-Jan-06 11:00
jerryyag17-Jan-06 11:00 
AnswerRe: floating toolbar in C# Pin
Sasuko17-Jan-06 11:44
Sasuko17-Jan-06 11:44 
AnswerRe: floating toolbar in C# Pin
mav.northwind17-Jan-06 20:48
mav.northwind17-Jan-06 20:48 
GeneralRe: floating toolbar in C# Pin
jerryyag18-Jan-06 4:41
jerryyag18-Jan-06 4:41 
QuestionCasting in Global.asax Pin
eggsovereasy17-Jan-06 10:54
eggsovereasy17-Jan-06 10:54 
AnswerRe: Casting in Global.asax Pin
Guffa17-Jan-06 12:01
Guffa17-Jan-06 12:01 
GeneralRe: Casting in Global.asax Pin
eggsovereasy20-Jan-06 9:29
eggsovereasy20-Jan-06 9:29 
QuestionChanging the computer name using C# Pin
mdemercado17-Jan-06 10:40
mdemercado17-Jan-06 10:40 
AnswerRe: Changing the computer name using C# Pin
SimonS17-Jan-06 10:46
SimonS17-Jan-06 10:46 
QuestionPropertygrid ExpandableObjectConverter Question??? Pin
qwerty666@codeproject.com17-Jan-06 10:32
qwerty666@codeproject.com17-Jan-06 10:32 
QuestionHow to get the Hard Disk or Mother Board Id through C# Pin
moonangel_bio17-Jan-06 10:12
moonangel_bio17-Jan-06 10:12 
AnswerRe: How to get the Hard Disk or Mother Board Id through C# Pin
SimonS17-Jan-06 10:34
SimonS17-Jan-06 10:34 
GeneralRe: How to get the Hard Disk or Mother Board Id through C# Pin
Dave Kreskowiak17-Jan-06 10:36
mveDave Kreskowiak17-Jan-06 10: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.