![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#11 |
|
Sexy Programmer
|
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! |
|
|
|
|
|
#12 |
|
Expert Programmer
|
Re: C# Programming
What is the difference between VS2005 and VS2005.NET?
|
|
|
|
|
|
#13 |
|
Professional Programmer
|
Re: C# Programming
I believe there isn't one.
__________________
Don't take life too seriously, it's not permanent ! |
|
|
|
|
|
#14 |
|
Sexy Programmer
|
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! |
|
|
|
|
|
#15 |
|
Expert Programmer
|
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.
|
|
|
|
|
|
#16 |
|
Sexy Programmer
|
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! |
|
|
|
|
|
#17 | |
|
Professional Programmer
|
Re: C# Programming
Quote:
MSDN Academic Alliance? ![]()
__________________
http://www.kevinherron.com/ |
|
|
|
|
|
|
#18 |
|
Expert Programmer
|
Re: C# Programming
|
|
|
|
|
|
#19 |
|
Programming Guru
![]() ![]() ![]() |
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." |
|
|
|
|
|
#20 |
|
Programmer
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0
![]() |
Re: C# Programming
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 |
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
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 |