i want to learn c# coding.
Page 1 of 111 Replies - 2577 Views - Last Post: 03 March 2011 - 01:19 PM
#1
i want to learn c# coding.
Posted 28 February 2011 - 06:28 PM
i have a problem with my project which i have to use the otsu's threshold in c#. how am i gonna write them in the code. i have done the formula on the calculating then the algorithm.i done have the basic knowing on c#.my project is about to convert gray level image to binary image.
i've done on the research of this algorithm. so now i don't know how to convert it in coding.
Replies To: i want to learn c# coding.
#2
Re: i want to learn c# coding.
Posted 28 February 2011 - 06:32 PM
so to get this clear, you havn't done any programming before?,
if soo i think you might want to spend alot of time reading haha,
else im not sure what your asking? is it that you dont know how to start learning c# or is it that you want to know how to convert and image to binary?
if soo i think you might want to spend alot of time reading haha,
else im not sure what your asking? is it that you dont know how to start learning c# or is it that you want to know how to convert and image to binary?
#3
Re: i want to learn c# coding.
Posted 28 February 2011 - 06:41 PM
ok..my project is to convert the image.in same time i have to learn on programming c# because im using the visual studio.i've never learn programming and i just knowing about java just a bit.
#4
Re: i want to learn c# coding.
Posted 28 February 2011 - 07:04 PM
ok well ill will give you a few resources to get you started on learning c# and your IDE.
http://www.youtube.c...h?v=ouBqAveos_8
http://msdn.microsof...6(v=vs.71).aspx
http://www.csharp-st...m/Tutorial.aspx
good luck, once you get a firm understanding explore the web for others who may have the same project.
(note: this is not just an overnight project.)
hope this helps
http://www.youtube.c...h?v=ouBqAveos_8
http://msdn.microsof...6(v=vs.71).aspx
http://www.csharp-st...m/Tutorial.aspx
good luck, once you get a firm understanding explore the web for others who may have the same project.
(note: this is not just an overnight project.)
hope this helps
#5
Re: i want to learn c# coding.
Posted 28 February 2011 - 07:05 PM
I'm sure you've heard the saying "walk before you can run".
You're going to have to become familiar with C# and the .NET framework before you can even think about image conversion.
I am going to guess that you are trying to teach yourself C# without much guidance, a decent book or without knowing where to look. Sometimes just knowing where to look can make all the difference. Google is your friend.
Search with either "C#" or "MSDN" as the first word: "MSDN Picturebox", "C# Custom Events", "MSDN timer" etc.
May I suggest picking up a basic C# introductory book? There are so many great "How do I build my first application" tutorials on the web... There are dozens of "Learn C# in 21 days", "My first C# program" books at your local book seller or even public library.
C# resources. Start here
The tutorials below walk through making an application including inheritance, custom events and custom controls.
Quick and easy custom events
Bulding an application - Part 1
Building an application - Part 2
Debugging tutorial
Working with environmental variables
Intro to C# online tutorial
Build a Program Now! in Visual C# by Microsoft Press, ISBN 0-7356-2542-5
is a terrific book that has you build a Windows Forms application, a WPF app, a database application, your own web browser.
C# Cookbooks
Are a great place to get good code, broken down by need, written by coding professionals. You can use the code as-is, but take the time to actually study it. These professionals write in a certain style for a reason developed by years of experience and heartache.
Microsoft Visual Studio Tips, 251 ways to improve your productivity, Microsoft press, ISBN 0-7356-2640-5
Has many, many great, real-world tips that I use all the time.
Writing a text file is always one of the first things people want to do, in order to store data like high-scores, preferences and so on
Writing a text file tutorial.
These are just good every-day references to put in your bookmarks.
MSDN C# Developers Center with tutorials
Welcome to Visual Studio
Have you seen the 500+ MSDN Code Samples? They spent a lot of time creating samples and demos. It seems a shame to not use them.
You're going to have to become familiar with C# and the .NET framework before you can even think about image conversion.
I am going to guess that you are trying to teach yourself C# without much guidance, a decent book or without knowing where to look. Sometimes just knowing where to look can make all the difference. Google is your friend.
Search with either "C#" or "MSDN" as the first word: "MSDN Picturebox", "C# Custom Events", "MSDN timer" etc.
May I suggest picking up a basic C# introductory book? There are so many great "How do I build my first application" tutorials on the web... There are dozens of "Learn C# in 21 days", "My first C# program" books at your local book seller or even public library.
C# resources. Start here
The tutorials below walk through making an application including inheritance, custom events and custom controls.
Quick and easy custom events
Bulding an application - Part 1
Building an application - Part 2
Debugging tutorial
Working with environmental variables
Intro to C# online tutorial
Build a Program Now! in Visual C# by Microsoft Press, ISBN 0-7356-2542-5
is a terrific book that has you build a Windows Forms application, a WPF app, a database application, your own web browser.
C# Cookbooks
Are a great place to get good code, broken down by need, written by coding professionals. You can use the code as-is, but take the time to actually study it. These professionals write in a certain style for a reason developed by years of experience and heartache.
Microsoft Visual Studio Tips, 251 ways to improve your productivity, Microsoft press, ISBN 0-7356-2640-5
Has many, many great, real-world tips that I use all the time.
Writing a text file is always one of the first things people want to do, in order to store data like high-scores, preferences and so on
Writing a text file tutorial.
These are just good every-day references to put in your bookmarks.
MSDN C# Developers Center with tutorials
Welcome to Visual Studio
Have you seen the 500+ MSDN Code Samples? They spent a lot of time creating samples and demos. It seems a shame to not use them.
#6
Re: i want to learn c# coding.
Posted 28 February 2011 - 07:06 PM
We have a nice tutorial series going on in the C# Programmers Lounge - check it out.
Also put a bit more effort in your grammar. Start your sentences with capital letters, etc, let's us know you are actually putting some effort in.
Also put a bit more effort in your grammar. Start your sentences with capital letters, etc, let's us know you are actually putting some effort in.
#8
Re: i want to learn c# coding.
Posted 03 March 2011 - 03:38 AM
thanks every one...i've been working out here...
#9
Re: i want to learn c# coding.
Posted 03 March 2011 - 04:29 AM
Excellent choice on picking C-Sharp !!!
#10
Re: i want to learn c# coding.
Posted 03 March 2011 - 07:41 AM
tlhIn`toq, on 28 February 2011 - 07:05 PM, said:
I'm sure you've heard the saying "walk before you can run".
You're going to have to become familiar with C# and the .NET framework before you can even think about image conversion.
I am going to guess that you are trying to teach yourself C# without much guidance, a decent book or without knowing where to look. Sometimes just knowing where to look can make all the difference. Google is your friend.
Search with either "C#" or "MSDN" as the first word: "MSDN Picturebox", "C# Custom Events", "MSDN timer" etc.
May I suggest picking up a basic C# introductory book? There are so many great "How do I build my first application" tutorials on the web... There are dozens of "Learn C# in 21 days", "My first C# program" books at your local book seller or even public library.
C# resources. Start here
The tutorials below walk through making an application including inheritance, custom events and custom controls.
Quick and easy custom events
Bulding an application - Part 1
Building an application - Part 2
Debugging tutorial
Working with environmental variables
Intro to C# online tutorial
Build a Program Now! in Visual C# by Microsoft Press, ISBN 0-7356-2542-5
is a terrific book that has you build a Windows Forms application, a WPF app, a database application, your own web browser.
C# Cookbooks
Are a great place to get good code, broken down by need, written by coding professionals. You can use the code as-is, but take the time to actually study it. These professionals write in a certain style for a reason developed by years of experience and heartache.
Microsoft Visual Studio Tips, 251 ways to improve your productivity, Microsoft press, ISBN 0-7356-2640-5
Has many, many great, real-world tips that I use all the time.
Writing a text file is always one of the first things people want to do, in order to store data like high-scores, preferences and so on
Writing a text file tutorial.
These are just good every-day references to put in your bookmarks.
MSDN C# Developers Center with tutorials
Welcome to Visual Studio
Have you seen the 500+ MSDN Code Samples? They spent a lot of time creating samples and demos. It seems a shame to not use them.
You're going to have to become familiar with C# and the .NET framework before you can even think about image conversion.
I am going to guess that you are trying to teach yourself C# without much guidance, a decent book or without knowing where to look. Sometimes just knowing where to look can make all the difference. Google is your friend.
Search with either "C#" or "MSDN" as the first word: "MSDN Picturebox", "C# Custom Events", "MSDN timer" etc.
May I suggest picking up a basic C# introductory book? There are so many great "How do I build my first application" tutorials on the web... There are dozens of "Learn C# in 21 days", "My first C# program" books at your local book seller or even public library.
C# resources. Start here
The tutorials below walk through making an application including inheritance, custom events and custom controls.
Quick and easy custom events
Bulding an application - Part 1
Building an application - Part 2
Debugging tutorial
Working with environmental variables
Intro to C# online tutorial
Build a Program Now! in Visual C# by Microsoft Press, ISBN 0-7356-2542-5
is a terrific book that has you build a Windows Forms application, a WPF app, a database application, your own web browser.
C# Cookbooks
Are a great place to get good code, broken down by need, written by coding professionals. You can use the code as-is, but take the time to actually study it. These professionals write in a certain style for a reason developed by years of experience and heartache.
Microsoft Visual Studio Tips, 251 ways to improve your productivity, Microsoft press, ISBN 0-7356-2640-5
Has many, many great, real-world tips that I use all the time.
Writing a text file is always one of the first things people want to do, in order to store data like high-scores, preferences and so on
Writing a text file tutorial.
These are just good every-day references to put in your bookmarks.
MSDN C# Developers Center with tutorials
Welcome to Visual Studio
Have you seen the 500+ MSDN Code Samples? They spent a lot of time creating samples and demos. It seems a shame to not use them.
Great list man, I actually saw a couple of things i didn't know in there.
And as you start coding I highly reccomend visual C# step by step 2010, I have been reading it for a while now and the clarity it explains it in is amazing. Hope I helped
#11
Re: i want to learn c# coding.
Posted 03 March 2011 - 08:00 AM
Don't quote huge posts like that.
Page 1 of 1
|
|

New Topic/Question
Reply




MultiQuote




|