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
Friday, December 8, 2017
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.Saturday, October 21, 2017
Getting Started with Python
In this Course i will teach you the following
- Fundamental Course of Python
- Beyond the basics
- Advance version of Python.
- features of Python
- Implementation of Python
- Why We learn Python
Download Full Theory about these topics : https://goo.gl/gyY5pa
Friday, August 4, 2017
Paging in ASP.NET CORE , Its Different from Microsoft Code, Too Much Easy
First of all thanks to refection IT , which provide us a nugat package for data paging. In this tutorial i have to use
ReflectionIT.MVC.Paging package for creating a paging in ASP.NET CORE.
Friday, June 23, 2017
AirLine || AirTicket Reservation System project in JAVA
An airline reservation system (ARS) is part of the so-called passenger service systems (PSS), which are applications supporting the direct contact with the passenger. ARS eventually evolved into the computerreservations system (CRS).(1)
When you have a ticket then you can check the details of the flight. In it we have many contents like passenger name, flight name , flight number, seat number, class of flight like 1st class, 2nd class etc.
I created a project on the basis of this concept. This is GUI based Java Project. By using this project , you can book passenger ticket at a time.
If you want to check the module and functionality of the project then you can see this video.
If you want to purchase this project must to contact on
When you have a ticket then you can check the details of the flight. In it we have many contents like passenger name, flight name , flight number, seat number, class of flight like 1st class, 2nd class etc.
I created a project on the basis of this concept. This is GUI based Java Project. By using this project , you can book passenger ticket at a time.
If you want to check the module and functionality of the project then you can see this video.
If you want to purchase this project must to contact on
email : narenkumar851@gmail.com
Thursday, June 22, 2017
Read, Write Cookies Example in ASP.NET CORE 1.1
In this example, I will show you how to store temporary values in cookies. In ASP.NET Core we have a CookieOption class to store cookies in Text File. I have a video tutorial for you to create and read cookies in ASP.NET CORE.
Sunday, June 18, 2017
How to use Session in ASP.NET Core 1.1
First to update your visual studio by using visual studio installer. I am currently working in this version of visual studio . Get the current version of visual. I use session in this version , and session have work perfectly.
Now you can use session , watch this video and learn more about session.
1. First to Add the Microsoft.AspNetCore.Session NuGet package to your project.
Now you can use session , watch this video and learn more about session.