Hello everyone, I’m here to say that most of ASP.NET books on the market didn’t provide you the effective way to use authentication cookies. Assume that when you’re working with form-based authentication. (Setting in web.config) When we do some manual authentication method, we imports System.Web.Security and using FormsAuthentication.RedirectFromLoginPage(“userName”, false). The ASP.NET authentication engine will automatically …
Create RSS Feed from your data with .NET
Hello, Today I’ll give you a quick guide on how to create RSS Feed channel from your existing data. Before we go to the implementation, let’s see a brief overview of What is RSS, Feed or Atom? RSS, Feed or Atom is a format name of the method for latest generation webmaster to feed their …