I'm alex and i just found this forum by googling( like most of other members), and i'm here to help and to be helped.
I like to learn new things, so i think that this is the right forum for me.
Alex.
19 replies to this topic
#1
Posted 04 July 2008 - 08:36 AM
|
|
|
#2
Posted 04 July 2008 - 08:38 AM
Welcome Alex!
#3
Posted 04 July 2008 - 08:39 AM
Thank you, tomitzel.
#4
Guest_Jordan_*
Posted 04 July 2008 - 06:39 PM
Guest_Jordan_*
Hey seliver, welcome to the forum! What programming languages do you know?
#5
Posted 04 July 2008 - 09:43 PM
Welcome to CodeCall, seliver!
#7
Posted 05 July 2008 - 11:13 AM
Quote
Hey seliver, welcome to the forum! What programming languages do you know?
Quote
Welcome to CodeCall, seliver!
Quote
Welcome to CC, seliver! I suggest you learn .NET with either VB.NET or C#.
What does the .NET and the VB.NET are for?
By the ".NET", i think that they are turned to internet, or they aren't?
#8
Posted 06 July 2008 - 12:10 PM
You're gonna be friends with Methodz - he loves C and Assembly...
.NET in this case has nothing to do with the internet. Microsoft created something called the .NET Framework. It is pretty much a huge collection of classes and objects for you to use. You can use any .NET language such as C#, VB or managed C++. For example, .NET includes a System.IO namespace, so to read files, simply use a line such as:
[HIGHLIGHT=csharp]string txtFile = System.IO.File.ReadAllText(@"C:\temp\myfile.txt");[/HIGHLIGHT]
As long as the user has the .NET Framework installed, they can run the programs. You use the Visual Studio 2008 Express Editions IDEs. If you need any help, just ask.
.NET in this case has nothing to do with the internet. Microsoft created something called the .NET Framework. It is pretty much a huge collection of classes and objects for you to use. You can use any .NET language such as C#, VB or managed C++. For example, .NET includes a System.IO namespace, so to read files, simply use a line such as:
[HIGHLIGHT=csharp]string txtFile = System.IO.File.ReadAllText(@"C:\temp\myfile.txt");[/HIGHLIGHT]
As long as the user has the .NET Framework installed, they can run the programs. You use the Visual Studio 2008 Express Editions IDEs. If you need any help, just ask.
#9
Posted 07 July 2008 - 03:58 AM
I would love to meet someone with the same interests...
About .NET, i've never thought that it was that kind of language...at the first look, it's simple, but i'll see if it is so simple as it looks like...and thank you Xav to give me all that information!
About .NET, i've never thought that it was that kind of language...at the first look, it's simple, but i'll see if it is so simple as it looks like...and thank you Xav to give me all that information!
#10
Posted 07 July 2008 - 05:14 AM
Yeah you'll be good friends with Methodz, he likes C and Assembly and not so much us .NET languages like us ".NET fanboys" as he referred to us as. lol
.NET doesn't have much of anything to do with the internet except for ASP.NET i guess. .NET languages use the .NET framework which has a lot of classes and functions that you can use.
Welcome to CodeCall and I hope you enjoy yourself :)
.NET doesn't have much of anything to do with the internet except for ASP.NET i guess. .NET languages use the .NET framework which has a lot of classes and functions that you can use.
Welcome to CodeCall and I hope you enjoy yourself :)
#12
Posted 07 July 2008 - 06:37 AM
Yeah :) want to do that?? :D


Sign In
Create Account

Back to top









