Welcome to Dream.In.Code
Become a C# Expert!

Join 136,930 C# Programmers for FREE! Get instant access to thousands of C# experts, tutorials, code snippets, and more! There are 1,838 people online right now. Registration is fast and FREE... Join Now!




C# Tutorial Suggestions

8 Pages V  1 2 3 > »   
Reply to this topicStart new topic

C# Tutorial Suggestions, To create a Folder and subfolder from Csharp

PsychoCoder
5 Aug, 2007 - 10:25 AM
Post #1

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
If you would like to see a certain topic covered in C# post your request here. The tutorial, more than likely, wont be written the instant you post your suggestion but someone will work on it for you.

This post has been edited by PsychoCoder: 5 Aug, 2007 - 10:28 AM
User is offlineProfile CardPM
+Quote Post

hiphop_13
RE: C# Tutorial Suggestions
6 Aug, 2007 - 12:53 AM
Post #2

New D.I.C Head
*

Joined: 4 Jun, 2007
Posts: 36



Thanked: 1 times
My Contributions
Hi, please i want a tutriol about how to connect C# to sql servr thanks:)
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
6 Aug, 2007 - 10:10 AM
Post #3

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
QUOTE(hiphop_13 @ 6 Aug, 2007 - 01:53 AM) *

Hi, please i want a tutriol about how to connect C# to sql servr thanks:)


hiphop_13, I will work on a tutorial for the basics in C# and SQL Server. Give me a day or 2 though smile.gif

User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
7 Aug, 2007 - 07:50 AM
Post #4

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
hiphop_13,

I have created that tutorial you asked for.

SQL Basics in C#
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
12 Aug, 2007 - 07:19 PM
Post #5

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Tutorials I have written in C# so far
  • SQL Basics in C#
  • Disabling applications close button

Are there other topics you'd like to see discussed in C#? Please list your requests here
User is offlineProfile CardPM
+Quote Post

hiphop_13
RE: C# Tutorial Suggestions
13 Aug, 2007 - 02:52 AM
Post #6

New D.I.C Head
*

Joined: 4 Jun, 2007
Posts: 36



Thanked: 1 times
My Contributions
Thaaaaaaaaank you a lot
biggrin.gif
User is offlineProfile CardPM
+Quote Post

Louisda16th
RE: C# Tutorial Suggestions
14 Aug, 2007 - 05:19 AM
Post #7

 
Group Icon

Joined: 3 Aug, 2006
Posts: 1,790



Thanked: 1 times
Dream Kudos: 755
My Contributions
I'll suggest a list of good e-books (Chris posted an exhaustive list before in the other languages forum) especially one's for beginner's as well. People who need help won't have to wait till a tutorial is posted. I'm sure most of the experts here are busy with work/school. So writing a tutorial will take time. Good links should help in this regard.
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
1 Sep, 2007 - 06:14 AM
Post #8

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
Ive added 2 new snippets

Convert delimited file to XML
Working with text files

I've also written an in-depth tutorial on working with text files and the System.IO Namespace, once its approved and posted Ill post the link here smile.gif
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
3 Sep, 2007 - 05:19 PM
Post #9

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
There are new tutorials in the C# Tutorial section on the System.IO Namespace in C#

Part 1
Part 1.5 (There was a problem posting it)
Part 2

These cover topics from simply reading from a file, writing from a file, reading a specific file, converting a comma delimited file to XML and much, much more. At the end of Part 2 there's a Zip file with a class I wrote for System.IO utilities (more can be added by all means)

smile.gif
User is offlineProfile CardPM
+Quote Post

gogole
RE: C# Tutorial Suggestions
6 Sep, 2007 - 02:54 PM
Post #10

D.I.C Head
Group Icon

Joined: 17 Jul, 2007
Posts: 131


Dream Kudos: 25
My Contributions
i'm trying to add a snippet on characters/numeric conversion to hexadecimal format but fir some reason it is not working.
User is offlineProfile CardPM
+Quote Post

PsychoCoder
RE: C# Tutorial Suggestions
11 Sep, 2007 - 12:42 PM
Post #11

using DIC.Core;
Group Icon

Joined: 26 Jul, 2007
Posts: 8,998



Thanked: 126 times
Dream Kudos: 8625
Expert In: VB, VB.Net, C#, SQL, ASP, ASP.Net, Web Development, HTML, CSS, Win32 API, Javascript, mySQL, J#, Boo.Net

My Contributions
New C# Tutorial:

Basic Calculator in C#
User is offlineProfile CardPM
+Quote Post

maduram
RE: C# Tutorial Suggestions
11 Sep, 2007 - 09:32 PM
Post #12

New D.I.C Head
*

Joined: 9 Sep, 2007
Posts: 11


My Contributions
Dear Psycho,
I already posted a topic named 'problem in windows programming' ...u told u will be looking in to it..so please do it.....if anyone else can solve the problem, u can very well do it....thnx in advance...

User is offlineProfile CardPM
+Quote Post

8 Pages V  1 2 3 > » 
Fast ReplyReply to this topicStart new topic
Time is now: 12/3/08 10:33PM

Live C# Help!

C# Tutorials

Reference Sheets

C# Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month