Tag: asp.net
All the articles with the tag "asp.net".
-
Auto-generating documentation and SDKs in ASP.NET Web API
Published: at 06:00 PMDiscusses the benefits and methods of auto-generating documentation and SDKs for ASP.NET Web API using tools like Swagger and AutoRest.
-
Request-Acknowledge-Poll as a service design pattern
Published: at 03:40 PMAn explanation of the Request/Acknowledge service design pattern, including variations like Request/Acknowledge/Poll and Request/Acknowledge/Callback, and their implementation in reducing temporal coupling.
-
ServiceStack
Published: at 02:59 PMAn overview of ServiceStack, a modern alternative to WCF, highlighting its advantages for building high-performance, scalable REST and RPC web services.
-
Could not load file or assembly bug in Visual Studio 2010
Published: at 02:48 PMAn overview of a bug in Visual Studio 2010 where the Copy Local setting on a referenced DLL is not honored, and a solution to fix the issue.