Questions tagged [.net]

.NET is a framework for software development based on the CLR ("Common Language Runtime") standard.

.NET itself is a collection of libraries and tools as well as an implementation of the runtime environment. .NET was developed and published by Microsoft. The source code is available under an MIT license on GitHub.

Questions uses the .net tag should pertain to the use of the framework itself and/or its libraries. Use language-specific tags for questions dealing with common .NET languages such as or

127 questions
1
vote
2 answers

Can .NET Core be used to make games on non-Windows platforms?

If I build a game that runs on a Windows phone, does that mean it will work on Android (and future ios) with .NET core or vNext? I do not wish to use XNA or C++.
johnny
  • 271
  • 2
  • 11
0
votes
1 answer

What method should I use to create a story game which is about making decisions?

I am planning to create a story game in VB.Net which is about making decisions and from there, there's different possible endings. I want to know ( if there're any ) ways that can be used, other than using If Else Statements which will take a long…
Randomizer
  • 115
  • 3
-1
votes
3 answers

Suitable programming language

Which in your opinion is the programming language of choice for game development? Any special mention for .NET developers?
ujjwalesri
  • 117
  • 2