Create A Bot in .NET Using Bot Framework SDK
A bot is a software application that automates the tasks which are repetitive in nature and respond without human interaction. A bot is a short form of robot. In this article, we will…
Learn developer and data technologies with us
A bot is a software application that automates the tasks which are repetitive in nature and respond without human interaction. A bot is a short form of robot. In this article, we will…
Post Views: 1,047 Introduction Stratis empowers developers to build enterprise-grade blockchain solutions for current industries by utilizing their C# and .Net skill sets. Stratis Blockchain is open-source and provides templates…
Post Views: 1,408 Introduction Sending data from View to Controller is the basic need of any software system. Mostly, if we are using Asp.Net MVC Razor page as frontend then…
Using shortcut keys and commands can help to save time and result in considerable improvement as well as productivity. In this article, I will share the most useful and trendy…
Post Views: 429 Sometime, we get this error message after publishing the solution in IIS. This error is quite common. Exact Error Error message 401.2.: Unauthorized: Logon failed due to…
Post Views: 183 These days, most of the applications are developed using web API because of numerous advantages. Web API gives developers or integration engineers with options to communicate among…
Post Views: 503 Sometimes, we get this kind of error in asp.net while publishing a solution in IIS or running locally. Exact Error Could not load file or assembly ‘System.Net.Http.Formatting’…
Post Views: 2,077 Recently, I was getting this error in one of ASP.NET .Net Frameworks 4.7 applications. This error persisted on the server after deployment. This is surprising for an…
Post Views: 1,462 I was upgrading project frmework from ASP.NET Core 2.1 to ASP.NET Core 3.1 and I got below exception error in my Startup.cs class. Error details : “System.InvalidOperationException…
Post Views: 982 .NET Developers often face this issue when they use the existing project or add existing project into another new solution. In my case, I faced this issue…