TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Microsoft Updates Visual Studio

119 pointsby kancheabout 11 years ago

10 comments

InclinedPlaneabout 11 years ago
.Net native code compilation, aka static linking for the .net age. This feature is a LOOOOONG time coming, they should have had it available a decade ago.<p>P.S. Mark my words, this is going to be a huge deal. Especially since MS is acquiring Xamarin, which basically does the same thing, but for mobile platforms. With the ability to develop in .net languages and still deliver a plain-jane .exe that doesn&#x27;t require jitting it&#x27;ll open up a lot of new opportunities. Especially if they start targeting non-windows platforms like linux, iOS, and android with fully-baked tools. Imagine how much more popular C# would be if it wasn&#x27;t tied to the Windows platform? And if you could choose whether or not you wanted to ship a small managed exe or a fat native exe that launched quickly?
评论 #7518742 未加载
评论 #7518572 未加载
评论 #7518578 未加载
评论 #7520846 未加载
gamesurgeonabout 11 years ago
There are rumors that Microsoft is considering the purchase of Xamarin [1]. And now Microsoft is now previewing their .NET AOT compiler for X64 and ARM. I see great things in C#&#x2F;.NET&#x27;s future in mobile and cross platform development.<p>On another note, I wonder if Microsoft addressed the inherent limitations of AOT in C# [2]. I wonder if it&#x27;s a compile-time error, or if that segment of code is interpreted. I doubt it&#x27;s interpreted, as that&#x27;s a giant perf loss.<p>[1] <a href="http://www.wpcentral.com/microsoft-reportedly-considering-acquisition-xamarin" rel="nofollow">http:&#x2F;&#x2F;www.wpcentral.com&#x2F;microsoft-reportedly-considering-ac...</a><p>[2] <a href="http://www.mono-project.com/AOT#Limitation:_Generic_Interface_Instantiation" rel="nofollow">http:&#x2F;&#x2F;www.mono-project.com&#x2F;AOT#Limitation:_Generic_Interfac...</a>
评论 #7519454 未加载
评论 #7519541 未加载
评论 #7519148 未加载
pjmlpabout 11 years ago
Native compilation! This are great news.<p>Never got the point why Java and .NET adopted a VM approach, back in the days when we already had safe systems programming languages like Modula-2, Modula-3, Oberon, Ada, Delphi with AOT compilers on their canonical toolchains.
评论 #7518840 未加载
评论 #7519098 未加载
sergiotapiaabout 11 years ago
Looks like I&#x27;m going start reading up on C# again! It&#x27;s been a good 4 years without touching .NET but these developments make my want to try a hand in mobile Windows 8 development.
simonswords82about 11 years ago
This confirms to me that as a software agency we were right to stick with C# even when it was &quot;uncool&quot; and there were plenty of new kids on the block (I&#x27;m looking at you RoR).<p>There were a number of times when I wondered if we had backed the wrong horse in Microsoft but being able to gain traction on mobile development (assuming the Xamarin purchase goes ahead) and other changes such as native compilation makes me happy with stuck with them.
lawnchair_larryabout 11 years ago
But does it support inline x64 assembly yet?
评论 #7519513 未加载
Taurenkingabout 11 years ago
if only Visual Studio runned in other os&#x27;s...as a matter of fact i know many developers stick with windows JUST because of vs...
frozenportabout 11 years ago
I&#x27;m sticking with 2012, until 2013 stops crashing!
评论 #7527737 未加载
mtVesselabout 11 years ago
And yet, we still can&#x27;t get menu labels that don&#x27;t make me wonder if it&#x27;s 1986 again.
评论 #7557657 未加载
malkiaabout 11 years ago
Plugin developers are delighted - yet one more runtime version to support! Nice move Microsoft!