79099891

Date: 2024-10-17 21:39:39
Score: 1.5
Natty:
Report link

I have been deleting the default code behind file and linking to classes within in my libraries with the following;

<%@ Assembly name="<AssemblyName>" %>
<%@ Import Namespace="<DefaultNamespace>" %>
<%@ Page Language="C#" AutoEventWireup="false" Inherits="<Namespace(s)>.<ActingCodeBehind>" %>

NB: There is no intellisense this way. Furthermore, I am no longer sure if the first two lines are still relevant. Cheers

Reasons:
  • Blacklisted phrase (1): Cheers
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Anonymous