ASP.NET Error: The entry ‘DefaultConnection’ has already been added. (C:\..\web.config line ..)
Post Views: 95 Recently, we were facing this error while deploying the asp.net solution into server (IIS) as a separate application (Sub Domain) in a main web application. Scenario I…
Azure Machine Learning, AI | Part 2, Type of Machine Leaning Approaches or Methods
Post Views: 53 In this course, you will learn about Azure machine learning and, a great platform through which you can create, maintain and distribute real world ML solutions. In…
Azure Machine Learning Studio
Post Views: 2,714 Azure Machine Learning Studio Azure Machine learning Studio is a cloud based integrated environment for developing Machine Learning solutions which combines no-code/low code and code first experiences…
Create AI Model using AI Builder to Extract Data from Document in Power Platform
Post Views: 1,658 Introduction AI Builder is component of Microsoft Power Platform which adds artificial intelligence in applications, workflow, chatbot and data analytics. This article will describe the simple steps…
SharePoint Next Level with Power Platform
Post Views: 60 Meet our valuable speaker “Rijwan Ansari”, from Tech One Global. Rijwan will speak at our event Global Microsoft 365 Developer Bootcamp – Bangladesh about “SharePoint Next Level…
Power BI Report, Dashboard Design formatting |Scatter Plot and Card-Part3
Post Views: 413 Introduction This article will explain basic design formatting for content, card and scatter plot in Power BI and how to use those to make attractive reports and…
Azure Machine Learning – Global AI on Tour
Post Views: 61 Machine learning and build a complete ML model with Azure machine learning studio Meet our speaker of Global AI On Tour – Dhaka, Bangladesh event Rijwan Ansari…
When to use .NET Framework and .NET Core
Post Views: 134 Introduction This write up will describe differences and when to use .NET Framework and .NET Core shortly. This will help reader to understand and use it in…
Assets file project.assets.json not found. Run a NuGet package restore to generate this file
Post Views: 201 Actual Error: Assets file project.assets.json not found. Run a NuGet package restore to generate this file. ‘..\sdk\3.1.101\Sdks\Microsoft.NET.Sdk\targets\Microsoft.PackageDependencyResolution.targets’ The error occurs because the dotnet cli does not create…
SharePoint: Session state can only be used when enableSessionState is set to true, either in a configuration file or in the Page directive. Please also make sure that System.Web.SessionStateModule or a custom session state module is included.
Post Views: 571 While installing SharePoint, Session State is disabled by default. If you have used session in any farm solutions then you might face this error. Error: Session state…