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.
-
ComponentArt 2008 ASP.NET Ajax controls display problem in .NET 4.0
Published: at 10:39 AMAn overview of a display problem with ComponentArt 2008 ASP.NET Ajax controls in .NET 4.0, and a solution to fix the issue by modifying the web.config file.
-
BCrypt and ASP.net MVC
Published: at 09:27 AMAn overview of using BCrypt for password hashing in ASP.NET MVC applications, highlighting its advantages for secure password storage.
-
Change the color of a transparent PNG image icon on the fly using ASP.NET MVC
Published: at 11:33 AMAn overview of using a ColorMatrix to transform the non-transparent pixels of a PNG image on the fly using ASP.NET MVC, including a detailed guide and code examples.
-
ASP.NET Tip: If your DropDownList items are lost on postback
Published: at 08:55 PMA tip for ASP.NET developers on how to handle DropDownList items being lost on postback by understanding the behavior of EnableViewState.
-
ASP.NET MVC Simple authentication without a database
Published: at 09:40 AMA guide on implementing simple authentication in ASP.NET MVC applications without using a database, including configuration and code examples.
-
RPX OpenID with ASP.NET Webforms and Membership Providers
Published: at 09:15 PMExploring the integration of RPX, an OpenID consolidator, with ASP.NET Webforms and Membership Providers. This guide covers implementation steps, handling authentication tokens, and mapping OpenID users to an existing database.