boo blizzi
Regular Member
- May 28, 2009
- 365
- 297
there was a brief mention of python...how is that for making bots?
learnvisualstudioDOTnet/csharptutorials.aspx
Hi there!
So C# seems suitable for developing Blackhat Tools and bots. Which resources did you use to learn it? Isrecommendable?Code:learnvisualstudioDOTnet/csharptutorials.aspx
Can't post URL here.
And how long did it take until you were able to code you first working program which e.g. scrapes profiles and exports them into an Excel file?
Salute
.net is a great (and powerful) rapid development platform.
c#/vb,net are both excellent.
how long it takes you to get up and running really depends on a lot of variables though. mainly your experience going in with programming in general, your desire and aptitude towards learning new skills, and how ambitious the functionality you're trying to create is.
like any type of development you can quickly become your worst enemy by biting off more than you can chew features wise and then getting frustrated when you can't create it all in one day.
developing any type of software is always an iterative process, especially when first starting out or entering in to a new language. start relatively small. build from your successes and learn from your mistakes (i speak from personal experience when i say that you will have plenty of both).
above all, don't get discouraged. setting hard time lines when you're learning something new can quickly lead to frustration. it's more important to learn something than it is to learn it in X days most of the time.
Thank you! Great post!
I read a few of your post and you started with VB I think, so you already had some kind of background when you started learning C#. Can you recommend anything for someone starting totally from scratch?
Salute
What would you guys recommend to someone with NO programming/language experience at all?
Something that would help with web design, internet marketing, etc etc.
The way I went is this. I learned vb.net first, but because there are more reference for c#, I kept on translating c# to vb.net. Now I know both. .net languages are now very powerful if you know how to use it, and support for it is good. Its just how you use it, like most people use httpwebrequest and find that it has many limitations so they tend to stop there and conclude that its not powerful. Why not create your own wrapper using the system.net.sockets then. You can also code xbox games using .net etc now. Microsoft is giving good support for the platform.
As this is a marketing forum, I suggest you use .net. You dont want to be a plain coder and spend a lot of time coding, you just need to create the tools you need for marketing, fast.
i have heard about being able to do the games for xbox in .net, does that leverage silverlight? i've not looked in to that type of dev yet.
that's why i love .net
say what you will about proprietary code and ms platform use, but the power, speed, and flexibility of the suite is just amazing.
If you are looking to create internet marketing tools, then I would suggest going with C#. If you are looking to make games, then I would suggest going with C++.
there was a brief mention of python...how is that for making bots?