mvc

  1. sanjeewa.nibm

    Question Before MVC 3 ,MVC2

    I'm new to MVC since that what would be the best learning resources for MVC 2 with out razor syntax , so i can use ASP .NET for front end development , any CRUD operation sample projects would even be helpful
  2. 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...
  3. 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