.Net
FOrce .NET 5 app to run as admin?
Hi, I know it was not possible in .NET Core 3.1, but can I somehow do this on .NET 5? Application manifest not available anymore?! You can always wrap your executable in another, native one, Read more…
Hi, I know it was not possible in .NET Core 3.1, but can I somehow do this on .NET 5? Application manifest not available anymore?! You can always wrap your executable in another, native one, Read more…
Hi! As I wrote in the title, I’m a Unity game developer. Recently I’ve wondered what else can I do outside of Unity with my C# knowledge & It seems like I was wrong, everything Read more…
Hi All! Today I want to talk a bit about a pet project of mine I’ve been working on in the last few weeks. I called it OpenSleigh, it’s a Saga management library for .NET Read more…
Hi!I’ve been doing research for quite a while about asp net handling different requests but I couldn’t find anything that would help me. My goal is to send from C# program request to asp net Read more…
Is it easy to get ASP.NET running on a linux server? If you’re referring to ASP.NET Core or .NET 5, then yes. Otherwise, no since ASP.NET is built on .NET Framework which is Windows specific. Read more…
I have set up an authentcation middleware (JWT Token), which I want to set user id for the request in my controller. e.g. I want to get out the data for a specific person, I Read more…
I have been looking for a comprehensive article for quite a while and couldn’t find exactly what I was looking for. What are they? How do you use them? Why would you use one over Read more…
Some time ago, we had the idea of creating a file sharing platform that didn’t require visitors to download common uploaded files like images, audio and video files. Fdownl was born from that idea. With Read more…
tl;dr: What is the correct way to publish a .NET Core + Angular SPA, building both the .NET solution and the Angular app in the “ClientApp” folder for different environments? Some additional context: I created Read more…
I am writing an MVC6 application that must run on an application server in order to interact with the database. Users must interface with the web interface through 443 and can only access content via Read more…