473,769 Members | 7,315 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Best OS for .NET developement

We are building a new developement system specifically for .NET developement.
We will bw using VB. and C#.
What will be the best OS to install on the new system.
What will be the best concidering the developed apps will be ran on
everything from Win98 to XP Pro.
What will be the best considering building interactive web apps using ASP.NET
Nov 22 '05 #1
5 2066
Hey Rich,

For whatever free advice is worth...

As always, there are a number of considerations, but generally speaking, I'd
lean towards XP or at least 2000. For development, the IIS handling will be
smoother (and I'm not even sure if 98 can even do what you'd need on the web
side--at least not without extra installation). I'm assuming that 98
machines would only be browser-based clients of the ASP.NET portions.

You might want to consider a spare machine or dual booting for test
purposes, but all in all, .NET is designed for going forward and
hamstringing yourself during day-to-day development just for higher
confidence on a three generation back OS won't encounter any issues will
probably be detrimental. Not to mention that, while I haven't seen any
reference for the next version, it wouldn't be shocking for MS to not
officially support it on pre-2000 OSs before much longer.

- John
"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:62******** *************** ***********@mic rosoft.com...
We are building a new developement system specifically for .NET developement. We will bw using VB. and C#.
What will be the best OS to install on the new system.
What will be the best concidering the developed apps will be ran on
everything from Win98 to XP Pro.
What will be the best considering building interactive web apps using

ASP.NET
Nov 22 '05 #2
My personal opinion: XP SP2 if you are developing a windows client
(because it is the most current, secure, and useful windows client) and
Windows Server 2003 if you are developing a web app.

Also, at this point, if I were developing more than a few pages for an
ASP.NET application,
I would also be investigating whether I could use Sharepoint and simply add
my functionality as web-parts.

Anyway, good luck,
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:62******** *************** ***********@mic rosoft.com...
We are building a new developement system specifically for .NET developement. We will bw using VB. and C#.
What will be the best OS to install on the new system.
What will be the best concidering the developed apps will be ran on
everything from Win98 to XP Pro.
What will be the best considering building interactive web apps using

ASP.NET
Nov 22 '05 #3
Nick
I am assuming when you say XP thet you mean XP Pro and not the home edition.
If this is true, what is the advantage of developing on Pro rather than the
home edition.
Also why would 2003 be better than XP for developing web apps.
We own every operating system Micorsoft has, so i can install any of them,
but Id rather not dual boot. Id rather buy another system for another OS.
Thanks

"Nick Malik" wrote:
My personal opinion: XP SP2 if you are developing a windows client
(because it is the most current, secure, and useful windows client) and
Windows Server 2003 if you are developing a web app.

Also, at this point, if I were developing more than a few pages for an
ASP.NET application,
I would also be investigating whether I could use Sharepoint and simply add
my functionality as web-parts.

Anyway, good luck,
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:62******** *************** ***********@mic rosoft.com...
We are building a new developement system specifically for .NET

developement.
We will bw using VB. and C#.
What will be the best OS to install on the new system.
What will be the best concidering the developed apps will be ran on
everything from Win98 to XP Pro.
What will be the best considering building interactive web apps using

ASP.NET

Nov 22 '05 #4
Yes, I mean XP Pro. You don't get the web server with XP Home, and you
can't develop web services or ASP.NET apps very well on a machine with no
web server.

You say you own every OS... they you probably have MSDN Universal. Good
choice.

2003 is better because:
a) you get IIS 6, which gives you application pooling, which is easier to
secure and allows more isolation between apps. That way, one apps bugs are
less likely to affect another app... you could, technically, use the same
web server to test three or four apps at the same time.

b) you get Sharepoint for free (Windows Sharepoint Services is a free
download for Windows Server 2003. This is the foundational technology for
Sharepoint Portal Server, which builds on WSS, but you don't need SPS to get
many of the best features, especially if you want to develop a new ASP.NET
app, and don't want to write as much code).

c) you get better support for multiprocessing servers

d) you get better support for Virtual Server (which I heartily recommend, by
the way, as a way of creating multiple test environments without needing to
create a half-dozen computers with different versions of an OS and/or
browser).

I'm sure there are white papers that do a better job... but that's my two
bits.
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Nick
I am assuming when you say XP thet you mean XP Pro and not the home edition. If this is true, what is the advantage of developing on Pro rather than the home edition.
Also why would 2003 be better than XP for developing web apps.
We own every operating system Micorsoft has, so i can install any of them,
but Id rather not dual boot. Id rather buy another system for another OS.
Thanks

"Nick Malik" wrote:
My personal opinion: XP SP2 if you are developing a windows client
(because it is the most current, secure, and useful windows client) and
Windows Server 2003 if you are developing a web app.

Also, at this point, if I were developing more than a few pages for an
ASP.NET application,
I would also be investigating whether I could use Sharepoint and simply add my functionality as web-parts.

Anyway, good luck,
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:62******** *************** ***********@mic rosoft.com...
We are building a new developement system specifically for .NET

developement.
We will bw using VB. and C#.
What will be the best OS to install on the new system.
What will be the best concidering the developed apps will be ran on
everything from Win98 to XP Pro.
What will be the best considering building interactive web apps using

ASP.NET

