Tag Archives: development

Changing SharePoint Default ASP.NET compiler to use ASP.NET 3.5

Overview
While SharePoint 2010 supports .NET 3.5, it uses the .NET 2.0 compiler by default for ASP.NET pages.  If you write any UserControls or consume any DLLs in your hosted ASPX pages that utilizes .NET 3.5 features such as the var keyword, extension methods, and LINQ, you’ll get compilation error messages when attempting to access those [...]

Posted in .NET Framework, SharePoint, SharePoint 2010, SharePoint Foundation, SharePoint Server | Also tagged , | 1 Comment

Application Lifecycle Management for SharePoint Development

Have you ever thought to yourself that the development experience in SharePoint is quite frankly a pain? That there are no real best practices or guidance about how to conduct application development or how to use an Application Lifecycle Management (ALM) process?
I was introduced today to the link below on msdn that offers a [...]

Posted in SharePoint | Also tagged , , , | Leave a comment