asp.net

  1. A

    ASP.NET Hybrid Application - Multiple LoginUrl for different type of login

    ASP.NET Hybrid Application - Multiple LoginUrl for different type of login: Is it possible to create multiple login system , like I have a folder called "Admin" and I had implemented below code in main root web.config file. <authentication mode="Forms"> <forms...
  2. A

    About ASP.NET MVC Repository

    I am new in C# and ASP.NET MVC , I worked in VB.NET and windows apps for 3+ years but every thing seems unknown in those areas... Can anyone guide me where to learn , what repository is .... and why people use below codes to make a repository: [Table(Name = "Albums")] public class Album {...
Back
Top Bottom