Nov 22 '05 #5
Thanks Nick
Sounds like we'll be getting another box for Win2003. We have an immediate
need to do an in house database app for a client that will run on their
network and not access the web at all. They are running XP Home on all
systems except the server which is 2003. We chose XP Home because of it's
simplicity. So I'll do this with VB.NET on an XP Pro system.
Rich

"Nick Malik" wrote:
Yes, I mean XP Pro. You don't get the web server with XP Home, and you
can't develop web services or ASP.NET apps very well on a machine with no
web server.

You say you own every OS... they you probably have MSDN Universal. Good
choice.

2003 is better because:
a) you get IIS 6, which gives you application pooling, which is easier to
secure and allows more isolation between apps. That way, one apps bugs are
less likely to affect another app... you could, technically, use the same
web server to test three or four apps at the same time.

b) you get Sharepoint for free (Windows Sharepoint Services is a free
download for Windows Server 2003. This is the foundational technology for
Sharepoint Portal Server, which builds on WSS, but you don't need SPS to get
many of the best features, especially if you want to develop a new ASP.NET
app, and don't want to write as much code).

c) you get better support for multiprocessing servers

d) you get better support for Virtual Server (which I heartily recommend, by
the way, as a way of creating multiple test environments without needing to
create a half-dozen computers with different versions of an OS and/or
browser).

I'm sure there are white papers that do a better job... but that's my two
bits.
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:17******** *************** ***********@mic rosoft.com...
Nick
I am assuming when you say XP thet you mean XP Pro and not the home

edition.
If this is true, what is the advantage of developing on Pro rather than

the
home edition.
Also why would 2003 be better than XP for developing web apps.
We own every operating system Micorsoft has, so i can install any of them,
but Id rather not dual boot. Id rather buy another system for another OS.
Thanks

"Nick Malik" wrote:
My personal opinion: XP SP2 if you are developing a windows client
(because it is the most current, secure, and useful windows client) and
Windows Server 2003 if you are developing a web app.

Also, at this point, if I were developing more than a few pages for an
ASP.NET application,
I would also be investigating whether I could use Sharepoint and simply add my functionality as web-parts.

Anyway, good luck,
--- Nick

"RichG" <Ri***@discussi ons.microsoft.c om> wrote in message
news:62******** *************** ***********@mic rosoft.com...
> We are building a new developement system specifically for .NET
developement.
> We will bw using VB. and C#.
> What will be the best OS to install on the new system.
> What will be the best concidering the developed apps will be ran on
> everything from Win98 to XP Pro.
> What will be the best considering building interactive web apps using
ASP.NET


Nov 22 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1636
by: Petri | last post by:
I'm starting a new project using PHP. I'm a .NET programmer and I'd like to use an interface for PHP that has a look and feel of Visual Studio. Are there any such tools out there? And is Visual C++ .NET a good tool to use for PHP development.
1
2000
by: Anks | last post by:
hi i am new to java and want to try some good tools for testing and developement can anybody tell me about some easily approachable tools for same. Thanks Anks
5
343
by: RichG | last post by:
We are building a new developement system specifically for .NET developement. We will bw using VB. and C#. What will be the best OS to install on the new system. What will be the best concidering the developed apps will be ran on everything from Win98 to XP Pro. What will be the best considering building interactive web apps using ASP.NET
1
1092
by: cyshao | last post by:
Hi, all: Are there any RPC developement example available? Thanks CYShao :-)
1
1227
by: SimonZ | last post by:
How can I go into debbuging mode without building a whole project. If I change something on my page and press F5(Debugging), I would like that only this page is builded again not whole project. It's too slow otherwise. Thank you, Simon
3
2492
by: nikhilbhavsar | last post by:
Hi Frnds , I want to debug a stored procedure. It is written in SQL. I am using Developement center for creating stored procedures. I built the stored procedure with Debug option and also performed BIND operation. When click on Debug menu and enter the Input parameters for the stored procedure ,
9
1731
by: optimistx | last post by:
Which url in your opinion would be a good or even the best example of javascript usage in a set of pages at least say 10 or more pages? How to use css, how to split js-code to files, how to code for good maintainability,objects, names, how to take care of older browsers, how to optimize the coding time, etc It might be easy to have strong opinions in the theory 'how other people should organize their js-coding' (but I do not show mine)....
4
1353
by: jack | last post by:
HI all i dont know whether to ask this question in this group or not i just want to do proper step wise developement like planning and then codeing and then testing etc i have just got a developement responsibulity so could you please help me in same
4
1735
by: Amai | last post by:
I'm ineterested in learning C# for Web Service and Developement, in conjunction with both ASP.NET and VB.NET. However, i don't really know where to start. Are there classes available at local colleges, or do i have to go through microsoft to find classes? would it be easier to try learning on my own by purchasing Dummies books and microsoft official books? Would it be beneficial to pay someone as a private tutor to help me learn it?
0
2210
by: zeeshanqasimtaji | last post by:
PROVIDE BEST “IT” CONSULTANCY IN ONE ROOF BY EXPERT “SIR ZEESHAN QASIM TAJI” http://www.sirzeeshan.com Email Addresses : info@sirzeeshan.com zeeshanqasimtaji@hotmail.com sir.zeeshan@yahoo.com Mobile Numbers : 092-0300-2365174,092-0300-2379705 This Proposal Is For Those Who Are Interested To Choose Software
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10219
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9998
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8876
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3967
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.