.Net
Sending requests to asp net website
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…
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 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…
Audit Trail Implementation in ASP .NET Core with Entity Framework Core (.NET 5) Here is a handy technique to track changes that are done by your logged-in users. Ever wondered who had updated the value Read more…
I used to do web with nodeJS & React, for quite some time so I would classify myself as pretty skilled with React. However before web I was a Unity developer for a long time Read more…
ASP.NET Core Hero .NET 5 Clean Architecture Boilerplate is here! #released. Clean Architecture Solution Template for ASP.NET Core 5.0. Built with Onion/Hexagonal Architecture and incorporates the most essential Packages your projects will ever need. Includes Read more…
I have some experience in nodejs/django and I am looking for resources to learn ASP.NET Core. The problem is most of the resources I have found did not work for me. Microsoft docs are great Read more…
I believe they are independent and therefore should be compatible. Can anyone please confirm? The short version is: it’s not “supported”, and whether it will work depends on which features you want to use. You Read more…