Updated all our projects (95) in our main solution to .Net Framework 4.8 an Net 6

Updated every nuget package to the current version and got our main applications deployed to QA for testing. It feels good :) *edit Shoot, it should read *and .Net 6.

πŸ‘︎ 85
πŸ’¬︎
πŸ‘€︎ u/thilehoffer
πŸ“…︎ Dec 22 2021
🚨︎ report
DOS on Dope: The last MVC web framework you'll ever need (secretGeek.net) secretgeek.net/dod_intro
πŸ‘︎ 9
πŸ’¬︎
πŸ‘€︎ u/lproven
πŸ“…︎ Jan 17 2022
🚨︎ report
Avalonia UI framework for .NET now runs everywhere using webassembly target github.com/AvaloniaUI/Ava…
πŸ‘︎ 127
πŸ’¬︎
πŸ‘€︎ u/wieslawsoltes
πŸ“…︎ Nov 29 2021
🚨︎ report
Orleans framework has moved over to the .NET team. github.com/dotnet/orleans…
πŸ‘︎ 59
πŸ’¬︎
πŸ‘€︎ u/nirataro
πŸ“…︎ Dec 16 2021
🚨︎ report
QUESTION: Are .NET frameworks good for visually complex animations for UX/UI?

Hi all. I'm biology student, new to programming and .NET and don't know too much. I have done a fair bit of research to see which frameworks could help me achieve my goals but I find myself in circles.

I want to create applications that are slightly visually complex, with pretty animations and colors, etc. mostly in 2D. They also allow for user intractability. Doesn't matter if they're web, desktop or mobile based. I'm very visual and like to see what I've made.

From what I've read, Blazor would be a good place to start, but because it's designed for creating SPA's, I've heard it's not the best for graphics intensive websites or those that respond to certain user inputs.

I know there are better alternatives with HTML, CSS and JS such as threeJS but I thought I'd ask people if there are .NET frameworks that could meet my criteria before trying those out. I want to stick with C# because of it's versatility through .NET but I'm not sure where to start.

Ty for your time.

πŸ‘︎ 18
πŸ’¬︎
πŸ‘€︎ u/Phoxfroot
πŸ“…︎ Dec 27 2021
🚨︎ report
How to Upgrade a Codebase from .NET Framework to .NET 6 christianfindlay.com/2021…
πŸ‘︎ 64
πŸ’¬︎
πŸ‘€︎ u/emanresu_2017
πŸ“…︎ Dec 12 2021
🚨︎ report
JS framework i ASP.NET Core

Započeo bi s učenjem jednog od JS frameworka Angular, React ili Vue u kombinaciji sa ASP.NET Core-om. Do sada sam radio samo neke osnovne projekte u ASP.NET Core-u pa i nemam nekog velikog iskustva sa nekim JS frameworkom.

Ako ste radili sa svim ili s nekim JS frameworkom koji je najbolji i najlakΕ‘i za primjeniti uz ASP.NET Core, iz iskustva koje su bile prednosti a koje mane koriΕ‘tenja pojedinog frameworka?

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/ungerhojer
πŸ“…︎ Jan 13 2022
🚨︎ report
What is your opinion on the NET framework for full stack web development?

I've been thinking of going into Next.js + Node.js to become a full stack developer. However, as I explored other options for full stack development, I came across NET framework, blitz.js and Spring. I don't know why these frameworks aren't as popular and as adopted by the community considering their capacity.

Apparently the NET framework isn't just capable of developing a full fledging website front to end (full stack), but is also capable of developing other applications such as desktop applications too. Logically, this makes the framework a great framework to learn as you can basically code anything you want.

What is your opinion of the NET framework? Why isn't it being used more by the community?

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/blueboy90780
πŸ“…︎ Jan 02 2022
🚨︎ report
Migrating from .NET Framework 4.5 to .NET 5.0

I am developing an web app in .NET 5.0 and there are some functionalities that are used in a previous older project, and it would be the best to use just those stuff.

I was already googling it, but I just cant find the proper answer on how to do it in a newer way.

This is one the snippet I would like to reuse:

private static readonly IUserValidator UserValidator = ObjectFactory.GetInstance<IUserValidator>();
        private static readonly IUnitOfWork UnitOfWork = ObjectFactory.GetInstance<IUnitOfWork>();
        private static readonly IFormsAuthentication FormsAuthentication = ObjectFactory.GetInstance<IFormsAuthentication>();
        private static readonly IPrincipalFactory PrincipalFactory = ObjectFactory.GetInstance<IPrincipalFactory>();

