Not to my knowledge. It does come with templates that you can modify for startup projects though. It also comes with
lot's of time saving features. And if you are learning there are things like dynamic help. Integrated help. Stack
views, breakpoints. The list goes on and on.
In reality you can load the .NET framework on your computer and write programs all day long with just Notepad. But
sooner of later you are going to want to compile them and see if they run. You would then load the SDK and use the
included compilers (VB.NET, C#) and compile and run them. At some point you are going to want to do some advanced
debugging. And are probably getting tired of looking up help information online by starting a browser and going to MSDN
or other resource. You are probably also getting tired of wiring up all your event handling by hand also. As well
getting a little confused as to what is doing what in your ASP.NET/SQL backend web widget app you are writing that is
spread out amongst 300 source files. You are now ready for the IDE. Actually you were hopefully ready for the IDE long
before this point.
--
....Carl Frisk
Anger is a brief madness.
- Horace, 20 B.C.
http://www.carlfrisk.com
"TSDing" <dingts_removethis_@pc.jaring.my> wrote in message news:423f822e$(E-Mail Removed)...
>
> Does these IDE comes with extra functions or clases ?
>
> I heard there is a VS2005 coming, any idea when ?
>
> Regards
> TSDing
>
> "Carl Frisk" <(E-Mail Removed)> wrote in message
> news:#(E-Mail Removed)...
>> The SDK is pretty bare bones. And would be tough to use in a true
> production dev environment.
>> VS2003 is pay and well worth the money IMO. There are other IDE's you can
> buy also. Borland has one.
>>
>> If you have time on your hands but not much money the SDK is a good way to
> start out. But for things like intellesense,
>> debugging, and organization a true IDE can't be beat IMO.
>>
>> --
>> ...Carl Frisk
>> Anger is a brief madness.
>> - Horace, 20 B.C.
>> http://www.carlfrisk.com
>>
>>
>> "TSDing" <dingts_removethis_@pc.jaring.my> wrote in message
> news:423f7616$(E-Mail Removed)...
>> > Dear all,
>> >
>> > 1. Is it true that C# comes with .net 1.1 sdk and it is free ?
>> > 2. Will the .net 2 comes with C# ? will it be free too ?
>> > 3. If 1 and 2 are true, is there a possibility that one day it will be a
>> > paying product ?
>> >
>> > Regards
>> > TSDing
>> >
>> >
>>
>
>