Can anyone point me to some good resources on how to implement PERMA links in ASP.NET?
I’ve done a couple google searches but haven’t found anything that like authoritative or definitive.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There’s an example of a Permalink Generator for ASP.NET MVC in Brad Wilson’s Big Boy MVC Series – even if you’re not using the MVC framework, it probably can give you a good idea of what you need to do to generate permalinks.