All of those IObjects comes from .dll files which was used in .NET framework as well. That ObjectFactory comes with StructureMap which was also included in that .dll.

I looked some of the source code of dlls, and I saw that IFormsAuthentication uses System.Web.Security.FormsAuthentication.SignOut(), which is only for .NET framework, so can i still use it as a dll or better rewrite everything?

So is copying everything a good idea or should I try to write everything on my own - especially those StructureMap and UnitOfWork stuff?

If you have any good advice or tutorial that would help me, that would be great!

Thanks!

πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/Dzuly91
πŸ“…︎ Dec 28 2021
🚨︎ report
Looking to make the jump. I’m a .NET Framework developer and have no idea what to do...

I’ve been dabbling around with all sorts of distros for a few years on and off but decided it’s time to just send it. Recently I started doing some projects in .NET Core for work which is full cross platform. After building some simple console apps and libraries, I started to remember why I keep coming back here lol.

But here’s my issue. Is there any way that I can RELIABLY run some sort of C# IDE on any distro? I’ve been using Visual Studio for the better part of 4 years now and I’ve come to like it a lot, but I know it’s likely going to be hard to get that running on a Linux system.

What can/should I do? I’m gettin real sick of Windows 10, real fast.

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/ThePoetWalsh57
πŸ“…︎ Dec 31 2021
🚨︎ report
I like to publish step-by-step, easy-to-digest coding tutorials post on .Net MVC, API, Entity framework on medium.com. Free. For beginners. Will it be helpful to you?

Hello, I am a full-stack freelancer developer, overall I do have 10+YOE [Including .Net, Spring, Django, Angular].

And recently I am sharing my experience at medium.com. I am thinking of sharing my experience in byte size plain English and easy to digest coding tutorial format. Nobody has to pay anything for that. I am planning to publish chapter-wise or on a specific topic on every alternative day.

I do already have written two posts on medium. And planning to continue my writing.

πŸ‘︎ 22
πŸ’¬︎
πŸ‘€︎ u/HalfBlindCoder
πŸ“…︎ Dec 29 2021
🚨︎ report
How to Upgrade a Codebase from .NET Framework to .NET 6 christianfindlay.com/2021…
πŸ‘︎ 32
πŸ’¬︎
πŸ‘€︎ u/emanresu_2017
πŸ“…︎ Dec 12 2021
🚨︎ report
Issue with .net target framework in JetBrains Rider

I cannot select .NET 5.0 for a new project in Rider anymore although I have downgraded MSBuild version to 5.0

https://preview.redd.it/py2extbumo881.png?width=972&format=png&auto=webp&s=c18c092024cdd107d206b1dcddaea136fc76b040

https://preview.redd.it/lptdvnlvmo881.png?width=867&format=png&auto=webp&s=a8135bb83ee5ca3459bfbf28af7c830b92257779

πŸ‘︎ 10
πŸ’¬︎
πŸ‘€︎ u/gaughegom
πŸ“…︎ Dec 30 2021
🚨︎ report
Upgrading .net framework 4.8 to .net core

How was everyone’s experience upgrading an existing application from .net framework to core? I have created new products in core, but this is my first time migrating an existing production app from framework to core. Current project has an MVC 5 front end and an API with a few supporting library projects.

πŸ‘︎ 21
πŸ’¬︎
πŸ“…︎ Nov 24 2021
🚨︎ report
Scott Hunter announcing .NET Framework 4.8.1 with Arm64 support youtu.be/gYQxBHjRNr0?t=39…
πŸ‘︎ 51
πŸ’¬︎
πŸ‘€︎ u/teo-tsirpanis
πŸ“…︎ Nov 13 2021
🚨︎ report
Avalonia UI framework for .NET now runs everywhere using webassembly target github.com/AvaloniaUI/Ava…
πŸ‘︎ 53
πŸ’¬︎
πŸ‘€︎ u/wieslawsoltes
πŸ“…︎ Nov 29 2021
🚨︎ report
These are Jumplists I created with C# and .Net Framework. The 7 shortcuts in Taskbar read data from the respective XML files to present a list of software. I plan to group these lists into a UWP app so I have just 1 shortcut on the taskbar. Any tips on where I can find a similar project to download?
πŸ‘︎ 17
πŸ’¬︎
πŸ‘€︎ u/LWoutersFL
πŸ“…︎ Dec 13 2021
🚨︎ report
HELP learn to read .NET script framework logs

Hello, I just made a very stable load order crash (not sure how), and I would like to know, not just how to solve it, but how to identify the problem. Here's the crash log: https://pastebin.com/pZEuvYiD.

