@pcangeldust it is similar by syntax..but C# is super set of C. Now a days C you learn for understanding programming. whereas C# you learn to implement in real time applications. Its way ahead than programming concepts and using C# you can create robust web/standard scalable applications.
@moveaxebx Here you mean scalable means platform independence. where as according to him scalable means the "reach" of applications. You can enhance application at any extent. try googling with C# on linux.
i've always wondered why there is not even 1 c# programming tutorial in youtube.. there are java, c,c++...etc...i mean what's up with this language?? nobody likes it or what???
C# is great, Java inventor Gosling said about C# that it's an imitation of Java only with security, reliability and other good features taken away. Of course that makes no sense I think he was just jealous of MS creating a high-quality, consistent OO language.
Person person = new Person("Gosling");
if(person.Technology == EnumTechnology.Java)
{ throw new PersonCantBeTrustedWhenTalkingAboutCSharpException();
@martmelee I wonder the same thing. I love it, and just recently got 1st place in a programming contest that i wrote in c#. So i know the language is powerful and has the flexibility to do what you need it to.
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
Everybody is saying learn c# before learning any other language. As a beginner I started learning c++ right away and I had no trouble understanding it. So don't be afraid to start c++ as a beginner.
@detibry Depending on what you mean, this statement is utter bullshit. I mean, I know C++, I've used it alot, but my choice is C#. Why? Because you save an assload on time. C++ forces you to spend time on very tedious things like window handles, memory allocation (and deallocation), object structure (contrary to popular belief, the object orientation in C++ is shit, especially when dealing with polymorphism) and lots more. "Pro"'s don't use C++ because it's a waste of time and money.
@Kamikaze933 The reason you learn pascal is to help you understand how programming works. you dont start from object oriented programming and go to procedural programming. Its the opposite way round.
I started learning C# a few months back and PASCAL is about as much use as a pair of tits on a frog. C# is an object oriented language and PASCAL is a procedural language, they have little in common so I'm having to unthink PASCAL to understand C#.
I chose C# because it apparently is similar to several other languages, making conversion to C++ and Java easier. I find it really hard though. Besides it stands for C++++ so must be the future!
Do you even know what your talking about? SQL is Standardized Query Language. There are diffrent variants of it. Such as MySQL And MsSQL. Sheesh.. Learn shit before you post.
Lol MySQL is a database system, wich includes SQL in a maner to wright certaint querys to a database. MySQL is a Database System, SQL is the language to wright the querys. Do you even know what your talking about?
Look at wiki: SQL, that there are companies (SUN,MS) that wright there own platform for Databases has nothing to do with SQL in that way.
your saying that because you know VB better or this is how you started? It's a really bad way to start because VB has little to do with C#. I recomend starting as a noob with something like Pascal that you can understand without any problem, and then go for C# to make apps with a user interface (for the noobs: that's the windows and controls.
ActionScript 3.0 is a fully functional OO based scripting language. It is an international standardized script, its not Flash it complements flash, but it IS an interpreted programming language for web and server compatibility. Get your facts straight
I would say to just go with Java since it isn't going anywhere anytime soon and it's been around for a while so you will find help everywhere you look. C# on the other hand has just recently come out and is platform dependent(Windows).
America doesn't want to face up to the fact that we use outdated used military equipment , thats not what I would call secure civilian communications.
everybody has to know that any application made will never be 100% secure no matter how many secure shit you install on your computer i think hackers are alway 1 feet ahead of the next big secure applications so i don't know why people keep wasting time on this shit there really is no point it's only a matter of time before your the victim theft never sleep they will rob you in broad day light and in front of other people and the police at least the real smart ones
depends on what you're doing but once you master c# it's not 40% slower than c++...while you type 10000 lines of code.. i only need 10 to run the application
Yeah, these tutorials are level one...then you pick up a book and it's level 7. The solution is to read constantly until you hate reading. Programming requires years of learning and then more reading to keep up will all the changes. Get every book you can and look at all the free source code you can. You will learn from others code faster then a book.
My only complaint is that it these tutorials are not goal oriented. Yeah sure you may learn the basics of C#, but once you are done with the course, NOW WHAT !??
It is not like your going to now go out there and code the next MMORPG. I rather see Joe grip say, okay now we are going to use C# to make a FPS or RPG. Then go step by step into the interworkings of a game development workflow.
Digital Tutors is goal oriented. Sure they deal with art programs but I like their style of teaching.
Is C# the same as C?
pcangeldust 3 weeks ago
@pcangeldust it is similar by syntax..but C# is super set of C. Now a days C you learn for understanding programming. whereas C# you learn to implement in real time applications. Its way ahead than programming concepts and using C# you can create robust web/standard scalable applications.
adityavedios 1 week ago
Very good presentation !!
rpsupload 2 months ago
If the programmer is an arrogant, foul-smelling antisemite working for an
Israeli security firm, but he writes a chunk of code that makes people gasp at its beauty, then
he gets the reward, no matter what the political consequences.
6580006247 5 months ago
This has been flagged as spam show
For more tutorials on c#
visit : c-sharpcenter.blogspot.com
saif1597 5 months ago
How is C# scalable? It only runs on Windows platofrm
moveaxebx 6 months ago
@moveaxebx Here you mean scalable means platform independence. where as according to him scalable means the "reach" of applications. You can enhance application at any extent. try googling with C# on linux.
adityavedios 1 week ago
Anybody who wants to/is working on a text editor. Go to my channel for my new project im working on (source code is available)
kevinsglitches 7 months ago
what the fuck is this shit...
xKeray 8 months ago
@xKeray The fuck this shit is the fuck this shit!. Its all about basics of creating application/software.
adityavedios 1 week ago
watch?v=a1RdzztQTjc
IamHacker2 9 months ago
Go C++.
IMO It's better.
Billofbong 11 months ago
@Billofbong Can write games on all 3 platforms
recka5000 8 months ago
Comment removed
kksunnygr8 1 year ago
string whatIThinkAboutCS = "one great computer language!!!";
for (int i = 0; i < 1024; i++) Console.WriteLine(whatIThinkAboutCS.ToUpper());
ivan00001983 1 year ago
i've always wondered why there is not even 1 c# programming tutorial in youtube.. there are java, c,c++...etc...i mean what's up with this language?? nobody likes it or what???
martmelee 1 year ago
@martmelee
C# is great, Java inventor Gosling said about C# that it's an imitation of Java only with security, reliability and other good features taken away. Of course that makes no sense I think he was just jealous of MS creating a high-quality, consistent OO language.
Person person = new Person("Gosling");
if(person.Technology == EnumTechnology.Java)
{ throw new PersonCantBeTrustedWhenTalkingAboutCSharpException();
}
ivan00001983 1 year ago 6
Comment removed
kksunnygr8 1 year ago
@martmelee I wonder the same thing. I love it, and just recently got 1st place in a programming contest that i wrote in c#. So i know the language is powerful and has the flexibility to do what you need it to.
Juicey1245 1 year ago
Comment removed
akis231 1 year ago
great! thanks
TranXuongICT016 1 year ago
Thanks for sharing this informative Video. For Expert Level .NET Video's visit "TheSYNERGETICS" channel on youtube . Synergetics is Awarded as the Best. NET Training Service Provider by Microsoft
aspdotnetexperts1 1 year ago
enseñame a programar putito
reCksfofo 1 year ago
Everybody is saying learn c# before learning any other language. As a beginner I started learning c++ right away and I had no trouble understanding it. So don't be afraid to start c++ as a beginner.
bumrang 1 year ago
printf ("Hello World!\n"); - COMPUTER SCIENTIST? Then associate with peers computerscienceassociates .co.uk /register GET vacancy alerts, salary reports, CV tips,.career advice...MOVE JOB
csuebv 1 year ago
beginners learn C# java VB etc
but any pro worth their salt knows C/C++
detibry 1 year ago
@detibry Depending on what you mean, this statement is utter bullshit. I mean, I know C++, I've used it alot, but my choice is C#. Why? Because you save an assload on time. C++ forces you to spend time on very tedious things like window handles, memory allocation (and deallocation), object structure (contrary to popular belief, the object orientation in C++ is shit, especially when dealing with polymorphism) and lots more. "Pro"'s don't use C++ because it's a waste of time and money.
cuddlefluff 1 year ago
@cuddlefluff right on right on!!!
Quantumew 1 year ago
This has been flagged as spam show
gimmecsharp[dot]blogspot[dot]com from C# tutorials
RueLeonheart 1 year ago
This has been flagged as spam show
Hi people,
there is a new social network dedicated to everyone who is interested in graphic,hacking,programming and information technology.
The link is: nerdz.gotdns.org
ENJOY!
Cinderellasdrunk 1 year ago
C# was "Designed from the ground up"???? Please
DNAunion 1 year ago
С is not difficulty
dobryiivan 1 year ago
very good! I am learing c#,I have learned c++ for 3 years,so i find c# is relatively easy to learn. It is very powerful!
dandywen 1 year ago
PASCAL IS CRAP!!!!!!!!!!!!!!!!!1
Kamikaze933 1 year ago
@Kamikaze933 The reason you learn pascal is to help you understand how programming works. you dont start from object oriented programming and go to procedural programming. Its the opposite way round.
moey1990786 1 year ago
@moey1990786 Yeah i had a nerg rage there :P pascal has eaten lots of my time and trying to unlearn it is quite hard.
Kamikaze933 1 year ago
This has been flagged as spam show
if you're interested in computer science, please take a look at my website at binaryvalue (dot) com
FrostElite27 1 year ago
hello i have a question I always hear value there value there but what is value ??
12profi
12profi 1 year ago
I started learning C# a few months back and PASCAL is about as much use as a pair of tits on a frog. C# is an object oriented language and PASCAL is a procedural language, they have little in common so I'm having to unthink PASCAL to understand C#.
I chose C# because it apparently is similar to several other languages, making conversion to C++ and Java easier. I find it really hard though. Besides it stands for C++++ so must be the future!
omgitshardtofindanid 1 year ago
@omgitshardtofindanid You'd have been in a better position to learn C first then you can learn C++, C# or Objective C.
DavidRobertRoy 1 year ago
how about f#
naturalpsychic123 1 year ago
Nice vid!
th3computeradmin 1 year ago
Comment removed
desaivishal11 2 years ago
would you recommend java or c#?
rax7 2 years ago
For beginning? Start with Visual Basic, then go C(++) then go PHP then go Java, if you know Java you know C#
xzaz2 2 years ago
but that's gonna take too long.
rax7 2 years ago
O rly? You need that experience...
xzaz2 2 years ago
I freakin' love PHP and MySQL lol :)
VoreUpload 2 years ago
MySQL is not a scripting language, SQL is :P
xzaz2 2 years ago
Do you even know what your talking about? SQL is Standardized Query Language. There are diffrent variants of it. Such as MySQL And MsSQL. Sheesh.. Learn shit before you post.
VoreUpload 2 years ago 2
Lol MySQL is a database system, wich includes SQL in a maner to wright certaint querys to a database. MySQL is a Database System, SQL is the language to wright the querys. Do you even know what your talking about?
Look at wiki: SQL, that there are companies (SUN,MS) that wright there own platform for Databases has nothing to do with SQL in that way.
xzaz2 2 years ago
your saying that because you know VB better or this is how you started? It's a really bad way to start because VB has little to do with C#. I recomend starting as a noob with something like Pascal that you can understand without any problem, and then go for C# to make apps with a user interface (for the noobs: that's the windows and controls.
VitDavide17 2 years ago 2
@VitDavide17
Yeah i just went from Pascal to c# :D
TheSaggyTit 2 years ago 6
@TheSaggyTit i went from ruby to Python, to C# : )
rokstar234 9 months ago
@rokstar234 Great to know..any particular reason?
adityavedios 1 week ago
or actionscript
pvpfiish 2 years ago
@pvpfiish actionscript is flash... not a programming language..
malchiah9090 1 year ago
ActionScript 3.0 is a fully functional OO based scripting language. It is an international standardized script, its not Flash it complements flash, but it IS an interpreted programming language for web and server compatibility. Get your facts straight
stedav 1 year ago
@stedav My facts are straight.. Action script is for flash.
malchiah9090 1 year ago
@VitDavide17 C# script is much harder then Visual C# !
1Mihailo 1 year ago
@1Mihailo Perhaps use ASP .NET then?
Promangram 1 year ago
I would say to just go with Java since it isn't going anywhere anytime soon and it's been around for a while so you will find help everywhere you look. C# on the other hand has just recently come out and is platform dependent(Windows).
lee155912000 2 years ago
Java, if you'll use internet programming. Hacking internet stuff.
C# programming games..
Programs, can be online.
Just my view, I recommend C#
Hardish..
Java
Hardishh...
Both mega hard, start with vb08..
imalwayswatchingu00 2 years ago
I am a c++ programmer and I must admit c# is incredibly time-saving however it is not as powerful and flexible as c++.
C0deZombie 2 years ago 3
Of course not, because it's a higher level language than c++, meant for rapid development. and ignoring deallocation, dangerous pointers, etc
oskenso 2 years ago
America doesn't want to face up to the fact that we use outdated used military equipment , thats not what I would call secure civilian communications.
azkeyz 2 years ago
Then use C++ coding and C for chips. Thus, nobody can get your information and technology, even Americans :))
predatora 2 years ago
This has been flagged as spam show
everybody has to know that any application made will never be 100% secure no matter how many secure shit you install on your computer i think hackers are alway 1 feet ahead of the next big secure applications so i don't know why people keep wasting time on this shit there really is no point it's only a matter of time before your the victim theft never sleep they will rob you in broad day light and in front of other people and the police at least the real smart ones
toonyfatninjas 2 years ago
This has been flagged as spam show
New gaming forum gamezstorm(dot)info if you're interested in gaming, computer programming or webdesign show your support and register there!
FrostyElite 2 years ago
Comment removed
kstar212 2 years ago
how do you determine a multiline textbox and it's height as code?
smithxi 3 years ago
Why would you do that, just go to the view of it and clikc the arrow pointing to the right. It's much simpler.
Kaish3k 3 years ago
try:
textBoxblabla.MultiLine = True;
GilbMLRS 3 years ago
for example:
textBox1.MultiLine=true;
textBox1.Height=200;
GilbMLRS 3 years ago
It says multiline is not a valid option when I try to compile it.
smithxi 2 years ago
depends on what you're doing but once you master c# it's not 40% slower than c++...while you type 10000 lines of code.. i only need 10 to run the application
ceerijjay 3 years ago 3
Yeah, these tutorials are level one...then you pick up a book and it's level 7. The solution is to read constantly until you hate reading. Programming requires years of learning and then more reading to keep up will all the changes. Get every book you can and look at all the free source code you can. You will learn from others code faster then a book.
devinmccloud 3 years ago 2
My only complaint is that it these tutorials are not goal oriented. Yeah sure you may learn the basics of C#, but once you are done with the course, NOW WHAT !??
It is not like your going to now go out there and code the next MMORPG. I rather see Joe grip say, okay now we are going to use C# to make a FPS or RPG. Then go step by step into the interworkings of a game development workflow.
Digital Tutors is goal oriented. Sure they deal with art programs but I like their style of teaching.
TheTruthIsGonnaHurt 3 years ago 3
is c# the official successor to c++? Is it good for game development? Are there any commercial games developed in c#?
SoulArms 3 years ago
C# is easier but 2-40% slower than C++
harleybristowabc 3 years ago
55922 view,thanks alot
limkokding 3 years ago
55,391 view
guitarpoison 3 years ago
50,000th view
stevenpers 3 years ago
54,824th view
rhillner 3 years ago
hi i ant more video in c# , how can i get please help me
arunprakashp100 3 years ago
nice dude............
asur2478 4 years ago
This has been flagged as spam show
Pooooor... I know this things.
Dynax34 4 years ago
don't be so cocky, it'll make you smarter
PiotrTarasov 3 years ago 21
ya Dynax34 you aren't even a programmer
maxpayne556 3 years ago
@PiotrTarasov No, if you are cocky a gay guy is going to fuck you, lol.
SergeantNugget 9 months ago
good for you...now maybe focus on your english asshole
shizzTITSHIT123 3 years ago
my eyes have glazed over.. you must be a coder.. not a marking babe!!
ManTigerBMW 4 years ago
vool
lastride04 4 years ago
güzel
sucveysel 4 years ago
nice dude -very helpful :)
khi195 4 years ago
This is the 2/2 not the 1/2 and the marked as 2/2 is the 1/2....
Anyway.... thanks!
juanefren 4 years ago
looks nice:)
S1lv3rr0ck3r 4 years ago
thanks nice primer
Malinyc 4 years ago