Click here to Skip to main content
15,915,501 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Automatic Properties on .NET 2.0 Pin
led mike28-Mar-08 6:14
led mike28-Mar-08 6:14 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly28-Mar-08 6:25
Brady Kelly28-Mar-08 6:25 
GeneralRe: Automatic Properties on .NET 2.0 Pin
led mike28-Mar-08 7:24
led mike28-Mar-08 7:24 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly30-Mar-08 0:24
Brady Kelly30-Mar-08 0:24 
GeneralRe: Automatic Properties on .NET 2.0 Pin
led mike31-Mar-08 5:13
led mike31-Mar-08 5:13 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly31-Mar-08 5:41
Brady Kelly31-Mar-08 5:41 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly28-Mar-08 6:34
Brady Kelly28-Mar-08 6:34 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Mike Dimmick28-Mar-08 7:36
Mike Dimmick28-Mar-08 7:36 
They are syntactic sugar. When you downgrade a 3.5 project to 2.0, you get the C# 2.0 compiler which doesn't understand them.

Calling it ".NET 3.5" made people expect that there was a new runtime. There isn't. The CLR is still version 2.0.50727 (although SP1 is required). Windows Forms is unchanged. .NET 3.0 was pure extensions, "3.5" ships with service packs for .NET 2.0 and WinFX.NET 3.0 to add a few new features to the assemblies which shipped in those versions.

As long as you don't use any of the new ".NET 3.5" libraries, or compiler features which require runtime support in the new libraries (e.g. LINQ), your code will still run against .NET 2.0, even if you're 'targeting' .NET 3.5.

Visual Studio 2008's "multi-targeting" is a sham. It's really targetting the same runtime throughout. It doesn't offer the ability to target .NET 1.1, which would have been really useful.


DoEvents: Generating unexpected recursion since 1991

GeneralRe: Automatic Properties on .NET 2.0 Pin
Brady Kelly30-Mar-08 0:23
Brady Kelly30-Mar-08 0:23 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Thomas Stockwell6-Apr-08 3:43
professionalThomas Stockwell6-Apr-08 3:43 
GeneralRe: Automatic Properties on .NET 2.0 Pin
Ed.Poore28-Mar-08 10:20
Ed.Poore28-Mar-08 10:20 
GeneralPrompt for Report Paramters Pin
Miszou27-Mar-08 8:59
Miszou27-Mar-08 8:59 
GeneralSerialPort Pin
amirreza_nl27-Mar-08 5:37
amirreza_nl27-Mar-08 5:37 
GeneralRe: SerialPort Pin
Alan N27-Mar-08 9:23
Alan N27-Mar-08 9:23 
GeneralRe: SerialPort Pin
amirreza_nl27-Mar-08 20:06
amirreza_nl27-Mar-08 20:06 
GeneralRe: SerialPort Pin
Luc Pattyn27-Mar-08 9:38
sitebuilderLuc Pattyn27-Mar-08 9:38 
Generaldisable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile27-Mar-08 4:37
krazysmile27-Mar-08 4:37 
GeneralRe: disable smartcard pin dialog in CmsSigner and get valid pkcs7 message Pin
krazysmile3-Apr-08 1:29
krazysmile3-Apr-08 1:29 
GeneralIMAP Select command for selecting Sent Items folder. Pin
Sivasankari Jayaraj27-Mar-08 2:11
Sivasankari Jayaraj27-Mar-08 2:11 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon27-Mar-08 2:29
mvePete O'Hanlon27-Mar-08 2:29 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12327-Mar-08 23:36
a123_12327-Mar-08 23:36 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
Pete O'Hanlon28-Mar-08 0:47
mvePete O'Hanlon28-Mar-08 0:47 
GeneralRe: IMAP Select command for selecting Sent Items folder. Pin
a123_12331-Mar-08 18:42
a123_12331-Mar-08 18:42 
QuestionObject Consistency - Part II Pin
Zavullon26-Mar-08 22:46
Zavullon26-Mar-08 22:46 
GeneralRe: Object Consistency - Part II Pin
Pete O'Hanlon27-Mar-08 0:46
mvePete O'Hanlon27-Mar-08 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.