Hello
Could someone please post a link to open source Visual Studio 2005 C# projects I am new to Microsoft, .Net and C# and I am totally lost. Are VS .Net 2003 and VS 2005 two different things To me it seems so.
Thank you
Hello
Could someone please post a link to open source Visual Studio 2005 C# projects I am new to Microsoft, .Net and C# and I am totally lost. Are VS .Net 2003 and VS 2005 two different things To me it seems so.
Thank you
Need sample projects
IXOYE333
if you are just start to learn c3 i suggest to you to start reading a book,tutorial ,article about the subject first
any way there are some sites that have samples
http://www.gotdotnet.com/community/usersamples/
http://msdn.microsoft.com/vcsharp/downloads/samples/23samples/
http://www.practicaldot.net/en2/main.htm
http://msdn.microsoft.com/vcsharp/
http://www.codeproject.com
Jonathan MacCollum
Hi,
here's a link to Microsoft's 101 samples page to get you started. You can download samples in VB or C# version.
Also, look here for C# open source projects.
And yes, VS2003 and VS2005 are two different things. Simply speaking, you can use VS2003 for developing application to run on .NET framework 1.1, while VS2005 is used for developing applications that run on .NET framework 2.0.
Open source projects from the above mentioned page are mainly written for .NET framework 1.1/VS2003, but you shouldn't have much difficulties opening/converting them in VS2005.
Andrej