C#.net or Node.Js in Microsoft Bot Framework? [closed] - c#

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I want to build my first chatbot using Microsoft Bot Framework. Now I have 2 options, either to use C#.net or Node.Js. Please guide me which would be a better option for me as a beginner in chatbot development and also why.
Thanks in advance.

It depends. For me there's no "better" option between the two. I would suggest use the language that you're very comfortable with.
But if you're not familiar with those languages, you could probably check this link to get you started with developing in Chat Bots

This is a decision you need to make it for yourself. Essentially, what you're asking is "which one is better, C# or Node?" which is practically comparing oranges to planets. Since Microsoft Bot Framework SDK is both available on .NET and Node JS, you should be making that decision.

Related

does it matter learning main concepts or fundamental concepts of C#.net, asp.net with Old .net version like 3.5 or 4.0? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 2 months ago.
Improve this question
Please suggest to me if it matters to learn c#.net and asp.net`s main concepts or fundamental concepts which I need to work with the company with the old version of the .net framework 3.5 or 4.0 and while working can I learn new concepts with new versions of the.net framework? please help me😥😥
The basic concepts are the same and hasn't changed. Some best practices has changed because of new features introduced in newer versions of C# and .NET.
I will say that you can also go the other way around and learn a newer version of C# and apply that to older, however some things will ofcourse not work.

What is Slickflow? How to use it in Dot Net Core? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I'm new to Slickflow. What is the use of Slickflow in Dot net core and how to use it? Is it an API or MVC Project or something other?
Edit:-
How can I implement Slickflow in my project? Give an example like see Users flow or anything you want. I'm considering which classes and how to do make a diagram?
If you are talking about this SlickFlow. It looks like a .NET, .NET CORE Open Source Workflow Engine with this GitHub repo. Here is their Quick Start Tutorial as well as some SlickFlow Application Code Example with complete C# code.
There are two articles from code project:
Slickflow NETCore Open Source Workflow Engine
Slickflow Coding Graphic Model User Manual
I am one contributor from slickflow team, if someone has any questions, we can do any help here. Thanks

Realm vs sqLite, which one is best for cross-platform application development [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 6 years ago.
Improve this question
I am developing Cross-platform application using xamarin forms for all WindowsPhone, iOS and android app.
Those application can work offline also for this I want use database storing information for offline use.
I need your suggestion which database ORM I do use for development and which one is best.
Thanks in advance!
In the near future i would vote for realm ,but since at the moment they are not stable and missing many key features in Xamarin.Forms, then I would vote for SQLite for now.
For me to store information I use the Settings Plugin for that. But that is because I am lazy at the first place :)

Is there anything that I can do with Perl/Python but C# would not do? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have done some development in C# and I love the language and the environment. I am taking a Perl class, and yes it sounds like easy learning curve, but there are some questions which I think need to be asked essentially as a server-side developer.
So far, if I want to create a stripped-down program which runs on a Windows machine then I can create a console application. C# + .NET are good enough that I can achieve most of the functionality.
Now, when scripting languages come into picture, I agree that they are easy to use and easy to write. The languages have super-rich functional libraries. But is is just a choice that we make to use a scripting language as opposed to a fully-fledged framework like .NET? Or are there some things that only scripting languages can do, and would be very difficult to achieve from languages like C# and Java?
C# is Turing-complete, so the answer to your question is "no".
.NET has nothing to do with your question; other languages have their own "full fledged framework"s (or more than one).

Creating .net application with specific arcgis functionalities [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am new to arcgis. I have given the task to create .net desktop application that can perform specific arcgis functions like digitization, interpolation etc. So my questions are
Can i develop application in .net to perform specific functionalities of arcGis like interpolation etc.
If yes how much time will be required for intermediate level developer ?
Can i develop application in .net to perform specific functionalities of arcGis like interpolation etc.
Yes, you can. ARCGIS does provide tools that be used in winform application. But, first of all make sure that your organization will purchase license for ARCGIS. It is not free and quite expensive.
how much time will be required for intermediate level developer
This involves GIS skills along with application development skills. And as none of us know your skill set, therefore we cannot tell that.

Categories

Resources