-->

Friday, December 8, 2017

ASP.NET CORE : How to Override the attribute in TagHelper

When you design custom tag Helper then you need to change the name of attribute. I mean to say that need to override the name of attribute. In C#, You can use annotation or you can say property. In square bracket simply type HtmlAttributeName property just before the class property. You can check  the video , if you want to do this


Thursday, December 7, 2017

Online Movie Ticket Booking Project in ASP.NET MVC 6 || ASP.NET CORE

Finally, i decide to make a project in ASP.NET CORE. In last 30 days to try to build Online Movie Ticket booking system Project in ASP.NET Core. Finally, I build it. In this Project, I am taking two user , one is admin and another one is Visitor (who book the ticket). You can check the functionality of the project by video:


You can Buy this project Easily with minimum price. I resolve all bugs via team viewer. Just mail me to Buy it:

mail :     narenkumar851@gmail.com

Security of the project:

1. Authentication is based identity management which is provided by Microsoft.
2. Without Authenticate you can not book the ticket.
3. Anti-Forgery Token generated.
4. Policy based Claimed also mentioned.

Testing of the project

In this project, I apply Mock Testing to test the project. So, Single Solution we have three project , first one is Class Library Project for Data Access layer with Unit of work class, Second one is UI for Movie Ticket Booking system and the last one is Testing of the project.






© Copyright 2013 Computer Programming | All Right Reserved