Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Oct 18th, 2007, 9:09 AM   #11
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Re: C# Programming

I haven't had a problem with Visual C# Express Edition. Does what I need. Visual C# and SQL Server 2005 Express Edition work great together. I end up making all of my personal programs in C# and SQL Server. I just wish that the .NET CLR would be cross-platform.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Oct 18th, 2007, 10:41 AM   #12
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 841
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: C# Programming

What is the difference between VS2005 and VS2005.NET?
titaniumdecoy is offline   Reply With Quote
Old Oct 18th, 2007, 11:43 AM   #13
xavier
Professional Programmer
 
xavier's Avatar
 
Join Date: Oct 2004
Location: .ro
Posts: 379
Rep Power: 4 xavier is on a distinguished road
Send a message via Yahoo to xavier
Re: C# Programming

I believe there isn't one.
__________________
Don't take life too seriously, it's not permanent !
xavier is offline   Reply With Quote
Old Oct 18th, 2007, 11:52 AM   #14
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Re: C# Programming

Visual Studio .NET 2005 is the incorrect way of referring to Visual Studio 2005. All versions of Visual Studo after 6.0 enables you to create .NET applications.
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Oct 18th, 2007, 12:45 PM   #15
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 841
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: C# Programming

Well, it's not a problem after all. I found out I can get Visual Studio 2005 Professional for free through my school.
titaniumdecoy is offline   Reply With Quote
Old Oct 18th, 2007, 12:48 PM   #16
ReggaetonKing
Sexy Programmer
 
ReggaetonKing's Avatar
 
Join Date: Nov 2005
Location: New Jersey
Posts: 891
Rep Power: 3 ReggaetonKing is on a distinguished road
Send a message via AIM to ReggaetonKing
Re: C# Programming

That's awesome! Hope you like C# as much as I do!
__________________
I would love to change the world, but they won't give me the source code!
ReggaetonKing is offline   Reply With Quote
Old Oct 18th, 2007, 1:13 PM   #17
andro
Professional Programmer
 
Join Date: Oct 2005
Location: California
Posts: 294
Rep Power: 3 andro is on a distinguished road
Send a message via AIM to andro
Re: C# Programming

Quote:
Originally Posted by titaniumdecoy View Post
Well, it's not a problem after all. I found out I can get Visual Studio 2005 Professional for free through my school.

MSDN Academic Alliance?
__________________
http://www.kevinherron.com/
andro is offline   Reply With Quote
Old Oct 18th, 2007, 1:14 PM   #18
titaniumdecoy
Expert Programmer
 
titaniumdecoy's Avatar
 
Join Date: Nov 2005
Posts: 841
Rep Power: 3 titaniumdecoy is on a distinguished road
Send a message via AIM to titaniumdecoy
Re: C# Programming

Quote:
Originally Posted by andro View Post
MSDN Academic Alliance?
Yup.

Can anyone recommend a good resource for getting started with C#? Preferably online, because I don't want to pay for anything. Also it would be best if it were intended for experienced programmers (not a beginner-level intro).
titaniumdecoy is offline   Reply With Quote
Old Oct 18th, 2007, 3:43 PM   #19
Infinite Recursion
Programming Guru
 
Infinite Recursion's Avatar
 
Join Date: Jul 2004
Location: United States
Posts: 3,467
Rep Power: 8 Infinite Recursion is on a distinguished road
Send a message via MSN to Infinite Recursion Send a message via Yahoo to Infinite Recursion
Re: C# Programming

You looking for a tutorial or ebook or ???

There is a pretty good ebook floating around here somewhere titled "Programming in C#" I think its published by O'Reily.

ReggaetonKing: I'm glad you are coming over to the dark side. Are you still writing code in Java?
__________________
http://jasonpowers.net

"There are a thousand hacking at the branches of evil to one who is striking at the root."
Infinite Recursion is offline   Reply With Quote
Old Oct 18th, 2007, 7:15 PM   #20
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
Re: C# Programming

Quote:
Originally Posted by ReggaetonKing View Post
I just wish that the .NET CLR would be cross-platform.
ReggaetonKing,

As far as I know and at least as I tried, .NET CLR and WinForms are cross-platform done by Mono team, not Microsoft, IMO is kinda unofficial, below I just made two screenshots several minutes ago:

Here is the application in Windows:
http://img85.imageshack.us/img85/190/win32sg1.png

and here is the application running on Linux:
http://img85.imageshack.us/img85/861/screenshotpm4.png

It can even work without recompiling it on Linux, just get the assembly and type the command "mono assembly.exe" and it will work, but I just got the source files and compiled them on Linux. So it's the same Application in two different operating systems, this also can be done in Mac OSX if you have mono installed on it.

The official Mono website: http://www.mono-project.com/Main_Page


-Milot
milot is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Compiling .cpp file using Microsft Visual Studio 2005 sharadpro C++ 17 Mar 28th, 2006 6:50 AM
Visual Studio vs Visual C++ NightShade01 C++ 14 Feb 26th, 2006 9:39 AM
Moving code from Visual Studio 2005 to Visual Studio 2003 and back. Kami Other Programming Languages 1 Jan 11th, 2006 9:35 PM
Visual J# & Sun Java Studio Enterprise ReggaetonKing Java 0 Dec 6th, 2005 7:14 AM
Microsoft, visual studio and circles bja888 Other Programming Languages 7 Oct 21st, 2005 4:28 AM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 8:53 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC