PC Review


Reply
Thread Tools Rate Thread

can it possible to use windows 98 for development in C#?

 
 
Guest
Posts: n/a
 
      7th Jan 2004
Can we install .netFramework and develop c# application
using windows 98? I yes then how?
Can we install .Net command prompt in windows 98?
 
Reply With Quote
 
 
 
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      7th Jan 2004
One simple answer NO, Windows 98 is not a development platform for .NET.

Willy.

<(E-Mail Removed)> wrote in message
news:072601c3d4f1$2acb01a0$(E-Mail Removed)...
> Can we install .netFramework and develop c# application
> using windows 98? I yes then how?
> Can we install .Net command prompt in windows 98?



 
Reply With Quote
 
Jay B. Harlow [MVP - Outlook]
Guest
Posts: n/a
 
      7th Jan 2004
In addition to Willy's comments.

I have heard that people have had success with Sharp Develop on Windows 98.

http://www.icsharpcode.net/OpenSource/SD/

Which means you can do it, however as Willy stated, its not really
recommended!

Also you will not be able to develop Web applications locally...

Hope this helps
Jay

<(E-Mail Removed)> wrote in message
news:072601c3d4f1$2acb01a0$(E-Mail Removed)...
> Can we install .netFramework and develop c# application
> using windows 98? I yes then how?
> Can we install .Net command prompt in windows 98?



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      7th Jan 2004
Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> One simple answer NO, Windows 98 is not a development platform for .NET.


That's a simple answer, but not an accurate one. You *can* install the
framework on Windows 98, and you *can* develop applications under it. I
used to do that (for simple test cases) when I only had a 98 box at
home and my laptop was broken. You can't install the SDK, and
presumably you can't install VS.NET, but there are other alternatives.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      9th Jan 2004
Jon,

I supossed OP was refering to installing the SDK or VS.NET, but if he's
asking about alternatives, you are right my answer was not that accurate.
But alternatives are officially not supported, I (as an MVP) would never
suggest non supported alternatives that probably aren't worth the trouble
and may possibly result in a lot of problems and frustrations.

Willy.


"Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> > One simple answer NO, Windows 98 is not a development platform for .NET.

