In the hour of 01:49 AM 8/29/2002 +0430, Mr Babak Memari spoke this: > After a debating with myself,finnaly I started >learning a programming language. >I chose "Microsoft Visual Studio.NET" . >Also after a lot of searching in my city I found a "Free Course". >(I am believe in FREE) > > Now I want to find excellent resources about Free documents and > sources of Microsoft Visual Studio.NET programs. >Also I want to know how to avoid bad writting and how to write a >program free of Bugs and Overflow. > > Is "the Overflow" because of bad writting or bad programmer or >bad programming languages ?And I am looking for good mailing lists >and discussion groups about "Microsoft Visual Studio.NET" .Which >one do you recommened? > >I would appreciate it if you guid me.
Well I hate to bust your bubble Babak, but Visual Studio.NET is a collection of separate languages: Visual Basic.NET, Visual C++.NET, JScript.NET, and Visual C#.NET. Furthermore, no one has to buy Visual Studio.NET to be able to write .NET web services or applications as Microsoft provides for free a collection named the .NET Framework SDK which comes with compilers (C#, JScript.NET, VB .NET, and Managed C++), the .NET Framework Class Library (from Microsoft.CSharp to System.Xml.Xsl), and various tools (including a command-line debugger). You can download the entire SDK from the MSDN site here: http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml For support you can start here with the microsoft.public.dotnet.* newsgroups: http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=microsoft.public.dotnet Happy coding (or hair pulling, teeth grinding, or finger nail chewing :) ) Peter Kaulback "verbosity leads to unclear, inarticulate things." - governor George W. Bush jr. 11/30/96 ============= PCWorks Mailing List ================= Don't see your post? Check our posting guidelines & make sure you've followed proper posting procedures, http://pcworkers.com/rules.htm Contact list owner <[EMAIL PROTECTED]> Unsubscribing and other changes: http://pcworkers.com =====================================================
