How cache works in ServiceStack web services
I am new to caching and trying to understand how it works in general. Below is code snippet from ServiceStack website.
Architecture suggestions on a multi-project multi-database ‘intranet’
Here is the situation I have inherited:
Microsoft’s coding standards for ASP.NET controls
I cannot find any naming standards/conventions in MSDN for naming ASP.NET controls.
Designing models for a generic service layer
We are building a web interface to a tiered membership system, which will interface with a third-party CRM web service for the creation and management of accounts. The web service, unfortunately, is not yet built; however, we need to begin work.
ASP.NET MVC Web Site & WCF Web Service – Sharing functionalities
I have the following situation: I have to create a website and a web service that will share a part of the functionalities
.
Asp MVC section and partial views
I have a question regarding ASP sections and partial views.
Understanding unit tests/TDD for ASP.NET webforms [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]
What are the licencing requirements for publishing and distributing an ASP.net application
I started developing websites using PHP. I have read many times that PHP is free and open source which is an advantage over ASP.net.
.net function app does not DISPLAY the endpoint in console, but its working
in my .net8 function app project, I copied the echo function into a new file:
Best way to implement a website login and database tables for a small shop
I’m building a website for a small store and I was told that its better not to keep the login and the rest of the users information in the same table.