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….

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…

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…

Error Logging in Asp.Net Core Application | NLog | Log4Net | Tutorials
| | | | |

Error Logging in Asp.Net Core Application | NLog | Log4Net | Tutorials

I find it tough to believe that many developers do not use any Logging library in their applications. For a Web Applications, Error Logging is one of the key attributes to help troubleshoot application bugs. In many cases, developers don’t have direct access to his application after deployment. So, in order to assure the application’s…