>
> That's a simple answer, but not an accurate one. You *can* install the
> framework on Windows 98, and you *can* develop applications under it. I
> used to do that (for simple test cases) when I only had a 98 box at
> home and my laptop was broken. You can't install the SDK, and
> presumably you can't install VS.NET, but there are other alternatives.
>
> --
> Jon Skeet - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
Jon Skeet [C# MVP]
Guest
Posts: n/a
 
      9th Jan 2004
Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> I supossed OP was refering to installing the SDK or VS.NET, but if he's
> asking about alternatives, you are right my answer was not that accurate.
> But alternatives are officially not supported, I (as an MVP) would never
> suggest non supported alternatives that probably aren't worth the trouble
> and may possibly result in a lot of problems and frustrations.


csc itself is supported though - there's nothing wrong with using a
decent text editor and csc to develop simple .NET applications.

I would also (as an MVP) have no problem suggesting that people use
NAnt and even SharpDevelop - I'm pretty sure it's obvious that those
tools themselves aren't supported by MS.

--
Jon Skeet - <(E-Mail Removed)>
http://www.pobox.com/~skeet
If replying to the group, please do not mail me too
 
Reply With Quote
 
Alvin Bruney
Guest
Posts: n/a
 
      9th Jan 2004
> But alternatives are officially not supported, I (as an MVP) would never
> suggest non supported alternatives that probably aren't worth the trouble


are you implying that MVP's need to push microsoft products? i'm not
entirely clear on this. would you mind clearing it up?

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Willy Denoyette [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Jon,
>
> I supossed OP was refering to installing the SDK or VS.NET, but if he's
> asking about alternatives, you are right my answer was not that accurate.
> But alternatives are officially not supported, I (as an MVP) would never
> suggest non supported alternatives that probably aren't worth the trouble
> and may possibly result in a lot of problems and frustrations.
>
> Willy.
>
>
> "Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> > > One simple answer NO, Windows 98 is not a development platform for

..NET.
> >
> > That's a simple answer, but not an accurate one. You *can* install the
> > framework on Windows 98, and you *can* develop applications under it. I
> > used to do that (for simple test cases) when I only had a 98 box at
> > home and my laptop was broken. You can't install the SDK, and
> > presumably you can't install VS.NET, but there are other alternatives.
> >
> > --
> > Jon Skeet - <(E-Mail Removed)>
> > http://www.pobox.com/~skeet
> > If replying to the group, please do not mail me too

>
>



 
Reply With Quote
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      10th Jan 2004
No, I'm not implying anything, and I wasn't pushing MS products either.

Willy.

"Alvin Bruney" <vapor at steaming post office> wrote in message
news:(E-Mail Removed)...
> > But alternatives are officially not supported, I (as an MVP) would never
> > suggest non supported alternatives that probably aren't worth the

trouble
>
> are you implying that MVP's need to push microsoft products? i'm not
> entirely clear on this. would you mind clearing it up?
>
> --
> Regards,
> Alvin Bruney
> Got tidbits? Get it here...
> http://tinyurl.com/3he3b
> "Willy Denoyette [MVP]" <(E-Mail Removed)> wrote in message
> news:%(E-Mail Removed)...
> > Jon,
> >
> > I supossed OP was refering to installing the SDK or VS.NET, but if he's
> > asking about alternatives, you are right my answer was not that

accurate.
> > But alternatives are officially not supported, I (as an MVP) would never
> > suggest non supported alternatives that probably aren't worth the

trouble
> > and may possibly result in a lot of problems and frustrations.
> >
> > Willy.
> >
> >
> > "Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
> > news:(E-Mail Removed)...
> > > Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> > > > One simple answer NO, Windows 98 is not a development platform for

> .NET.
> > >
> > > That's a simple answer, but not an accurate one. You *can* install the
> > > framework on Windows 98, and you *can* develop applications under it.

I
> > > used to do that (for simple test cases) when I only had a 98 box at
> > > home and my laptop was broken. You can't install the SDK, and
> > > presumably you can't install VS.NET, but there are other alternatives.
> > >
> > > --
> > > Jon Skeet - <(E-Mail Removed)>
> > > http://www.pobox.com/~skeet
> > > If replying to the group, please do not mail me too

> >
> >

>
>



 
Reply With Quote
 
Willy Denoyette [MVP]
Guest
Posts: n/a
 
      10th Jan 2004
Jon,
Again I was referring to the SDK and VS.NET.
I also have no problems to mention alternatives, but I would'n suggest
anything as long as I don't know the users expectations.
Another important point is that as long as you can't install the SDK, you
won't have access to the Framework SDK documentation (note that both NAnt
and SharpDevelop expect you to install the SDK for this), which can be
pretty annoying, especially for inexperienced users.

Willy.


"Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> > I supossed OP was refering to installing the SDK or VS.NET, but if he's
> > asking about alternatives, you are right my answer was not that

accurate.
> > But alternatives are officially not supported, I (as an MVP) would never
> > suggest non supported alternatives that probably aren't worth the

trouble
> > and may possibly result in a lot of problems and frustrations.

>
> csc itself is supported though - there's nothing wrong with using a
> decent text editor and csc to develop simple .NET applications.
>
> I would also (as an MVP) have no problem suggesting that people use
> NAnt and even SharpDevelop - I'm pretty sure it's obvious that those
> tools themselves aren't supported by MS.
>
> --
> Jon Skeet - <(E-Mail Removed)>
> http://www.pobox.com/~skeet
> If replying to the group, please do not mail me too



 
Reply With Quote
 
Alvin Bruney
Guest
Posts: n/a
 
      10th Jan 2004
thanks for clearing it up

--
Regards,
Alvin Bruney
Got tidbits? Get it here...
http://tinyurl.com/3he3b
"Willy Denoyette [MVP]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> No, I'm not implying anything, and I wasn't pushing MS products either.
>
> Willy.
>
> "Alvin Bruney" <vapor at steaming post office> wrote in message
> news:(E-Mail Removed)...
> > > But alternatives are officially not supported, I (as an MVP) would

never
> > > suggest non supported alternatives that probably aren't worth the

> trouble
> >
> > are you implying that MVP's need to push microsoft products? i'm not
> > entirely clear on this. would you mind clearing it up?
> >
> > --
> > Regards,
> > Alvin Bruney
> > Got tidbits? Get it here...
> > http://tinyurl.com/3he3b
> > "Willy Denoyette [MVP]" <(E-Mail Removed)> wrote in message
> > news:%(E-Mail Removed)...
> > > Jon,
> > >
> > > I supossed OP was refering to installing the SDK or VS.NET, but if

he's
> > > asking about alternatives, you are right my answer was not that

> accurate.
> > > But alternatives are officially not supported, I (as an MVP) would

never
> > > suggest non supported alternatives that probably aren't worth the

> trouble
> > > and may possibly result in a lot of problems and frustrations.
> > >
> > > Willy.
> > >
> > >
> > > "Jon Skeet [C# MVP]" <(E-Mail Removed)> wrote in message
> > > news:(E-Mail Removed)...
> > > > Willy Denoyette [MVP] <(E-Mail Removed)> wrote:
> > > > > One simple answer NO, Windows 98 is not a development platform for

> > .NET.
> > > >
> > > > That's a simple answer, but not an accurate one. You *can* install

the
> > > > framework on Windows 98, and you *can* develop applications under

it.
> I
> > > > used to do that (for simple test cases) when I only had a 98 box at
> > > > home and my laptop was broken. You can't install the SDK, and
> > > > presumably you can't install VS.NET, but there are other

alternatives.
> > > >
> > > > --
> > > > Jon Skeet - <(E-Mail Removed)>
> > > > http://www.pobox.com/~skeet
> > > > If replying to the group, please do not mail me too
> > >
> > >

> >
> >

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development,Test Driven Development in .NET, Programming Groovy Shaguf Microsoft C# .NET 0 28th Nov 2008 07:27 AM
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development,Test Driven Development in .NET, Programming Groovy Shaguf Microsoft Dot NET Framework 0 28th Nov 2008 07:18 AM
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development,Test Driven Development in .NET, Programming Groovy Shaguf Microsoft C# .NET 0 27th Nov 2008 06:04 AM
Venkat Subramaniam to Speak on Debugging Ajax, Agile Development,Test Driven Development in .NET, Programming Groovy Shaguf Microsoft C# .NET 0 27th Nov 2008 06:04 AM
Web Application development vs windows client development cabernet123@hotmail.com Microsoft ASP .NET 0 17th Nov 2005 12:09 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:26 AM.