The Ultimate Guide to the Best .NET Core E-commerce Open Source Platforms
| | | | | |

The Ultimate Guide to the Best .NET Core E-commerce Open Source Platforms

One of the most important things is Choosing an e-commerce platform when you’re going to start an online business. Not all like to install a WordPress theme & start selling. Some are quite conscious of choosing technologies because there are many factors you need to consider – high-performance, scalability, security, extensibility, pricing, programming language, etc….

Android Google Map Marker Clustering Tutorial
|

Android Google Map Marker Clustering Tutorial

Google Maps are a great way to show data. It might seem natural that the more geographical point Markers we add the better story it tells. But that’s not always the ideal case because once we’ve hundreds, even more, points the performance of Android application quickly begins to decrease. Let’s see an overloaded marker picture…

Multi-Threading in Java – Client Server Application Example
|

Multi-Threading in Java – Client Server Application Example

Multithreading in java? Multithreading in java is a process of executing multiple threads simultaneously. A thread is a lightweight sub-process, the smallest unit of processing. Multiprocessing and multithreading, both are used to achieve multitasking. … Java Multithreading is mostly used in games, animation, etc Every modern operating system has the support for multi-threading–so does the…

Creating Email Sending Application using Asp.net Core | Open Source
| | | | |

Creating Email Sending Application using Asp.net Core | Open Source

Hey Guys, In this Article, we’re going to Create a very simple Email Sending Contact Form Application using C# with Asp.net Core. We’ll use a beautiful HTML5 Contact Form Template by colorlib for this Tutorial. Setting Up Project Let’s start by creating a new Asp.net Core Project. I’m going to create an Empty Project using…

Stack Overflow Developers Survey 2019 vs 2018 Programming Technologies Comparison
| | | |

Stack Overflow Developers Survey 2019 vs 2018 Programming Technologies Comparison

Today Stack Overflow released the results of their annual developer survey 2019. This year, nearly 90,000 developers took the 20-minute world’s largest developer survey. I’ve read through the results of the Stack Overflow survey and compiled the most interesting results related to Technologies right here in this article. So without further ado, here’s a snapshot…

Testing Different Methods of Launching Android Activities In Kotlin
|

Testing Different Methods of Launching Android Activities In Kotlin

I learned the 😓 hard way: There should be better ways to launch the Kotlin Android activities. Passing extra’s data via intent for serialization, and de-serialization on target Activity. So, I have read a lot of articles and gather a couple of cool ways to launch Android activities. Launching activities in android app is a…

Best 20 .Net Core Libraries Every Developer should know
| | | | |

Best 20 .Net Core Libraries Every Developer should know

.Net Core is a lightweight and cross-platform version of the DotNet framework and the wonderful thing is that Developers required the same expertise to code with .Net Core as .Net Framework. With Every new Update, new features are added that help developers deploy high-performance & highly scalable applications using less Code. In this article, I’m listing down some of the most…

Gain Top Cloud Certifications with PrepAway Practice Test Questions
|

Gain Top Cloud Certifications with PrepAway Practice Test Questions

Becoming certified in a particular cloud platform is an asset to your professional life. Not only are you contributing to the success of the company you are working for but you are also doing your career great favour. Where, then, are you exactly headed when you decide to pursue certification? Either you’ll get hired, get…

CRUD Operations Web App using PHP & MySQL | Part 2
| | | | | |

CRUD Operations Web App using PHP & MySQL | Part 2

This is the 2nd part of the CRUD Operations Tutorial & the 3rd part of the PHP Web Application Tutorial series. If you missed previous parts, then you can find here => Getting Started with Web Application using PHP & MySQL | Tutorials I’m assuming that you have followed the previous part of this Tutorial &…

CRUD Operations using PHP & MySQL | Tutorials with Source Code
| | | | | |

CRUD Operations using PHP & MySQL | Tutorials with Source Code

Yes, I’d say a large percentage of most applications I’ve worked on is basic CRUD(Create, Read, Update, Delete) operations. Especially In any Web Application, 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 the first part of this…