And here's my modlist: https://modwat.ch/u/%3F.

Thanks in advance

πŸ‘︎ 11
πŸ’¬︎
πŸ‘€︎ u/WiseGreybeard
πŸ“…︎ Dec 14 2021
🚨︎ report
Net Framework 4.8 installation error because certificate are expired

Today i tried to install net framework 4.8 on a windows 7 machine, but the certificate expired december last year, is there a way to force it to install, or we need to wait for microsoft to update the installer?

Certificate valid until 2/12/2021

πŸ‘︎ 5
πŸ’¬︎
πŸ‘€︎ u/DuhMal
πŸ“…︎ Jan 03 2022
🚨︎ report
.Net Script Framework Crash Log Help

If anyone knows how to interpret .NetScriptFramework Crash Logs, I could use your help. I'm unable to load any save or start a new game. Lot of the relevant relate to npc l forearm so i tried disabling xp32 but that didn't solve anything,and i don understand how I'm still getting these errors on a new save\

https://pastebin.com/hTeBLJdh

πŸ‘︎ 5
πŸ’¬︎
πŸ“…︎ Dec 23 2021
🚨︎ report
Cocona releases V2 (Micro-framework for .NET Core console application). [Not Mine] github.com/mayuki/Cocona/…
πŸ‘︎ 21
πŸ’¬︎
πŸ‘€︎ u/jogai-san
πŸ“…︎ Jan 11 2022
🚨︎ report
Installing .net framework?

I'm running ubuntu, still very new. Decided I wanted to boot up some Unreal Tournament with my brother, installed lutris, tried to install the gog+oldunreal patch, it comes with a error saying the GOG installer failed to launch without .net framework. I started winetricks using the commandline, selected default wine prefix, installed .net 4.0 and 4.8, tried installing the game again, same issue. I'm guessing it's something to do with the wineprefix, though I don't understand it at all.

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Feisty-Rest-6884
πŸ“…︎ Dec 17 2021
🚨︎ report
Could you please explain what .NET 6's "unified platform" means? Does this mean all frameworks, like MAUI or Unity or WPF all have the same base libraries that they call, all in one .NET?

I'm kind of a beginner, and I'm returning after 2-3 years to C#. Please bear with my ignorance.

Also, what is the preferred way to make Windows Desktop Apps? Is WinUI 3 a completely new framework like WPF?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/learncherno
πŸ“…︎ Dec 15 2021
🚨︎ report
Ordinator, Bug Fixes SSE, and .Net Script Framework in VR...

So apparently .Net Script Framework doesn't work for Skyrim VR, which is required by Bug Fixes SSE, which is highly recommended by LOOT for Ordinator, because without is there's an ability condition bug which breaks Ordinator after X hours into the game. I want to use Ordinator, but this bug-breaking game sounds like a headache. Has anyone experienced this themselves? Is there any alternative way to fix this bug, or is there a better perk tree mod for VR I should opt for to save myself the headache in the future?

πŸ‘︎ 7
πŸ’¬︎
πŸ‘€︎ u/Vespura
πŸ“…︎ Nov 30 2021
🚨︎ report
Biden to unveil new framework for sweeping social safety net today, expects full Democratic support nbcnews.com/politics/cong…
πŸ‘︎ 62
πŸ’¬︎
πŸ‘€︎ u/castella-1557
πŸ“…︎ Oct 28 2021
🚨︎ report
FastEndpoints: A light-weight REST Api framework for ASP.Net 6 that implements REPR Pattern fast-endpoints.com/
πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/laDouchee
πŸ“…︎ Nov 29 2021
🚨︎ report
.Net Framework 3.5 (including .NET 2.0 and 3.0) wont install

I've been trying to play League of Legends on my new laptop and the .NET framework 3.5 wont enable. I've tried just about anything I could find relating to this issue and it just wont work.

Laptop: ASUS TUF Gaming F17

I've tried to enable the features using command prompt run as administrator;

DISM /Online /Enable-Feature /FeatureName:NetFx3 /All /LimitAccess /Source:X:sourcessxs

Goes through the process of "Enabling 0%-100%" then says it failed.

I've tried all the solutions in the given link:

https://windowsreport.com/net-framework-3-5-missing-windows-10/

When enabling the features through the control panel the system says:

"Windows couldn't complete the requested changes."

"An attempt to create space in the transactional resource manager's log failed."

Error code: 0x80071AB1

After using Policy Plus and manually enabling the setting in "Specify settings for optional component installation and component repair" applying it and using gpupdate /force i was still unable to enable the framework from both the control panel and the command prompt.

