Skip to main content
Filter by
Sorted by
Tagged with
Best practices
0 votes
2 replies
33 views

I come from a MVVM in WPF background moving towards ASP.NET MVC. I have a model that is composed of another model called Message, like so: public class User { public int Id { get; set; } [...
2 votes
1 answer
57 views

I've implemented SignalR as an add-on to a user-to-user messaging system. I use it to notify the recipient that they've received a message. This works when the recipient is already viewing their ...
Advice
0 votes
2 replies
41 views

I have this scenario: I have an ASP.NET API which is deployed on IIS under the default web site. I have added the API by right click on default web site -> add application. API is working fine and ...
0 votes
0 answers
25 views

SustainSys has been working for webforms, ASP.NET MVC on .NET 4.8, and ASP.NET Core on one server for a while. I want to move the apps to some other servers using the same certificate. I was able to ...