C# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

C#

what are the basic requirements for c#

31st Mar 2018, 5:48 AM
Rahul Sinha [ Left ]
Rahul Sinha [ Left ] - avatar
1 Answer
+ 9
First, you should ensure that appropriate hardware and software requirements for developing a C# application have been fulfilled. A simple C# console application can be developed on a system with 32 MB or 64 MB of RAM. The only factor is that the installation of the .NET SDK will take too much time on a system with this configuration. If using Visual Studio .NET, then I recommend that you install on a system having 128 MB of RAM or higher for faster compilation and execution of projects. In regard to software requirements, the .NET Framework applications can be developed, tested, and deployed under the following operating environments Microsoft Windows "Longhorn" Microsoft Windows Server 2003 Microsoft Windows XP Professional Microsoft Windows XP Home Microsoft Windows 2000 With Longhorn, Windows Server 2003, Windows XP professional, and Windows 2000 you can develop all kinds of C# applications (Console, Windows Forms, ASP.NET, Web Services, and User Controls). Further, you also can install Visual C# .NET under these operating systems. Visual C# .NET is a development tool that ships with Visual Studio .NET.
31st Mar 2018, 7:21 AM
Baraa AB
Baraa AB - avatar