Is there any way to create web api documentation without swagger? - c#

I have created a WEB API in visual studio 2022, now I want to create documentation/help page for the API but I don't want to use swagger. Is there anyway I can do it?
I tried creating using old methods but all they are either directing me swagger or the nuget packages which can't be installed in Visual studio 2022.

Related

Missing ASP.NET Core Web Application from Visual Studio 2019

I am trying to build a new project at visual studio but I cant find "ASP.NET Core Web Application" from my visual studio. I find only ("ASP.NET Core Web Application(.net FRAMEWORK")). I tried everything. I updated visual studio. I have installed everything of its package and still nothing. I downloaded the Visual studio 2017 and I finally had it but at visual studio 2019 it is I can't. Looking forward for any opinion.
thank you!
In order to get .NET Core templates you should
Open Visual Studio Installer (press Win key and search for it)
Click on "Modify
Check "ASP.NET and web development", then scroll to the bottom and check ".NET Core cross-platform development"
Click "Modify" in left bottom corner and wait for it to install
It's because Visual Studio changed the name of:
ASP.NET Core Web Application to ASP.NET Core Web App.
https://i.stack.imgur.com/zoHFH.png
I just had a very similar issue. I did have "ASP.NET and web development" and ".NET Core cross-platform development" installed as suggested by #krazors. However, there were no APS.NET Core templates available.
The issue was eventually resolved by rebooting.
I had same problem. I was missing .Net 5.0 Sdk. Firstly modify vs from vs installer by removing ASP.NET and Web Development. Then install .Net 5.0. Lastly modify vs back by uploading ASP.NET and Web Development on vs installer.

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template?

Microsoft bot application template is not visible in Visual studio 2017. How to add bot application template in Visual studio. Is this possible to add template with Visual studio installer or i need to add with Add-ons.
karna, you can get a VSIX installer from here
If you are looking for BotFramework V3 Project Template it is no longer available on visual studio marketplace.
However, you can download from my github repo instead:
It comes with a custom state storage. It's Entity Framework based.
Download Link: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate/releases/download/1.0/Bot.Builder.Echo.Bot.V3.with.LocalDB.State.zip
Source Code: https://github.com/rcarubbi/EchoBotV3LocalDBTemplate

MVC5 Web Application

I wanted to create MVC5 web application but I am unable to find the option. Should I have to install something? I am using visual studio 2013 professional version. I followed this How to add MVC5 to Visual Studio 2013? But I could not find the option mentioned in that stackoverflow link.
File->New project-> web-> Asp.net web application not found instead I have only the list of templates shown in the image.
Look in here, instead of the Visual Studio 2012 element
You should then see something like this

WCF RIA's (Silverlight Business Application Template) for Visual Studio 2013 missing

I have a fresh install of Visual Studio 2013 (Ultimate) and I have downloaded and installed WCF RIA Services Toolkit from Microsoft
However when I create a new project under Visual C# -> Silverlight I don't find the Silverlight Business Application template in it.
On Google and on Stackoverflow I only see that the problem was earlier on the Visual Studio 2010 which required required SP1 and you were required to select the .Net Framework 4+.
What is the problem? Is there anything else missing?
Thanks
That template was removed in VS2013
http://msdn.microsoft.com/en-us/library/jj161050.aspx
You can instead just use the basic Silverlight application template and add DomainServices manually as appropriate (the DomainServices wizard has also been removed).

Download Visual Studio 2010 express No Master page

I have just downloaded visual studio's 2010 but there is no template to a master page or anything to then use with it.
I will be using C# programming eventually, with asp.net
This is what i get when i select create new project.
i want to use .net framework 3.5. please help, what else needs to be downloaded.
For web development, you should download Visual Studio Express for Web.
The C# express version does not include web templates.
You need Visual Studio Express for Web not for Dekstop
And you should use the new 2012 version.
Here is the link
Visual C# 2010 Express only support following default projects templates:
Windows Forms Application
WPF Application
Console Application
Class Library
WPF Browser Application
Empty Project
To use ASP.NET Web Applications you need this:
http://www.microsoft.com/visualstudio/eng/products/visual-studio-express-for-web

Categories

Resources