Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:Microsoft's 1990's business plan. (Score 1) 162

So far, the cross-platform .NET is server-side (ASP.NET and related technologies). As as .NET developer, I haven't written code to access the registry in at least ten years. I get your point though, there are differences in operating systems, but I think what you'll most likely see is a migration of .NET Web API's and ASP.NET websites from Licensed Windows servers to "Free" Linux servers. I'm anxious to see how they handle Entity Framework and MySql.

Comment Re:Game developers are not Linux advocates ... (Score 1) 265

Windows 10 will make Windows 8 out to be the enemy long before there will be any Linux games worth playing. The mass exodus will be by users switching from Windows 7 (or Windows XP) to Windows 10. There are a few reasons I don't run Linux as a primary OS - Hardware compatibility and Games/Apps. I hate Windows 8, but I use it every day to manage my finances, create documents, and play games. When Windows 10 comes out, I will upgrade as soon as I can get my hands on it. I already run it on my secondary laptop. I'm afraid the Linux desktop will never be a gaming platform. Now that Linux has .NET (not that it needed it, I'm just saying that many .NET developers will switch to using it), it will rise to complete dominance as a server platform (where it is already a great threat to Windows).

Comment Native Cross-Platform? Learn C# and use Xamarin (Score 1) 316

I know there are many different ways to get to where you're going. But if you're going to be learning a new language, you should consider making it C# and use Xamarin, the cross-platform solution that will let you develop for Android, iOS, and Windows Phone using shared code and great native code. It's better than the HTML5 approach as it gives you access to native functionality that HTML can't access. I am originally a C# developer, so it was a no-brainer for me, but I still recommend that you at least take a look at it.

Slashdot Top Deals

Real Users never know what they want, but they always know when your program doesn't deliver it.

Working...