C# Whats better to program a RPG, xna or monogame [closed] - c#

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I want to make an RPG and want to know if i should use Xna or Monogame to code it. What would have a better result or easier code. I've researched a bit but still cant decide.

Since Monogame is the open source version of XNA ...
In terms of API calls / code you would have to write to do something they are basically the same and were designed to be.
That's like asking ... "should I drive a blue car or a red car?" it makes no difference since both will get you from A to B.

Related

How to make a Roblox FPS Unlocker? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 months ago.
Improve this question
The title basically says it all but how how would you go about making a c# code to unlock Roblox FPS cap?
I've tried looking online but couldn't find anything myself
Someone has already made a FPS Unlocker for this game.
https://github.com/axstin/rbxfpsunlocker/releases
It is written in C++. The code is open-source so you could study it to see how it works.

How can i draw something in C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
i'm looking for a way to draw something (like a racing map) in C# as i do in for example paint . then pass information to a toy car to follow it. I don't need you to write a code, i just need a suggestion of the way to do it.
I think Unity might be something for you. It's a game engine with a free license, and you can program in C#.

Use Cases for DebuggerStepThroughAttribute [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
Question is pretty straight forward. Are there any valid use cases for the DebuggerStepThroughAttribute? Valid in the sense that they'd be used in a development environment.
Losing 4 solid hours, only to find this attribute decorated on a class is rather disheartening.
I have used it when developing framework code, when the source code to the framework is in the same solution as the main application.
Basically when done with the framework code, I tag the appropriate classes or methods, so that if I, as an example, step over a method call up in the application code, it will not suddenly dive into tons of framework code before resurfacing in the application code somewhere else.
Makes it easier to debug the application.

For a CMS which one is better?MVC or MVP? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I am working in a company that wants to make a CMS program.
I say that the UI layer should be written with MVC but they say that MVP is better.
I dont know which one is good for this project or any other.
What do you think?
And they want to use WPF.
How do you think about WPF in a web project like this?
Thank you all.
Go to beside your management and say "be satisfy"
MVC is better thing.. :)

The term for time spent understanding the code of a legacy application [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
I'm having difficulty trying to remember the term describing the wasted time of trying to understand the code of a legacy application that has no documentation. I had thought the term was code rediscovery, but Google is telling me I'm misremembering.
You are probably referring to Software/Code Archaeology which is the process of studying badly/not documented legacy projects/code.

Categories