CJ dropshipping is one of the best dropshipping services available for eCommerce websites that run on a dropship model. One can use tools provided by CJ dropshipping to integrate with their Shopify, Magento or WooCommerce etc...
Category - .NET
Microsoft has recently released .NET 6.0 on 11th Nov 2021. This release has a lot of exciting features. Let’s Explore a few of these features One platform .NET 6.0 You probably notice there is no Core in its name...
I come across the following warning during working on one of my projects. I looked at the internet and it seems this is very common so I thought I’ll add notes to resolve it. This warning could be dangerous and result in a...
Sometimes we come across a requirement to get list of methods in C# class. This is very useful if you want to automate your documentation process and want to have a list of methods in a class. To get the list of methods in...
Recently I change my development environment and come across the following issue while browsing the website on localhost The CodeDom provider type “Microsoft. CodeDom. Providers. DotNetCompilerPlatform...
As a developer lot of time, you come across ” Object reference not set to an instance of an object ” error and sometimes along with the yellow screen of death. This error is very generic and does not give you a lot of...
Azure function apps are the perfect example of the KISS principle (Keep it stupid simple). In very simplest terms Azure Function is a piece of code you run based on some trigger. Azure Functions are triggered by an event such...
Recently i come access a build issue while in Debug mode Severity Code Description Project File Line Suppression StateError CA0001 CA0001 : Exception of type ‘Phx.FatalError’ was thrown. Active That means...
Authentication and authorization might sound similar but there is a very subtle difference between these two terms. Authentication is just confirmation of user identity. Such as we know about this user (based on user name and...
In this blog post, we will explore how we can access FTP server and how we can download a file or complete folder based on access rights. Once files or folders are downloaded, we also delete files from FTP server to keep our...