Click here to Skip to main content
15,879,095 members
Home / Discussions / C#
   

C#

 
QuestionMySQl Database Backup Pin
anishkannan16-Dec-09 22:38
anishkannan16-Dec-09 22:38 
QuestionWeb To Desktop! Pin
Sr...Frank16-Dec-09 22:19
Sr...Frank16-Dec-09 22:19 
AnswerRe: Web To Desktop! Pin
dan!sh 17-Dec-09 0:26
professional dan!sh 17-Dec-09 0:26 
QuestionAssignment Problem Pin
eyalle16-Dec-09 20:44
eyalle16-Dec-09 20:44 
AnswerRe: Assignment Problem Pin
eyalle16-Dec-09 22:17
eyalle16-Dec-09 22:17 
QuestionHow to separate word tables for differnet files Pin
@nisha 2n16-Dec-09 19:46
@nisha 2n16-Dec-09 19:46 
AnswerRe: How to separate word tables for differnet files Pin
Abhinav S16-Dec-09 21:53
Abhinav S16-Dec-09 21:53 
QuestionOn A Positive Note... Pin
Roger Wright16-Dec-09 19:22
professionalRoger Wright16-Dec-09 19:22 
I've heard a lot of whining about VS2008 here, but I'm fairly impressed by a few things that have been added. For one, Intellisense is working a lot better for me than in any previous version. It often seems to anticipate my needs, settling on an item in the list that is exactly what I was going to look for. I noticed this particularly while using the Convert function to switch between numerical record types and form text box values. It seems to check the source and target types in advance, then position the selector in the right place in the list to find the exact conversion required. Nice! Big Grin | :-D

A second feature that I like is the appearance of alignment lines on the Design sheet when moving form elements around trying to line them up nicely with other objects on the page. I didn't use 2005 at all, or 2003 very much, so I'm not sure when this appeared. But it sure saves me a lot of tedious switching back and forth among page element properties to find the exact coordinates of each to make everything line up. Very nice! Big Grin | :-D

Of course, this wouldn't be a proper Roger post if I didn't include a dumb question, so here it is:

When is it preferable to use a String class, rather than a simple string type for text data? If it makes a difference that I'm using SQL Server for storage, rather than a text file, I'd like to know about it. If not, is there any advantage in using one over the other?

On reflection (not a pun, really!), there's another question that occurs to me. There used to be a huge problem with integer types when changing DBMSs (SQL Server, Access, MySQL, etc) and languages. The VB integer was not the same as the C++ integer, and Access assumed a default type different from what SQL Server expected to handle. With the introduction of the CLR, has this issue been resolved? If I write all my GUI stuff using Int16 types, will I have to rewrite it all or convert it to store the data in SQL Server or Access?

On that note, I'll go back to coding... Big Grin | :-D

"A Journey of a Thousand Rest Stops Begins with a Single Movement"

AnswerRe: On A Positive Note... Pin
dan!sh 16-Dec-09 20:36
professional dan!sh 16-Dec-09 20:36 
AnswerRe: On A Positive Note... Pin
Rob Philpott16-Dec-09 23:03
Rob Philpott16-Dec-09 23:03 
AnswerRe: On A Positive Note... Pin
PIEBALDconsult17-Dec-09 5:10
mvePIEBALDconsult17-Dec-09 5:10 
Questionreport viewer Pin
ali- kanju216-Dec-09 19:22
ali- kanju216-Dec-09 19:22 
AnswerRe: report viewer Pin
ali- kanju216-Dec-09 20:22
ali- kanju216-Dec-09 20:22 
QuestionNNTP Coding Question... Pin
Member 259847816-Dec-09 17:41
Member 259847816-Dec-09 17:41 
AnswerRe: NNTP Coding Question... Pin
Migounette17-Dec-09 4:00
Migounette17-Dec-09 4:00 
QuestionCreating a Collection of Widgets Pin
cron-fed16-Dec-09 13:51
cron-fed16-Dec-09 13:51 
AnswerRe: Creating a Collection of Widgets Pin
PIEBALDconsult16-Dec-09 13:56
mvePIEBALDconsult16-Dec-09 13:56 
GeneralRe: Creating a Collection of Widgets Pin
cron-fed16-Dec-09 14:26
cron-fed16-Dec-09 14:26 
GeneralRe: Creating a Collection of Widgets Pin
PIEBALDconsult16-Dec-09 17:09
mvePIEBALDconsult16-Dec-09 17:09 
AnswerRe: Creating a Collection of Widgets Pin
_Maxxx_16-Dec-09 14:29
professional_Maxxx_16-Dec-09 14:29 
AnswerRe: Creating a Collection of Widgets Pin
BillWoodruff16-Dec-09 15:30
professionalBillWoodruff16-Dec-09 15:30 
GeneralRe: Creating a Collection of Widgets Pin
Subin Mavunkal16-Dec-09 20:23
Subin Mavunkal16-Dec-09 20:23 
GeneralRe: Creating a Collection of Widgets Pin
cron-fed17-Dec-09 7:15
cron-fed17-Dec-09 7:15 
General[SOLVED]Re: Creating a Collection of Widgets Pin
cron-fed17-Dec-09 9:16
cron-fed17-Dec-09 9:16 
AnswerRe: Creating a Collection of Widgets [modified] Pin
BillWoodruff18-Dec-09 13:37
professionalBillWoodruff18-Dec-09 13:37 

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.