|
 |
aspx_beginners thread: .NET Framework SDK vs Visual Studio .NET
Message #1 by "John Criswell" <John.Criswell@j...> on Sun, 15 Sep 2002 22:19:52
|
|
I am reading Beginning ASP.NET with C# Version 1.0. The book says that I
need to install the .NET Framework SDK to do the exercises. I have
installed Visual Studio .NET on my notebook. Should I download the SDK
and install it over Visual Studio .NET, or leave it alone? Can I do the
exercise with just Visual Studio .NET or is the .NET Framework SDK
absolutely required?
John Criswell
Message #2 by Imar Spaanjaars <Imar@S...> on Sun, 15 Sep 2002 23:17:14 +0200
|
|
AFAIK, VS.NET forces you to install the runtime / framework before you can
install VS.NET.
The framework is on the "Component Update" CD (the first), so if you
successfully installed VS.NET, you should be ready to go.
The separate framework download / setup is for systems without VS, like
(production) servers and for people using other tools of course.
HtH
Imar
At 10:19 PM 9/15/2002 +0000, you wrote:
>I am reading Beginning ASP.NET with C# Version 1.0. The book says that I
>need to install the .NET Framework SDK to do the exercises. I have
>installed Visual Studio .NET on my notebook. Should I download the SDK
>and install it over Visual Studio .NET, or leave it alone? Can I do the
>exercise with just Visual Studio .NET or is the .NET Framework SDK
>absolutely required?
>
>John Criswell
Message #3 by miss ruby <unix_box@y...> on Mon, 16 Sep 2002 02:23:24 -0700 (PDT)
|
|
Yes John . you very need .NET
Framework SDK to compile your application. VS.NET
just a development tool.
--- John Criswell <John.Criswell@j...> wrote:
> I am reading Beginning ASP.NET with C# Version 1.0.
> The book says that I
> need to install the .NET Framework SDK to do the
> exercises. I have
> installed Visual Studio .NET on my notebook. Should
> I download the SDK
> and install it over Visual Studio .NET, or leave it
> alone? Can I do the
> exercise with just Visual Studio .NET or is the .NET
> Framework SDK
> absolutely required?
>
> John Criswell
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
>
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
>
> These books look at how we can create data-centric
> ASP.NET
> applications. Requiring some basic knowledge of
> ASP.NET,
> Access and SQL the authors guide you through the
> process
> of connecting and consuming information in a variety
> of
> ways. They are packed full of excellent illustrative
> code
> examples, demonstrating important fundamental
> principles.
=====
miss ruby
malaysia
__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
Message #4 by David Barnes <DavidB@w...> on Tue, 17 Sep 2002 16:37:42 +0100
|
|
Hi John
Visual Studio .NET includes the .NET Framework. If you've successfully
installed VS.NET, then the Framework will have been installed automatically.
You shouldn't need to install anything else.
I'd certainly try it without installing the Framework seperately -- I'm sure
it will work.
Cheers
David Barnes
Editor, Wrox Press
> -----Original Message-----
> From: miss ruby [mailto:unix_box@y...]
> Sent: Monday, September 16, 2002 10:23 AM
> To: aspx_beginners
> Subject: [aspx_beginners] Re: .NET Framework SDK vs Visual Studio .NET
>
>
> Yes John . you very need .NET
> Framework SDK to compile your application. VS.NET
> just a development tool.
>
>
> --- John Criswell <John.Criswell@j...> wrote:
> > I am reading Beginning ASP.NET with C# Version 1.0.
> > The book says that I
> > need to install the .NET Framework SDK to do the
> > exercises. I have
> > installed Visual Studio .NET on my notebook. Should
> > I download the SDK
> > and install it over Visual Studio .NET, or leave it
> > alone? Can I do the
> > exercise with just Visual Studio .NET or is the .NET
> > Framework SDK
> > absolutely required?
> >
> > John Criswell
> > ---
> > Beginning ASP.NET Databases using VB.NET
> > http://www.wrox.com/ACON11.asp?ISBN=1861006195
> >
> > Beginning ASP.NET Databases using C#
> > http://www.wrox.com/ACON11.asp?ISBN=1861007418
> >
> > These books look at how we can create data-centric
> > ASP.NET
> > applications. Requiring some basic knowledge of
> > ASP.NET,
> > Access and SQL the authors guide you through the
> > process
> > of connecting and consuming information in a variety
> > of
> > ways. They are packed full of excellent illustrative
> > code
> > examples, demonstrating important fundamental
> > principles.
>
>
> =====
> miss ruby
> malaysia
>
> __________________________________________________
> Do you Yahoo!?
> Yahoo! News - Today's headlines
> http://news.yahoo.com
>
> ---
> Beginning ASP.NET Databases using VB.NET
> http://www.wrox.com/ACON11.asp?ISBN=1861006195
>
> Beginning ASP.NET Databases using C#
> http://www.wrox.com/ACON11.asp?ISBN=1861007418
>
> These books look at how we can create data-centric ASP.NET
> applications. Requiring some basic knowledge of ASP.NET,
> Access and SQL the authors guide you through the process
> of connecting and consuming information in a variety of
> ways. They are packed full of excellent illustrative code
> examples, demonstrating important fundamental principles.
>
|
|
 |