Loading...
Saturday 11 April 2020

Types of Projects in Csharp

As you click on any template in New Project Dialogue Box of visual studio from its left side. The types of all projects that come under that particular template will be displayed at the middle section of New Project Dialogue Box. In left section of new project dialogue box if we click on arrow , adjacent to any template , it will expand that particular template and shows other templates which come under that particular template. Such as on clicking Visual Basic template , middle section will show all projects that come under visual basic, similarly, if Visual C# template is clicked, all the projects will be displayed that come under the C# template. However if arrow at left side of Visual Basic or Visual C# or any other template is clicked , it expands that particular template and will show some other kinds of templates which are present in that template, like if we click arrow at left side of Visual C# , it will be expanded it will show sub templates such as Windows, Web , Android and so on.

Types of Projects that come under Visual C# 

There are various types of projects, which come under the visual c# template , some of the projects are: 

Console Application

Console Applications is a type of project which is present in both Visual Basic and Visual C#, it allow you to create command line applications. Mostly console application is used for learning C# or Visual Basic programming language. 

Window Form Application

This is a type of projects, which is also present in both C# and Visual basic templates. It is used to create Windows Desktop Applications which runs in Windows Operating System, examples of desktop applications that can be created using Windows Form Application are Inventory Management System or IMS , Financial Manager  , Library Management System or LMS, Bus, Ticketing System, Event Management System etc. 

Windows Presentation Foundation - WPF

It is also used to create Desktop applications, it is a framework which is based on XAML. It has animation and 3D Graphics support for creating Desktop applications, animation and 3D graphics support is not available in Windows Forms. 

ASP.NET Web Application 

This is type of project which is also present in both VB and C# , is used to create web pages, web applications and Web services. ASP.Net Web application offers various way to create web applications like Web Forms, Single Page Application or SPA, Asp.NET MVC  and ASP.Net Core. 
visual studio types of projects udder c# template
types of projects in visual C# template 


Important Types of projects in visual C# template urdu hindi video tutorial 


0 Comments:

Post a Comment

 
TOP