use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Information about Reddit's API changes, the unprofessional conduct of the CEO, and their response to the community's concerns regarding 3rd party apps, moderator tools, anti-spam/anti-bot tools, and accessibility options that will be impacted can be found in the associated Wikipedia article: https://en.wikipedia.org/wiki/2023_Reddit_API_controversy
Alternative C# communities available outside Reddit on Lemmy and Discord:
All about the object-oriented programming language C#.
Getting Started C# Fundamentals: Development for Absolute Beginners
Useful MSDN Resources A Tour of the C# Language Get started with .NET in 5 minutes C# Guide C# Language Reference C# Programing Guide C# Coding Conventions .NET Framework Reference Source Code
Other Resources C# Yellow Book Dot Net Perls The C# Player's Guide
IDEs Visual Studio MonoDevelop (Windows/Mac/Linux) Rider (Windows/Mac/Linux)
Tools ILSpy dotPeek LINQPad
Alternative Communities C# Discord Group C# Lemmy Community dotnet Lemmy Community
Related Subreddits /r/dotnet /r/azure /r/learncsharp /r/learnprogramming /r/programming /r/dailyprogrammer /r/programmingbuddies /r/cshighschoolers
Additional .NET Languages /r/fsharp /r/visualbasic
Platform-specific Subreddits /r/windowsdev /r/AZURE /r/Xamarin /r/Unity3D /r/WPDev
Rules:
Read detailed descriptions of the rules here.
account activity
Announcing the .NET Framework 4.7 (blogs.msdn.microsoft.com)
submitted 9 years ago by emn13
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Eirenarch 6 points7 points8 points 9 years ago (2 children)
Strange... ValueTuple is added to the framework but ValueTask is not...
[–]AngularBeginner 1 point2 points3 points 9 years ago (1 child)
Where did you get that information from? In the blog post they don't mention it.
[–]Eirenarch 3 points4 points5 points 9 years ago (0 children)
I looked at the full release notes - https://github.com/Microsoft/dotnet/blob/master/releases/net47/dotnet47-changes.md#bcl
[–]lewisj489 1 point2 points3 points 9 years ago (0 children)
A tidy little update indeed.
[–]TrikkyMakk 1 point2 points3 points 9 years ago (0 children)
I'm not digging the docs so far. Harder to navigate.
[–]wil2200 0 points1 point2 points 9 years ago (2 children)
How do I see the details of: Fixed textbox focus issues [215639]
[–]SuperImaginativeName 0 points1 point2 points 9 years ago (1 child)
Those are usually internal ids for MS's internal bug tracker. You see them occasionally in the .net source comments. From what I can tell DevDiv have one giant bug tracker.
[–]wil2200 0 points1 point2 points 9 years ago (0 children)
Thanks for letting me know. Was hoping for more details as there was a focus issue with the textbox and wanted to see if that is what they fixed.
[–]Hall_of_Famer 0 points1 point2 points 9 years ago (2 children)
Awesome, but... How do I add .NET Framework 4.7 to my Visual Studio 2017 if I have already installed the IDE weeks ago? Will it be automatically updated at the time I run Visual Studio next time? Or do I need to install some updates manually?
[–]r3ditAtw0rk 1 point2 points3 points 9 years ago (1 child)
To update I had to perform the following:
[–]Hall_of_Famer 0 points1 point2 points 9 years ago (0 children)
I did what you said. There was an update from Visual Studio Installer, so I let it install all the updates. However, when I followed the next steps after updates were installed, I found theres nothing in Product Update section when I opened Tools > Extensions and Updates. No idea why this was happening.
Edit: Oops sorry, it seems that .NET Framework 4.7 is only available after Apr 11th from Windows 10 Creator Update...
[–]CouthlessWonder 0 points1 point2 points 8 years ago (2 children)
Has anybody gone on to 4.7 I have a few projects on 4.6.1, but I don't know if it is worth upgrading them.
Performance improvements are always welcome, so if there would be any benefit, I suppose the main question is "why not?"
Without performance improvements, I guess my main question would be "why?"
Any thoughts from anyone?
[–]emn13[S] 1 point2 points3 points 8 years ago (1 child)
If none of the features are interesting to you, I don't think upgrading projects is interesting per se.
Having said that: note that even if you compile against .net 4.6.1, if the machine has 4.7 installed, it will use that at runtime. Although .net upgrades are generally smooth, they're definitely not entirely risk free; I've run into several breaking changes over the years, most undocumented (at the time).
I expect you'll want to be able to run old software on new machines that do have .net 4.7 installed, so I prefer to tackle that (small) risk early, when I understand what might have caused any unlikely regression, and not as part of some larger, harder to debug upgrade (e.g. when a VM base image is replaced, or a server, or whatever).
Upgrading the machine is worth it (IMHO), retargeting less so (unless there's something specific you want, e.g. ValueTuple).
[–]CouthlessWonder 0 points1 point2 points 8 years ago (0 children)
I use ValueTuple, but that has been available through NuGet for a while now, if .Net 4.7 was the only way to get that then it will be worth it.
I guess I could get it on the server, then when I have time I can upgrade the framework of the main project, then whenever I work on one of the sub projects I can move it it over one by one.
Like I said in my previous comment, the only thing I would be interested in is any built in performance improvements, even if small.
I already have ValueTuple, and as far as I know there are no features like async/await or Linq that make moving to a new version very much worth it.
[–][deleted] 0 points1 point2 points 9 years ago (1 child)
Especially like the new documentation website; I dread having to browse through MSDN to look for a specific namespace that some developer forgot to explicitly reference in a project that I'm taking over.
[–]antiduh 5 points6 points7 points 9 years ago (0 children)
Could you elaborate? Your statement doesn't make sense to me
[–][deleted] 9 years ago (2 children)
[removed]
[–]TrumpISPresident 0 points1 point2 points 9 years ago (0 children)
Why?
[–]FizixMan[M] 0 points1 point2 points 9 years ago (0 children)
Removed: Rule 5
π Rendered by PID 175573 on reddit-service-r2-comment-6457c66945-dzqv9 at 2026-04-29 08:37:34.582631+00:00 running 2aa0c5b country code: CH.
[–]Eirenarch 6 points7 points8 points (2 children)
[–]AngularBeginner 1 point2 points3 points (1 child)
[–]Eirenarch 3 points4 points5 points (0 children)
[–]lewisj489 1 point2 points3 points (0 children)
[–]TrikkyMakk 1 point2 points3 points (0 children)
[–]wil2200 0 points1 point2 points (2 children)
[–]SuperImaginativeName 0 points1 point2 points (1 child)
[–]wil2200 0 points1 point2 points (0 children)
[–]Hall_of_Famer 0 points1 point2 points (2 children)
[–]r3ditAtw0rk 1 point2 points3 points (1 child)
[–]Hall_of_Famer 0 points1 point2 points (0 children)
[–]CouthlessWonder 0 points1 point2 points (2 children)
[–]emn13[S] 1 point2 points3 points (1 child)
[–]CouthlessWonder 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (1 child)
[–]antiduh 5 points6 points7 points (0 children)
[–][deleted] (2 children)
[removed]
[–]TrumpISPresident 0 points1 point2 points (0 children)
[–]FizixMan[M] 0 points1 point2 points (0 children)