Check out the latest releases on SharePoint 2010: TechNet Webcast: TechNet Webcast: Migrating Public-Facing Web Sites to SharePoint 2010 (Level 200) Presenter: Rasool Rayani, Director, Metalogix MSDN Webcast: SharePoint Server 2010 (Part 1 of 8): What’s New for Developers (Level 100) Presenter: Paul Andrew, Senior Technical Product Manager, Microsoft Corporation MSDN Webcast: SharePoint Server 2010 […]
Monthly Archives: February 2010
Visual Studio 2010 Retail Price
By Martin Kulov in Application Lifecycle 5 Comments
Microsoft announced retail prices for some of the VS2010 SKUs: Suggested Retail Pricing (USD) for Visual Studio 2010 With 1-Year MSDN Subscription* Product Buy Upgrade Buy Renew Visual Studio 2010 Ultimate – – $11,899 $3,799 Visual Studio 2010 Premium – – $5,469 $2,299 Visual Studio 2010 Professional $799 $549 $1,199 $799 Visual Studio Test […]
Speed up ASP.NET compilation
By Martin Kulov in Programming 1 Comment
If you do ASP.NET development on a daily basis, you know that any change in bin, App_Code folder as well global.asax invalidates all compiled assemblies and initiates a full recompile. This can be very tedious process, especially if you are changing these files a lot during development. Microsoft introduces a new web.config setting that prevents […]