A lot of times working in development, you inherit code and never get the benefit of learning how things are configured and/or setup. You just follow the patterns that are already presented within the code base. But a while back, I worked with a developer who taught me the value of taking the time to […]
Personal Web Site hosting with Internet Information Services (IIS)
September 1, 2015 by Leave a Comment
ASP.NET WebForms vs MVC
May 31, 2015 by Leave a Comment
ASP.NET Web Forms and MVC both have their pros and cons. Below I have them outlined. ASP.NET Web Forms Web Forms is a visual approach for web development using a drag-n-drop, event-driven model. Advantages Rapid Application Development (RAD) Feature-rich server controls Data binding Higher level of abstraction over a stateless web. Simulates statefulness with support […]