Click here to Skip to main content
16,007,610 members
Home / Discussions / C#
   

C#

 
QuestionAny good Active Directory programming books? Pin
Jim Schram5-Nov-03 3:04
Jim Schram5-Nov-03 3:04 
GeneralNetwork Enumeration Pin
totig5-Nov-03 2:59
totig5-Nov-03 2:59 
GeneralRe: Network Enumeration Pin
Heath Stewart5-Nov-03 4:14
protectorHeath Stewart5-Nov-03 4:14 
GeneralRe: Network Enumeration Pin
Jeff Varszegi5-Nov-03 4:24
professionalJeff Varszegi5-Nov-03 4:24 
QuestionInbox in Csharp? Pin
sashy5-Nov-03 2:46
sashy5-Nov-03 2:46 
AnswerRe: Inbox in Csharp? Pin
totig5-Nov-03 3:00
totig5-Nov-03 3:00 
GeneralRe: Inbox in Csharp? Pin
sashy5-Nov-03 4:10
sashy5-Nov-03 4:10 
GeneralRe: Inbox in Csharp? Pin
Heath Stewart5-Nov-03 4:20
protectorHeath Stewart5-Nov-03 4:20 
First thing: pick up a book on programming in C#/.NET. You'll definitely need it because this isn't a drag-n-drop solution and real skill is needed.

Second thing: C# (Csharp as you called it) only targets the .NET Framework. If you don't understand this, you're bound for trouble. You should not only read a good book on this but look over the first few topics in the .NET Framework SDK documentation to understand what .NET is.

Programming isn't something you can just jump into with any decency. If you want to learn, start basic. Creating an email application - especially one that uses specifications like POP3 - isn't an easy task. Start simple like just creating a simple Windows Forms application with a toolbar and some controls and make it do something.

CodeProject here offers a lot of articles for newbies and experienced developers alike. These forums are great for asking questions if you don't understand something in the documentation, but you should at least check the documentation first. Being able to research a problem is very important in any field - especially in programming. It's also a good idea to look over the .NET Base Class Library (BCL) to see what's available because there's a lot of things that can help, although nothing will solve your immediately problem directly.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
QuestionHow to convert DateTime in C# into DateTime in MSAccess Pin
zecodela5-Nov-03 2:13
zecodela5-Nov-03 2:13 
AnswerRe: How to convert DateTime in C# into DateTime in MSAccess Pin
Jeff Varszegi5-Nov-03 3:48
professionalJeff Varszegi5-Nov-03 3:48 
GeneralRe: How to convert DateTime in C# into DateTime in MSAccess Pin
zecodela5-Nov-03 13:30
zecodela5-Nov-03 13:30 
GeneralRe: How to convert DateTime in C# into DateTime in MSAccess Pin
Giles6-Nov-03 1:01
Giles6-Nov-03 1:01 
GeneralSQL server connection string issue :-( Pin
Nish Nishant5-Nov-03 1:16
sitebuilderNish Nishant5-Nov-03 1:16 
GeneralRe: SQL server connection string issue :-( Pin
Michael P Butler5-Nov-03 1:52
Michael P Butler5-Nov-03 1:52 
GeneralRe: SQL server connection string issue :-( Pin
Nish Nishant5-Nov-03 2:04
sitebuilderNish Nishant5-Nov-03 2:04 
GeneralRe: SQL server connection string issue :-( Pin
apferreira5-Nov-03 4:29
apferreira5-Nov-03 4:29 
GeneralRe: SQL server connection string issue :-( Pin
Jeff Varszegi5-Nov-03 4:30
professionalJeff Varszegi5-Nov-03 4:30 
GeneralRe: SQL server connection string issue :-( Pin
Heath Stewart5-Nov-03 4:33
protectorHeath Stewart5-Nov-03 4:33 
GeneralCachedbitmap Pin
mhmoud rawas5-Nov-03 0:48
mhmoud rawas5-Nov-03 0:48 
Generaltranslate into c#............please Pin
Ahmed El Sherbeeny4-Nov-03 20:18
Ahmed El Sherbeeny4-Nov-03 20:18 
GeneralRe: translate into c#............please Pin
Corinna John4-Nov-03 20:25
Corinna John4-Nov-03 20:25 
GeneralRe: not working Pin
Ahmed El Sherbeeny4-Nov-03 20:44
Ahmed El Sherbeeny4-Nov-03 20:44 
GeneralRe: not working Pin
Corinna John4-Nov-03 22:35
Corinna John4-Nov-03 22:35 
GeneralPopulate ImageList with embedded Icons Pin
pnolan4-Nov-03 18:23
pnolan4-Nov-03 18:23 
GeneralRe: Populate ImageList with embedded Icons Pin
Anonymous5-Nov-03 20:10
Anonymous5-Nov-03 20:10 

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.