-3
votes
4answers
417 views

C++ or C#: Which language is Microsoft going to use in development of future Windows versions? [closed]

I heard almost all parts of Windows are written in C and C++ with some assembly. Why did Microsoft skip C#? Is there any scope for C# in the development of future Windows versions?
-3
votes
1answer
133 views

Why are software download times estimated using dial up? [closed]

Just a curious question here. I am going to use the .NET Framwork 4.0 as an example. When you download the web installer, it quotes the estimated speed when a user is using dial up. Why is this? ...
1
vote
1answer
634 views

Visual studio for Windows XP [closed]

Visual Studio 2012 do not support windows XP and Microsoft Store does not seem to sell VS 2010 anymore, any idea how can I use Visual Studio Professional for development in Windows XP?
16
votes
6answers
806 views

INI files or Registry or personal files?

I want to save the configuration of my project which includes Screen size Screen position Folder paths Users settings and so on. The standard places where you can save these are configuration ...
1
vote
1answer
2k views

Will Metro-style Apps replace Desktop Apps? [closed]

Microsoft Windows8 supports new Metro-style apps, and Metro apps don't use Win32; they run on WinRT. I wonder if the Metro-style Apps was invented for only tablets. Does Microsoft hope that ...
2
votes
3answers
171 views

What is a good general purpose profiler that works on any program?

I deal with a plethora of languages daily and I can't afford to learn the profiler tools specific to each language. I would like suggestions on a general purpose profiler, anything that would offer a ...
0
votes
7answers
9k views

What programming language was used to develop Windows OS? [closed]

I am very new to programming and I have started to learn programming just last week. I am still having trouble understanding about programming languages, especially what to use in a particular system. ...
3
votes
3answers
258 views

Why is WCF is called Windows

I'm wondering why it isn't called Microsoft Communication Foundation. Does it rely on Windows and will it rely on Windows in the foreseeable future?
3
votes
2answers
1k views

Reason to use mingw win32 headers and libs with LLVM/Clang

Is there any good reason (except "GCC is better") to use the MinGW win32api/headers/libs with LLVM/Clang. Suppose that in two to three years, Clang has matured enough (in C++0x and performance) that ...