-
Managed Instance on Azure App Service
🔥 Struggling to move legacy IIS-based apps to Azure without a full rewrite? If your app relies on things like: – IIS configuration – Windows Registry – GAC dependencies – COM components 👉 Good news: You don’t have to modernize everything upfront. Azure App Service Managed Instance is a powerful (and often overlooked) option that…
-
One Option to Writing a Base Web User Control
Technorati Tags: ASP.NET Development Today I was looking into writing a base web user control to act as an abstract class for other controls. The reason is I had several forms I needed to build and all share the same set of arguments. I looked at creating an interface, but it didn’t cut it for…