Click here to Skip to main content
15,923,006 members
Home / Discussions / C#
   

C#

 
GeneralRe: Writing Objects into a Databases Pin
darkelv3-Jan-08 0:57
darkelv3-Jan-08 0:57 
GeneralRe: Writing Objects into a Databases Pin
Giorgi Dalakishvili3-Jan-08 1:39
mentorGiorgi Dalakishvili3-Jan-08 1:39 
GeneralRe: Writing Objects into a Databases Pin
Russell Jones3-Jan-08 5:51
Russell Jones3-Jan-08 5:51 
GeneralRe: Writing Objects into a Databases Pin
Giorgi Dalakishvili3-Jan-08 7:59
mentorGiorgi Dalakishvili3-Jan-08 7:59 
GeneralRe: Writing Objects into a Databases Pin
Russell Jones3-Jan-08 5:55
Russell Jones3-Jan-08 5:55 
QuestionWhich one is good practice? Pin
Hum Dum3-Jan-08 0:00
Hum Dum3-Jan-08 0:00 
AnswerRe: Which one is good practice? Pin
Colin Angus Mackay3-Jan-08 0:49
Colin Angus Mackay3-Jan-08 0:49 
AnswerRe: Which one is good practice? Pin
Alaric_3-Jan-08 4:16
professionalAlaric_3-Jan-08 4:16 
My best suggestion:

Look at Visual Studio as a productivity tool. If you lean on the designer very heavily, your ability to grasp several concepts might be stunted(delegate registration comes to mind)

I would suggest using Visual Studio to get yourself up and moving....learn the syntax of the language, and then step back a little bit and figure out what exactly it is that the IDE generates for you. Learn the concepts of explicitly declaring your own controls(will probably help you along your way to learning how to develop custom user controls, should you ever need to)....learn how to explicitly register and de-register event handlers.(This is usually your first exposure to delegates in the language) ....and once you get the concepts down, you will realize that the code that VS generates for you is generally very trivial and you can go back to letting it do its thing for you...with the knowledge of what it is doing, you will be able to tweak it if it's "canned" generation is ever not what you actually needed it to do.

"I need build Skynet. Plz send code"

GeneralIN operator Pin
mpavas2-Jan-08 23:32
mpavas2-Jan-08 23:32 
GeneralRe: IN operator Pin
sujithkumarsl2-Jan-08 23:39
sujithkumarsl2-Jan-08 23:39 
GeneralRe: IN operator Pin
mpavas2-Jan-08 23:41
mpavas2-Jan-08 23:41 
GeneralRe: IN operator Pin
Alaric_3-Jan-08 4:30
professionalAlaric_3-Jan-08 4:30 
GeneralRe: IN operator Pin
Colin Angus Mackay3-Jan-08 5:10
Colin Angus Mackay3-Jan-08 5:10 
GeneralRe: IN operator Pin
Dave Kreskowiak3-Jan-08 5:35
mveDave Kreskowiak3-Jan-08 5:35 
GeneralRelative Date Format (DateTimePicker Control) Pin
kaminem2-Jan-08 23:11
kaminem2-Jan-08 23:11 
GeneralRe: Relative Date Format (DateTimePicker Control) Pin
sujithkumarsl2-Jan-08 23:38
sujithkumarsl2-Jan-08 23:38 
QuestionRe: Relative Date Format (DateTimePicker Control) [modified] Pin
kaminem2-Jan-08 23:56
kaminem2-Jan-08 23:56 
GeneralAutomatic update Pin
N a v a n e e t h2-Jan-08 22:25
N a v a n e e t h2-Jan-08 22:25 
GeneralRe: Automatic update Pin
Christian Graus2-Jan-08 22:30
protectorChristian Graus2-Jan-08 22:30 
GeneralRe: Automatic update Pin
N a v a n e e t h2-Jan-08 23:23
N a v a n e e t h2-Jan-08 23:23 
GeneralRe: Automatic update Pin
Russell Jones3-Jan-08 23:19
Russell Jones3-Jan-08 23:19 
GeneralRe: Automatic update Pin
N a v a n e e t h5-Jan-08 8:38
N a v a n e e t h5-Jan-08 8:38 
GeneralRe: Automatic update Pin
Vasudevan Deepak Kumar2-Jan-08 22:35
Vasudevan Deepak Kumar2-Jan-08 22:35 
GeneralRe: Automatic update Pin
N a v a n e e t h2-Jan-08 23:24
N a v a n e e t h2-Jan-08 23:24 
Generalif statement with viewstate Pin
eyeseetee2-Jan-08 22:11
eyeseetee2-Jan-08 22:11 

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.