.NET - Use Refactoring To Handle Multiple Versions of Classes
Recently, I had a requirement to put together a website that deals with taking somewhat elaborate financial surveys. While the questions and answers themselves are good candidates for being database driven, there were a large number of nuiances ranging from UI items, business rules, and calculations that just didn't fit into a database driven strategy. With this in mind, my initial strategy was to create version specific classes and reference them in version specific ASP.NET pages. Of course, this accomplished the initial requirement. However, whenever a new version needs to be implemented, I had to copy all of the ASP.NET pages and modify the references to the appropriate version specific class name. Refactoring provides a better alternative and here's how:
Inout Homestay - Vacation & Space Rental Portal ScriptSponsored
Inout Blockchain AltExchanger (Crypto to crypto trading exchange platform script)Sponsored
Help/Fix on configuring AWS SES for very low cost SMTP Email Sending (1 Hour)
One hour of help to configure AWS SES for low cost, reliable SMTP email sending.
1 Hour AWS issues/problems review and fix
One hour dedicated session to review and fix a specific AWS issue or problem.
Configure EC2 Auto Scaling
Setting up EC2 Auto Scaling to automatically adjust the number of servers based on traffic, performance, and demand.
AWS Backup and Restoration Service for Instances
Backup and restore your AWS instances to protect data, recover from failures, and ensure business continuity.


