Starting C#

Nick...

New member
Joined
Mar 11, 2021
Messages
3
Programming Experience
Beginner
My first question is where can I learn C #. Note: I know programming logic and have some progress in C #. My second question is windows form or asp.net? Is there anything we cannot do with asp.net but can do with windows form? I am thinking of turning to the web field later. What kind of roadmap would you suggest?
 
WinForms and WPF are a desktop technologies/frameworks. ASP.NET is a web technology/framework on which ASP.NET WebForms and ASP.NET MVC are built on.
 
WinForms ve WPF bir masaüstü teknolojileri / çerçeveleridir. ASP.NET, ASP.NET WebForms ve ASP.NET MVC'nin üzerine kurulu olduğu bir web teknolojisi / çerçevesidir.
Which are the GUI libraries that I can develop for all platforms in C #
 
Which are the GUI libraries that I can develop for all platforms in C #
As the names suggest, Windows Forms and Windows Presentation Foundation are for Windows specifically. If you want to build cross-platform apps then that means using Xamarin.
 
As the names suggest, Windows Forms and Windows Presentation Foundation are for Windows specifically. If you want to build cross-platform apps then that means using Xamarin.
Is it possible to create all windows, ios and android programs with xamarin?
 
Look first, ask questions later. The official homepage for Xamarin was, predictably, the first result in a search for "xamarin". At least perusing that, if not reading it in detail, should have been the first thing you did after reading the name. We can help with the hard stuff but you should handle the easy stuff yourself.
 
Back
Top Bottom