Header Ads Widget

Responsive Advertisement

Ticker

6/recent/ticker-posts

How to write new plugin project in Visual Studio - 2022 using C#

Open VS-2022 or any VS version –> Select Create a New Project option. -> Select ASP.NET web application – Click Next.

If project is already created, then – follow the below steps from class library.



Click Create – Select Empty Project. – Project will create – it looks like:


Then right click on solution - Demo_1 project – Add – New project.


Search Class Library – select C# project- Click next -


Set path location same as where parent project.



New project will be added in same project:


Now design your project like add related folder – Model, Plugins, Web services for Request & Response like:



Start writing related code. 

Happy Coding!


For More Information, Please Visit- www.dotnetfullstackdeveloper.com



Post a Comment

0 Comments