Add Page without using Visual Studio in MAUI - c#

Is there any way to create a new page in MAUI without using Visual Studio?
I tried to find the official documentation but could not find it.

Related

telerik controls in xamarin.android c# visual studio

I have a native android app project using Xamarin.Android(Not cross-platform). My question is, if it is possible to add a library and use Telerik controls(I need a Gauge for instance). I did some research and I found some things about android studio, but I'm using Visual Studio and c#.
I figured it out. I didn't have the necessary libraries.

How can I find out what type of c# project I'm using in Visual Studio 2017?

I don't know a lot about c# or Visual Studio and I am working on a c# project, but I don't know the details of it. For example if it's a Desktop project, an Asp.net project, a .Net framework project, or what libraries it has access to.
How can I find this out?
If you right click the project and go to properties it will provide you with the information that you're looking for.

Add new filter to solution explorer via VS package

I'm trying to add a new filter as part of an extension I'm writing for VS. Microsoft has provided a walkthrough here: http://msdn.microsoft.com/en-us/library/hh966591.aspx
However, I can't get just the basic walkthrough working, my filter button shows up in the right place, but I can't get it to actually do anything when I click on it. I'm guessing I need some additional code to actually wire this up but I'm still learning the basics for visual studio packages.
I have the same issue. Below is my workaround:
1. Install and Visual studio 2012 SDK and do as walkthrough of 2012 http://msdn.microsoft.com/en-us/library/hh966591(v=vs.110).aspx
2. upgrade the project to vs2013 version according to http://msdn.microsoft.com/en-us/library/cc512930.aspx

Visual Studio Web Form Application Loading Error

I have recently attempted to begin learning C# and ASP.NET. I have installed Microsoft Visual Studio 2012 and tried to follow along with a few tutorials on creating a Web Form Application. Unfortunately, when I create a new web form application project, the Visual Studio screen and Solution explorer do not load as other Youtube tutorials and my books indicate they should.
When I "Save All", I am not getting the Form1.cs, Program.cs, or Form1.Designer.cs files to be created.
Also, I do not get the Form1.CS window appearing so I can drag objects from the toolbox into the form. Instead I just get a default.aspx tab with code.
I have posted a quick video illustrating this on YouTube to describe this in greater detail. Am I doing something wrong, or could it be that my Visual Studio is not working properly? I had Visual Studio 2010 installed before this, but tried to uninstall it and install 2012.
http://www.youtube.com/watch?v=xHXkcCnmHnk
Thank you.
You are probably looking at tutorials for Winform and for that you need to get
Visual Studio Express 2012 for Windows Desktop

Dynamic Graph Creation using c# and VS 2010

My website needs to generate dynamic graphs. Im writting it in c# using Visual Studio 2010. I have searched the MSDN site and have found the asp:chart tag. The problem is It only seems to have a VS 2008 installer which dosnt work on VS 2010. Does anyone know a way of setting this up and running in VS 2010 or suggest a reliable graph tool?e
I have installed The Chart library
but have been unabel to install the VS add on because its for 2008
Add On
and I have been unable to find a 2010 link?
Also I getting data visulisation underlined in red on:
using System.Web.UI.DataVisualization.Charting;

Categories