473,761 Members | 6,563 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

(Microsoft .NET Framework 3.5 – Beta 1) to (Visual Studio Code Name "Orcas" Beta 1)

Hi,

What is the relationship between "Microsoft .NET Framework 3.5 –
Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I
install 1 first than the other, or just 1? I need to start a C# LINQ
project for my job.

Thanks,
Mark

May 16 '07 #1
5 1898
Looking around on the internet it looks like 'Visual Studio Code Name
"Orcas" Beta 1' encapsulates and installs "Microsoft .NET Framework
3.5 – Beta 1" during installation, so I should just install 'Visual
Studio Code Name "Orcas" Beta 1' and not download or install
"Microsoft .NET Framework 3.5 – Beta 1".


On Wed, 16 May 2007 08:27:20 -0400, nh******@newsgr oup.nospam wrote:
>Hi,

What is the relationship between "Microsoft .NET Framework 3.5 –
Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I
install 1 first than the other, or just 1? I need to start a C# LINQ
project for my job.

Thanks,
Mark
May 16 '07 #2
Mark,

Orcas Beta 1 is the development environment for .NET 3.5. Of course,
when you install Orcas, you are going to install the beta of .NET 3.5 as
well, so you don't need to do separate installs.
--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard. caspershouse.co m

<nh******@newsg roup.nospamwrot e in message
news:fr******** *************** *********@4ax.c om...
Hi,

What is the relationship between "Microsoft .NET Framework 3.5 -
Beta 1" and "Visual Studio Code Name "Orcas" Beta 1"? Should I
install 1 first than the other, or just 1? I need to start a C# LINQ
project for my job.

Thanks,
Mark

May 16 '07 #3
Hi Mark,

As for the Visual Studio Oracs IDE, when you install it, it will first
install .net framework 3.5 (also require the previous .net framework 2.0
and 3.0).

After you have installed the Visual Studio Orace, you can develop all of
the following applications:

** .NET framework 2.0 based applications

** .NET 3.0 applications(WP F, WCF ....)

** .NET 3.5 based applicaitons(su ch as LINQ, ....)

There is a versio switcher in the IDE when you creating a new project.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no rights.



May 17 '07 #4
True, just a small warning though, installing Orcas (V3.5 of the
Framework)insta lls SP1 (currently a beta version) for the V2 of the
framework, that means that your V2 Framework has an updated version of the
CLR and compilers and some tools (JIT, GC etc..). Uninstalling Orcas does
not remove this SP1, you have to uninstall V2 of Framework and reinstall the
RTM version of V2 to get rid of this SP, no big deal on anything but Vista,
where it's impossible to uninstall V2 of .NET.....

Willy.

"Steven Cheng[MSFT]" <st*****@online .microsoft.comw rote in message
news:y4******** ******@TK2MSFTN GHUB02.phx.gbl. ..
Hi Mark,

As for the Visual Studio Oracs IDE, when you install it, it will first
install .net framework 3.5 (also require the previous .net framework 2.0
and 3.0).

After you have installed the Visual Studio Orace, you can develop all of
the following applications:

** .NET framework 2.0 based applications

** .NET 3.0 applications(WP F, WCF ....)

** .NET 3.5 based applicaitons(su ch as LINQ, ....)

There is a versio switcher in the IDE when you creating a new project.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

=============== =============== =============== =====

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

=============== =============== =============== =====

This posting is provided "AS IS" with no warranties, and confers no
rights.



May 17 '07 #5
Thanks both for making this clear!
Mark

On Thu, 17 May 2007 12:54:38 +0200, "Willy Denoyette [MVP]"
<wi************ *@telenet.bewro te:
>True, just a small warning though, installing Orcas (V3.5 of the
Framework)inst alls SP1 (currently a beta version) for the V2 of the
framework, that means that your V2 Framework has an updated version of the
CLR and compilers and some tools (JIT, GC etc..). Uninstalling Orcas does
not remove this SP1, you have to uninstall V2 of Framework and reinstall the
RTM version of V2 to get rid of this SP, no big deal on anything but Vista,
where it's impossible to uninstall V2 of .NET.....

