Skip to content

Instantly share code, notes, and snippets.

@rvrsh3ll
rvrsh3ll / windows-keys.md
Created February 18, 2024 22:44
Windows Product Keys

NOTE

These are NOT product / license keys that are valid for Windows activation.
These keys only select the edition of Windows to install during setup, but they do not activate or license the installation.

Index

@dush-a
dush-a / BusinessInfo.cs
Created February 18, 2023 05:55
A class file for Business info model
namespace RazorPages.Core07.Identity.SiteData
{
public class BusinessInfo
{
public string? BusinessName { get; set; }
public string? Email { get; set; }
public string? Telephone { get; set; }
public string? DefaultUrl { get; set; }
public string? DisplayUrl { get; set; }
public string? StreetAddress { get; set; }