DotNetShoutout - Stories tagged with VS2010.
8
Shouts

Web Platform Installer 2.0 and Visual Studio Web Developer 2010 Express - Scott Hanselman

published 1121 days, 6 hours, 4 minutes ago posted by jantujantu 1122 days, 5 hours, 55 minutes ago
Friday, April 30, 2010 10:58:27 AM GMT Thursday, April 29, 2010 11:07:09 AM GMT
I was setting up a new machine for presentations and I was getting ready to install Visual Studio 2010 Express and figured I'd go see if the Web Platform Installer (we call it "Web-P-I") had the new versions of VS2010 ready to go.If you're not familiar, I've blogged about this before. WebPI is a 2meg download that basically sets up your machine for Web Development and downloads whatever you need automatically. It's a cafeteria plan for Microsoft Web Development. It's really matured in the last two yea... (more)
category: Web Dev | clicked: 55 | comment | | source: www.hanselman.com
tags: ASP.NET MVC, VS2010., IIS, ASP.NET
9
Shouts

Back to (Parallel) Basics Do you really want to do that? or Why doesn't the new Parallel.For support BigInteger? - Scott Hanselman

published 1127 days, 6 hours, 30 minutes ago posted by jantujantu 1129 days, 7 hours, 10 minutes ago
Saturday, April 24, 2010 10:32:07 AM GMT Thursday, April 22, 2010 9:52:22 AM GMT
Got an interesting question on Twitter, and got a fabulous answer in email from Stephen Toub, who happens to be my most favorite multi-threaded person. Here's the question. "why doesn't the new parallel.for support BigInteger?"It's an interesting question for a few reasons. First, it's interesting because it's a question about the new parallel stuff in .NET 4 and Visual Studio 2010 that lets the developer take parallel problems that would be very hard and makes them extremely easy. For example, you can... (more)
category: How To | clicked: 51 | comment | | source: www.hanselman.com
tags: Programming, VS2010., Back to Basics
7
Shouts

.NET 4 Web Application Startup Time - Scott Hanselman

published 1152 days, 10 hours, 38 minutes ago posted by jantujantu 1154 days, 36 minutes ago
Tuesday, March 30, 2010 6:23:59 AM GMT Sunday, March 28, 2010 4:26:35 PM GMT
I was chatting with Jonathan Hawkins and some of the folks on the ASP.NET team about performance and Jonathan mentioned the startup time for large ASP.NET applications is improved on .NET 4. There are some improvements in the CLR and in ASP.NET itself that helped. If you have a giant app, you should do some tests. The word from the ASP.NET team is that you'll see improvements when the .NET framework (CLR) is warm in memory but the Web App is cold on disk. This is for shared hosting scenarios where the w... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.hanselman.com
tags: VS2010., ASP.NET
6
Shouts

FavIcons, Internet Zones and Projects from a Trustworthy Source - Scott Hanselman

published 1152 days, 10 hours, 38 minutes ago posted by jantujantu 1154 days, 38 minutes ago
Tuesday, March 30, 2010 6:23:59 AM GMT Sunday, March 28, 2010 4:24:36 PM GMT
You ever download some code or a Visual Studio project from the web then start getting warned that the download might be evil? When you open a project file that was downloaded from the Internet Zone, you'll get a dialog like this from Visual Studio: If you're wondering "how does it know?" when your browser downloads something from the net, the zone that it came from gets marked in an Alternate Data Stream within the NTFS file system. If you use the Streams utility from SysInternals from the command... (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.hanselman.com
tags: Source code, VS2010., Tools