10 Simple Rules For Best Programming Practices/Tricks
| |

10 Simple Rules For Best Programming Practices/Tricks

Have you ever šŸ¤” thought about how do you write code after spending many years in programming? Yes! I know all of us of think that we write efficient and readable code. But I mean really we do? The goal of this article is to list out a few good programming practices that I think…

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…

RecyclerView Loading With Facebook Shimmer Effect Android Example
| | |

RecyclerView Loading With Facebook Shimmer Effect Android Example

As an Android user and developer, I am always attracted to great apps with nice and meaningful animations. To me, such apps not only deliver great features to make their user life easier but also their experience to the next level from the team behind them. I often really like those animation and also try…

Notification Channel Utility Class For Android Notifications

Notification Channel Utility Class For Android Notifications

Android Oreo 8.0 has been around for a while, offering so many new features likeĀ Notification Bar Style, Battery Life Optimization, Automatic Adjustment of TextView, Downloadable Fonts & Emotions, Adaptive Icons and many more. Now in this post, we specifically look at one of exciting feature which is Notification Channels. Ā If you want to cover the…

Canceling Nested Kotlin Coroutines With CoroutineScope
| | | | |

Canceling Nested Kotlin Coroutines With CoroutineScope

Coroutines are one of the šŸ˜ nicest language features in Kotlin. They provide a rather headache-free way to use the power of concurrency in your Kotlin program. I was very excited when I started playing around with them but eventuallyĀ came across a problem: what if you have nested coroutines (like a parent-child coroutine). For instance,…

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…