CRUD Operations in Asp.net Core MVC
| | | | | | | |

CRUD Operations in Asp.net Core MVC

Yes, I’d say a large percentage of most applications I’ve worked on is basic CRUD(Create, Read, Update, Delete) operations. Especially In an Admin Panel, you need to repeat the CRUD Operations for every object in your system. For creating beautiful & responsive UI, I’m using AdminLTE Template. So, In case if you missed Setting up AdminLTE in Asp.net…

Setting up Admin Template in Asp.net Core MVC
| | |

Setting up Admin Template in Asp.net Core MVC

In this part of the tutorial, we’re going to Setup AdminLTE Template in an Empty Asp.net Core MVC Project. This is the 3rd Part of Admin Panel Tutorial Series. Choosing Template for Admin Panel Creating a Database Setup AdminLTE Template in Asp.net Core MVC project Creating Models Login Page for Admin Panel CRUD(Create, Read, Update, Delete) Operations Creating…

Creating Admin Panel in Asp.net Core MVC – Step by Step Tutorial
|

Creating Admin Panel in Asp.net Core MVC – Step by Step Tutorial

Hey Guys! This is the very first Article on Creating Admin Panel in Asp.net Core MVC. We’ll divide this tutorial into parts & will cover almost every necessary & required feature of the Admin Panel. Check out this Demo Application till Part 1 to 7. Role-Based Authorization will have separate code available. If you are going…

Creating Scheduler in c# – Schedule Task by Seconds, Minutes, Hours, Daily
| |

Creating Scheduler in c# – Schedule Task by Seconds, Minutes, Hours, Daily

Hello Guys, Today I’m going to create a very simple Task Scheduler using c# without using any Library. Using this Task Scheduler we’ll be able to Schedule a Task by Seconds, Minutes, Hours and Days.   A Few Days ago, I was working on one of my projects & met with a challenge where I needed to…

How to Create an Admin Panel | Best Practices & Tips

How to Create an Admin Panel | Best Practices & Tips

Admin Panel is one of the most important modules of a Web or Mobile Application. Although the application’s End-user is nothing to do with it, still managing your application can be easy if you have a powerful admin panel. Companies demand rich-featured Admin Panel to manipulate their App’s data & to follow their business metrics in…

Counter Strike 1.6 Competition in Lahore
| | |

Counter Strike 1.6 Competition in Lahore

Hey Lahore! Get Ready to Plant a Bomb & Fire… Oh… Don’t worry! it’s a Good News for you Guys! This time, Pakistan’s Biggest Counter Strike 1.6 Competition is going to held in the Heart of Punjab at Royal Fort Hall Johar Town, Lahore. Students from Top Colleges & Universities have Participated and the good news…

Passing Parameters with AngularJS UI-Router | Nested Views
| | |

Passing Parameters with AngularJS UI-Router | Nested Views

Angularjs UI-Router is considered as developers first choice when it comes to working with SPA(Single Page Application). Most of the developers are not interested in Advance features of Top JavaScript Frameworks like Angular & React, they just want to use Routing solutions provided by these Frameworks. UI-Router makes it easier to work with nested Views. I have…

Load Data from Database to TreeView Asp.Net – Bootstrap Treeview
| | | | | |

Load Data from Database to TreeView Asp.Net – Bootstrap Treeview

Loading Data from Database to TreeView is difficult as compared to Loading Data into a Table. Let me explain first that why and in what case developers find it difficult. Above all, we need to understand the structure of the Database table from where we want to load data to a TreeView. Actually, TreeView is…

Angularjs UI-Router Nested Views with Asp.Net Core MVC Application
| | | | | | |

Angularjs UI-Router Nested Views with Asp.Net Core MVC Application

Angularjs UI-Router is still the best choice of developers for Routing Purpose. Even with powerful platforms like Asp.Net or Asp.Net Core when you need to load Nested Views and don’t want to reload your page every time then JavaScript’s Frameworks provide us the best Solution And Angular is one of them. Although Asp.Net Core provides Angular…