So, yeah, what the title says... I have a new idea for an HTML attribute which would greatly improve caching and search indexing. Can anyone advise me on where I should be asking for opinions? I have asked on StackOverflow and WebDevForums, but had hardly any replies (I have to say all the...
Hi,
I have the following code in a module:
Namespace Heritage.Web
Public Module HeritageCatalogue
Private _id As Integer = 0
Private _SiteContent As Heritage.Web.SiteContent = New Heritage.Web.SiteContent()
Public ReadOnly Property MySiteContent() As SiteContent
Get
Return _SiteContent
End...