Any possible solutions are welcome and greatly appreciated.

πŸ‘︎ 3
πŸ’¬︎
πŸ‘€︎ u/CometTibiCakez
πŸ“…︎ Dec 28 2021
🚨︎ report
Questions about Application Insights for .NET Framework 4.7.2

I am trying to add application insights to an already existing project that is .NET Framework 4.7.2. On my first attempt I was creating the Telemetry Client in the class where the calls I wanted logged were, setting the configuration information and adding this using statement to the methods where the calls were.

https://preview.redd.it/9zti5f90cw981.png?width=973&format=png&auto=webp&s=21b6afbad156e6618aaee0f767e3e7931f8769be

I was seeing the information I wanted in the app insights instance on the Azure portal, but when I deployed to Dev I started getting out of memory exceptions, and found an article about needing to create this as a singleton. I don't have the ability to add dependency injection to this project. So I ended up adding a new class with this:

https://preview.redd.it/3psfmld9cw981.png?width=1263&format=png&auto=webp&s=4fa2f3b71c25abe954fce61a5fabd15192e0f475

Apparently this made it worse and I had to roll back the changes. I have been trying to find information about adding this to .NET Framework but it seems like everyone does it differently.

So here are my questions:

Have any of you run into the our of memory issues?( I am assuming it happened because I was spinning up a new telemetry client with each class call)

Is there a way to reuse the telemetry client in different classes with different calls without creating a singleton or adding the using statements to all of the methods that I want to call?

When I did the using statement, I assumed that once I exit the using statement the telemetry client would be disposed of, is this not the case?

Am I missing something obvious?

Any ideas are appreciated.

EDIT:

If I throw an exception when in the using statement, will it still dispose of the telemetryClient?

πŸ‘︎ 6
πŸ’¬︎
πŸ‘€︎ u/princessJJ
πŸ“…︎ Jan 05 2022
🚨︎ report
Can't find ASP.NET Web Aplication (.NET framework) project

i'm following this tutorial on youtube because i want to make a crud web app, but i can't find this project to make.

and yes i already install ASP.NET Web and Deskopt .NET, im using visual studio 2022

πŸ‘︎ 12
πŸ’¬︎
πŸ‘€︎ u/erick_pythonist
πŸ“…︎ Nov 28 2021
🚨︎ report
Learn ASP.NET MVC and Entity Framework (Database First) idownloadcoupon.com/coupo…
πŸ‘︎ 2
πŸ’¬︎
πŸ‘€︎ u/smartybrome
πŸ“…︎ Jan 08 2022
🚨︎ report
C# .NET Authentication/Login Framework with React front-end.

Hi all

I'm newish to C# but half decent at JS/React.

Is there any inbuilt user login stuff for .NET core or are there any 3rd party frameworks you'd recommend? Looking online I see so many things like JWT, OAuth, Auth0. But I'm not sure the best tool for the job.

It needs to be secure but also easy to use.

What I need is:

  • User on front-end can Sign-up and log-in. This will have verification emails and all that standard stuff, reset passwords etc. Once they're logged in it can save their details to the SQL db.

  • Some users I will create. They will have different privileges. e.g. access to different part of the page, can write more stuff to db etc.

What do you all think I should use for this? Any tutorials, books, articles welcome too! Would be nice to set up at least a rudimentary version within a few days.

thanks in advance.

πŸ‘︎ 14
πŸ’¬︎
πŸ‘€︎ u/c_s_u_f
πŸ“…︎ Nov 11 2021
🚨︎ report
What Are Some Good Resource or Courses That Teach The .Net Framework

Of course, there’s plenty of Youtube videos and content created on the .Net ecosystem, however it can sometimes be hard to filter through the fluff, per se.

I guess the better question is, "What resources or courses have provided you with valuable insight on the .Net ecosystem?"

I have played around with Visual Studio 2019 and have watched a load of videos about .Net and it's future plans. Now, I am looking for more in-depth information on managing projects in the .Net ecosystem.

This may be in the form of a book, video, course, article, etc.

Any advice would helpful. Thanks!

πŸ‘︎ 9
πŸ’¬︎
πŸ“…︎ Dec 16 2021
🚨︎ report
How to get the current version of .NET framework

How to get the current version of .NET framework or versions which were already installed?

πŸ‘︎ 3
πŸ’¬︎
πŸ“…︎ Jan 06 2022
🚨︎ report

Please note that this site uses cookies to personalise content and adverts, to provide social media features, and to analyse web traffic. Click here for more information.