Willy.

"Steven Cheng[MSFT]" <st*****@online .microsoft.comw rote in message
news:y4******* *******@TK2MSFT NGHUB02.phx.gbl ...
>Hi Mark,

As for the Visual Studio Oracs IDE, when you install it, it will first
install .net framework 3.5 (also require the previous .net framework 2.0
and 3.0).

After you have installed the Visual Studio Orace, you can develop all of
the following applications:

** .NET framework 2.0 based applications

** .NET 3.0 applications(WP F, WCF ....)

** .NET 3.5 based applicaitons(su ch as LINQ, ....)

There is a versio switcher in the IDE when you creating a new project.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

============== =============== =============== ======

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

============== =============== =============== ======

This posting is provided "AS IS" with no warranties, and confers no
rights.


May 19 '07 #6

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

Similar topics

1
2521
by: Asad Khan | last post by:
Hi, I have Visual Studio 2002 Enterprise Architecture Edition. I was wondering if anyone has any information on how I can develop applications for .Net Compact Framework using this IDE. I've heard Visual Studio 2003 ships with the functionality for .Net Compact Framework development. But right now I have Visual Studio 2002. Is there anything I can do? (Other than the obvious upgrade to 2003). I've heard some beta version of .Net Compact...
0
1101
by: =JT= | last post by:
It seems that many people have had a problem installing Visual Studio ..net 2003. i have had the problem on 3 machines in my office. the only solutiion i have found is to completely rebuild the machine(reinstall windows). the silence is deafening. can anyone help me? i do not want to rebuild this my 3rd machine just to install vs.net 2003. thanks. JT My error:
1
1716
by: vijay | last post by:
Hi... The default framework that ships with Visual Studio 7.0 Enterprise architect is v1.0.3705. Is it possible for me to remove the Framework alone and install the new .NET framework 1.1 and use it with Visual Studio 7.0 enterprise architect. That is will Visual studio 7.0 can be plugged or will it
0
1434
by: shaker | last post by:
While using the Visual Studio Code Editor, I somehow accidentally managed to turn on the display of formatting marks (such as tabs, spaces, and carriage returns). How do I turn this off? Thanks. Shaker
0
1366
by: shaker | last post by:
I hope that this is an appropriate palce for ask the question below. If not, I would appreciate getting a pointer to an appropriate group. While using the Visual Studio Code Editor, I somehow accidentally managed to turn on the display of formatting marks (such as tabs and spaces). In other words, my source code shows each space as a period and each tab as an ->. I am wondering whether someone can tell me how to turn this off. I...
15
4715
by: Ronald S. Cook | last post by:
We have graphics/web designers at our firm and then programmers. We're trying to work together without stepping on each other's toes. So far, we've all been using Visual Studio. But, is there something great about Microsoft Expression that the graphics people can use it and the programmers can keep using VS, or should everyone just be on VS? I.e. why did they create Expression? Is it for a different purpose, or exactly what I'm...
5
1688
by: jroozee | last post by:
I am developing in VS '03. I have all of the current framework versions installed on my PC, 1.1, 2.0, and 3.0. How can I make sure the code I am developing in is using the 3.0 framework version? Or do I need to be using the latest version of Visual Studio to do so? Thanks,
0
2919
by: Fakher Halim | last post by:
Does someone know any place to get working examples of inherence implemented in Entity Framework using Visual Studio 2008 SP1. I could only implement just one table per hierarchy ( http://www.codeproject.com/KB/architecture/LinqEntityFramework.aspx) -- Fakher Halim
1
2064
praclarush
by: praclarush | last post by:
I'm writing a VB app. in Visual Studio 2005 But when I open up the project properties, to Enable the Application Framework the check box is disabled Which means I can't use a splash screen or several other options I would like to use. I've search google but I haven't found much. One place tell me to install the .Net Framework but I already have it installed Does anybody here have any suggestions? Thanks Praclarush
0
9522
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9336
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
9948
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
9902
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,...
1
7327
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5215
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3866
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
3446
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2738
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.