View Poll Results: Which version(s) of .NET do you MOST OFTEN develop in?
- Voters
- 572. You may not vote on this poll
-
September 24th, 2006, 03:52 AM
#1
WHEN YOU POST, PLEASE SAY WHAT VERSION OF .NET YOU USE (Read this before posting!)
I'm sure everyone is aware of this, but I'll recap it anyway:
Up to 2.0, each version of .NET framework was associated with a particular IDE:
.NET 1.0 <-> VS 2002
.NET 1.1 <-> VS 2003
.NET 2.0 <-> VS 2005
After this, things get a bit confused, because .NET 3.0 isn't truly a separate framework, and can be regarded as a set of extensions to .NET 2.0
For this reason please dont just say "2005" is your version..
Great changes are made between .NET framework versions, one particular example being the introduction of TableAdapters (.NET2) to replace DataAdapters (.NET1.1) and it really does change the way data access is done. For another example, it's no use me (on .NET2) recommending you (on .NET1.1) use a BackgroundWorker to perform a long running task and update a progress bar, because .NET1.1 doesnt have a BackgroundWorker as standard.
For best results when asking a question here, PLEASE let us know what version of the framework you are using as it helps us to tailor our answers to your needs, without us always needing to ask what version youre on
It wouldnt hurt to follow my example of putting your .NET version into your User Profile under the "Location" entry.. That way you dont have to remember to put it in every post you make
ps: Don't reply to this thread, saying what version you use. Either write it in your location, signature, or topic title of every post you make.. Heck, make a GIF of it and set it as your avatar if you like.. Just put it somewhere visible so we can give you accurate advice!
Last edited by cjard; June 20th, 2008 at 02:37 AM.
-
July 23rd, 2010, 02:48 AM
#2
Re: WHEN YOU POST, PLEASE SAY WHAT VERSION OF .NET YOU USE (Read this before posting!
Also note, when posting code, Please make use of [CODE] and [/CODE] tags, like:
Code:
'Your nicely indented code goes here
A list of usable tags can be found here
Please also remember to mark your Thread as Resolved once you are satisfied with your answer(s). To do this, follow these steps :
- Just above your first post in the thread, you will see a Toolbar item named Thread Tools
- Click Thread Tools
- Select Mark Thread As Resolved from the menu
How does Reputation & Ratings work?
Thanx!
-
September 2nd, 2014, 05:35 AM
#3
Re: WHEN YOU POST, PLEASE SAY WHAT VERSION OF .NET YOU USE (Read this before posting!
Voted for .NET4.0 / VS 2010, but it seems to be time to add .NET4.5 / VS 2013
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|